Rollup of 3 pull requests#156113
Conversation
…ate, r=BoxyUwU Add `const_param_ty_unchecked` gate Add `const_param_ty_unchecked` internal feature gate to skip `ConstParamTy_` trait enforcement on type. Provides an escape hatch for writing tests and examples that use const generics without needing to ensure all fields implement `ConstParamTy_`. r? BoxyUwU
…r=folkertdev const-stabilize `char::is_control()`
…kertdev VaList::next_arg: track_caller for better Miri errors The test diff should explain why this is better. :) r? @folkertdev
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
|
📌 Perf builds for each rolled up PR:
previous master: 818811b3cd In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 818811b (parent) -> ad3a598 (this PR) Test differencesShow 161 test diffsStage 1
Stage 2
Additionally, 155 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard ad3a598ca4bc7c68bcbbce3e0d3be9a7618df190 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
|
Finished benchmarking commit (ad3a598): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -2.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 1.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 493.646s -> 495.343s (0.34%) |
Successful merges:
const_param_ty_uncheckedgate #153536 (Addconst_param_ty_uncheckedgate)char::is_control()#155528 (const-stabilizechar::is_control())r? @ghost
Create a similar rollup