paradigmxyz
solar
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(deps): weekly `cargo update` (#738)
main
14 days ago
chore(deps): weekly `cargo update` Locking 19 packages to latest compatible versions Updating alloy-json-abi v1.5.6 -> v1.5.7 Updating alloy-primitives v1.5.6 -> v1.5.7 Updating alloy-sol-type-parser v1.5.6 -> v1.5.7 Updating annotate-snippets v0.12.11 -> v0.12.12 Unchanged anstream v0.6.21 (available: v1.0.0) Updating anyhow v1.0.101 -> v1.0.102 Updating bumpalo v3.19.1 -> v3.20.2 Updating clap v4.5.58 -> v4.5.60 Updating clap_builder v4.5.58 -> v4.5.60 Updating deranged v0.5.6 -> v0.5.8 Unchanged generic-array v0.14.7 (available: v0.14.9) Updating js-sys v0.3.85 -> v0.3.88 Updating memmap2 v0.9.9 -> v0.9.10 Updating rapidhash v4.3.0 -> v4.4.1 Unchanged slang_solidity v0.18.3 (available: v1.3.3) Unchanged snapbox v0.6.24 (available: v1.0.0) Unchanged solang-parser v0.3.4 (available: v0.3.5) Updating syn v2.0.115 -> v2.0.117 Updating toml_parser v1.0.8+spec-1.1.0 -> v1.0.9+spec-1.1.0 Unchanged tree-sitter v0.25.8 (available: v0.25.10) Unchanged tree-sitter-solidity v1.2.12 (available: v1.2.13) Updating unicode-ident v1.0.23 -> v1.0.24 Updating wasm-bindgen v0.2.108 -> v0.2.111 Updating wasm-bindgen-macro v0.2.108 -> v0.2.111 Updating wasm-bindgen-macro-support v0.2.108 -> v0.2.111 Updating wasm-bindgen-shared v0.2.108 -> v0.2.111 note: to see how you depend on a package, run `cargo tree --invert <dep>@<ver>`
cargo-update
14 days ago
chore(deps): weekly `cargo update` (#736)
main
21 days ago
chore(deps): weekly `cargo update` Locking 35 packages to latest compatible versions Updating alloy-json-abi v1.5.4 -> v1.5.6 Updating alloy-primitives v1.5.4 -> v1.5.6 Updating alloy-sol-type-parser v1.5.4 -> v1.5.6 Unchanged anstream v0.6.21 (available: v1.0.0) Updating bitflags v2.10.0 -> v2.11.0 Updating bon v3.8.2 -> v3.9.0 Updating bon-macros v3.8.2 -> v3.9.0 Updating cc v1.2.55 -> v1.2.56 Updating clap v4.5.57 -> v4.5.58 Updating clap_builder v4.5.57 -> v4.5.58 Updating clap_lex v0.7.7 -> v1.0.0 Updating deranged v0.5.5 -> v0.5.6 Updating ena v0.14.3 -> v0.14.4 Adding foldhash v0.1.5 Unchanged generic-array v0.14.7 (available: v0.14.9) Adding getrandom v0.4.1 Adding hashbrown v0.15.5 Adding id-arena v2.3.0 Updating indicatif v0.18.3 -> v0.18.4 Updating keccak v0.1.5 -> v0.1.6 Adding leb128fmt v0.1.0 Updating libc v0.2.180 -> v0.2.182 Updating rapidhash v4.2.2 -> v4.3.0 Unchanged slang_solidity v0.18.3 (available: v1.3.2) Unchanged snapbox v0.6.24 (available: v1.0.0) Unchanged solang-parser v0.3.4 (available: v0.3.5) Updating syn v2.0.114 -> v2.0.115 Updating tempfile v3.24.0 -> v3.25.0 Updating toml_parser v1.0.6+spec-1.1.0 -> v1.0.8+spec-1.1.0 Unchanged tree-sitter v0.25.8 (available: v0.25.10) Unchanged tree-sitter-solidity v1.2.12 (available: v1.2.13) Updating unicode-ident v1.0.22 -> v1.0.23 Adding wasip3 v0.4.0+wasi-0.3.0-rc-2026-01-06 Adding wasm-encoder v0.244.0 Adding wasm-metadata v0.244.0 Adding wasmparser v0.244.0 Adding wit-bindgen-core v0.51.0 Adding wit-bindgen-rust v0.51.0 Adding wit-bindgen-rust-macro v0.51.0 Adding wit-component v0.244.0 Adding wit-parser v0.244.0 Updating zmij v1.0.19 -> v1.0.21 note: to see how you depend on a package, run `cargo tree --invert <dep>@<ver>`
cargo-update
21 days ago
chore(deps): bump pillow from 12.1.0 to 12.1.1 in /benches/analyze Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.0 to 12.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.1.0...12.1.1) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/uv/benches/analyze/pillow-12.1.1
24 days ago
refactor: restore Scope, scope(), and Session::scope() Amp-Thread-ID: https://ampcode.com/threads/T-019c3e9c-aee3-7299-a483-1112ec32c32a Co-authored-by: Amp <amp@ampcode.com>
dani/simplify-parallel-macro
27 days ago
refactor: restore Scope, scope(), and Session::scope() Amp-Thread-ID: https://ampcode.com/threads/T-019c3e9c-aee3-7299-a483-1112ec32c32a Co-authored-by: Amp <amp@ampcode.com>
danipopes/simplify-parallel-macro
27 days ago
refactor: simplify parallel! macro Replace the Scope wrapper struct and recursive macro expansion with a simple par_fns function that takes a slice of closures. The macro now just builds the closure array and delegates to par_fns. Removes Session::scope and sync::Scope which were only used by the macro. Amp-Thread-ID: https://ampcode.com/threads/T-019c3e9c-aee3-7299-a483-1112ec32c32a Co-authored-by: Amp <amp@ampcode.com>
danipopes/simplify-parallel-macro
27 days ago
Active Branches
feat: PGO
last run
1 month ago
#726
CodSpeed Performance Gauge
0%
feat(codegen): add solar-codegen crate with MIR and EVM codegen
last run
2 months ago
#693
CodSpeed Performance Gauge
0%
feat(hir): assembly to hir
last run
2 months ago
#652
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs