--build-id
flag to rustc" compiler-team#635 (Zulip)
--emit=
to emit nothing" compiler-team#718 (Zulip) (last review activity: about 27 days ago)wasm_c_abi
future-incompat
lint" rust#117918--env-set
option" rust#119926-Z debug-macros
, -Z collapse-macro-debuginfo
and #[collapse_debuginfo]
" rust#120845wasm-c-abi
flag" compiler-team#703 (Zulip)debug_assertions
" compiler-team#725 (Zulip)min_exhaustive_patterns
" rust#119612#[diagnostic]
namespace and #[diagnostic::on_unimplemented]
attribute" rust#119888Impl Trait initiative by @oli (previous checkin):
Checkin text
@_WG-llvm by @nagisa and @Nikita Popov (previous checkin):
Checkin text
Note: we are ~20 days from the release cut, if you have anything to backport feel free to label as such!
T-compiler beta / T-compiler stable
T-compiler
this time.T-compiler
this time.T-types
this time.T-types
this time.P-
labelP-critical
issues for T-types
this time.P-high
beta regressions this time.Unassigned P-high nightly regressions
A rare week where regressions out powered improvements to make the compiler roughly half a percent slower on average on nearly 100 benchmarks. Some regressions have fixes in the pipeline, but some remain elusive or were introduced to address correctness issues.
Triage done by @rylev.
Revision range: 5af21304..71ffdf7f
Summary:
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 1.0% | [0.2%, 4.4%] | 69 |
Regressions (secondary) | 1.4% | [0.2%, 4.9%] | 66 |
Improvements (primary) | -1.1% | [-3.3%, -0.2%] | 28 |
Improvements (secondary) | -0.6% | [-1.5%, -0.2%] | 33 |
All (primary) | 0.4% | [-3.3%, 4.4%] | 97 |
4 Regressions, 6 Improvements, 5 Mixed; 2 of them in rollups
58 artifact comparisons made in total
Always evaluate free constants and statics, even if previous errors occurred #121087 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.8% | [0.4%, 2.0%] | 4 |
Regressions (secondary) | 1.0% | [0.3%, 5.2%] | 11 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | - | - | 0 |
All (primary) | 0.8% | [0.4%, 2.0%] | 4 |
Use intrinsics::debug_assertions in debug_assert_nounwind #120863 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.8% | [0.3%, 1.7%] | 13 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -0.4% | [-0.4%, -0.4%] | 1 |
Improvements (secondary) | - | - | 0 |
All (primary) | 0.7% | [-0.4%, 1.7%] | 14 |
wasm: Store rlib metadata in wasm object files #120588 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 3.1% | [3.0%, 3.3%] | 4 |
Regressions (secondary) | 1.5% | [0.2%, 2.9%] | 33 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | - | - | 0 |
All (primary) | 3.1% | [3.0%, 3.3%] | 4 |
Subtree update of rust-analyzer
#121581 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.7% | [0.7%, 0.8%] | 4 |
Regressions (secondary) | 0.4% | [0.2%, 0.7%] | 23 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | - | - | 0 |
All (primary) | 0.7% | [0.7%, 0.8%] | 4 |
Improve codegen diagnostic handling #121129 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | -5.1% | [-5.1%, -5.1%] | 1 |
All (primary) | - | - | 0 |
remove sub_relations
from the InferCtxt
#119989 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -0.3% | [-0.5%, -0.2%] | 28 |
Improvements (secondary) | -0.4% | [-0.7%, -0.2%] | 28 |
All (primary) | -0.3% | [-0.5%, -0.2%] | 28 |
Rollup of 7 pull requests #121549 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -2.8% | [-2.8%, -2.8%] | 1 |
Improvements (secondary) | - | - | 0 |
All (primary) | -2.8% | [-2.8%, -2.8%] | 1 |
Use br
instead of a conditional when switching on a constant boolean #120650 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -0.9% | [-2.2%, -0.1%] | 19 |
Improvements (secondary) | - | - | 0 |
All (primary) | -0.9% | [-2.2%, -0.1%] | 19 |
speed up x install
by skipping archiving and compression #118724 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -0.7% | [-0.8%, -0.6%] | 4 |
Improvements (secondary) | -0.4% | [-0.7%, -0.2%] | 24 |
All (primary) | -0.7% | [-0.8%, -0.6%] | 4 |
Use generic NonZero
in tests. #121461 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | -3.6% | [-3.6%, -3.6%] | 1 |
Improvements (secondary) | - | - | 0 |
All (primary) | -3.6% | [-3.6%, -3.6%] | 1 |
Rollup of 8 pull requests #121345 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.6% | [0.4%, 1.1%] | 9 |
Regressions (secondary) | 1.7% | [1.7%, 1.7%] | 1 |
Improvements (primary) | -0.4% | [-0.8%, -0.2%] | 6 |
Improvements (secondary) | -0.8% | [-2.1%, -0.3%] | 17 |
All (primary) | 0.2% | [-0.8%, 1.1%] | 15 |
match lowering: eagerly simplify match pairs #120904 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | - | - | 0 |
Regressions (secondary) | 0.2% | [0.2%, 0.2%] | 3 |
Improvements (primary) | -2.0% | [-3.1%, -0.2%] | 7 |
Improvements (secondary) | - | - | 0 |
All (primary) | -2.0% | [-3.1%, -0.2%] | 7 |
compiler: clippy::complexity fixes #121523 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 1.5% | [0.2%, 2.7%] | 2 |
Regressions (secondary) | - | - | 0 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | -1.2% | [-1.2%, -1.2%] | 1 |
All (primary) | 1.5% | [0.2%, 2.7%] | 2 |
Add #[rustc_no_mir_inline]
for standard library UB checks #121114 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 0.5% | [0.2%, 1.2%] | 33 |
Regressions (secondary) | 1.5% | [0.3%, 5.5%] | 12 |
Improvements (primary) | -0.3% | [-0.3%, -0.3%] | 3 |
Improvements (secondary) | -0.3% | [-0.3%, -0.2%] | 8 |
All (primary) | 0.4% | [-0.3%, 1.2%] | 36 |
Implement RFC 3373: Avoid non-local definitions in functions #120393 (Comparison Link)
(instructions:u) | mean | range | count |
---|---|---|---|
Regressions (primary) | 2.2% | [0.5%, 4.2%] | 12 |
Regressions (secondary) | 0.7% | [0.1%, 1.8%] | 5 |
Improvements (primary) | - | - | 0 |
Improvements (secondary) | -0.4% | [-0.8%, -0.1%] | 27 |
All (primary) | 2.2% | [0.5%, 4.2%] | 12 |
-Z debug-macros
, -Z collapse-macro-debuginfo
and #[collapse_debuginfo]
" rust#120845
Skipping next week
Next meetings' agenda draft: hackmd link