web-infra-dev
rspack
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore: fix clippy warning
yj/enable-clippy
8 hours ago
fix: unsafe cache cannot watch symlink (#12885)
fix-unsafe-cache-for-persisent-cache-v1
9 hours ago
refactor: optimize RuntimeGlobals definition with auto-inc macro (#12889)
main
9 hours ago
fix: unsafe cache cannot watch symlink (#12885)
main
10 hours ago
refactor(rspack_core): optimize RuntimeGlobals definition with auto-increment macro Replaces manual bitflag assignments in `RuntimeGlobals` with a custom `define_runtime_globals!` macro. This macro automatically assigns incremental power-of-two values (1 << 0, 1 << 1, etc.) to the flags. This improves maintainability by allowing: 1. Insertion of new flags at any position without renumbering subsequent flags. 2. Reordering of flags without manual value updates. 3. Removal of error-prone manual integer literals. The explicit list of indices (0-127) was replaced with a cleaner recursive bit-shifting implementation.
refactor-runtime-globals
10 hours ago
fix: should render export name when re-export from different modules (#12886)
main
10 hours ago
refactor: use runtime module for optimized deferred module (#12884)
main
10 hours ago
fix: should render export name when re-export from different modules
fix/esm-re-exports
10 hours ago
Active Branches
refactor: enable rule for all crates
last run
8 hours ago
#12893
CodSpeed Performance Gauge
0%
refactor: make lazy compilation active request meaningful
last run
11 hours ago
#12887
CodSpeed Performance Gauge
0%
feat: output.path support relative path
last run
19 hours ago
#12555
CodSpeed Performance Gauge
+13%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs