Rollup of 5 pull requests#154151
Conversation
Co-authored-by: Max Niederman <max@maxniederman.com>
LLVM22 should have resolved issues with the `f128` ABI, meaning we can now set `cfg(target_has_reliable_f128)` on the platform. Link: llvm/llvm-project@3e16aef
… r=Nadrieril Guard patterns: lowering to THIR This pr implements lowering of guard patterns to THIR r? @Nadrieril cc @max-niederman Tracking issue: rust-lang#129967
…, r=JonathanBrouwer refactor - moving `check_stability` check to `parse_stability` This PR is part of issue rust-lang#153101 and by extension this rust-lang#131229 as well r? @JonathanBrouwer
llvm: Update `reliable_f128` configuration for LLVM22 on Sparc LLVM22 should have resolved issues with the `f128` ABI, meaning we can now set `cfg(target_has_reliable_f128)` on the platform. Link: llvm/llvm-project@3e16aef
vec::Drain::fill: avoid reference to uninitialized memory `range_slice` points to memory that is not initialized (e.g. it might be dropped `Box`/`String`). Let's avoid that and instead use an index-based loop.
test copy_specializes_from_vecdeque: reduce iteration count for Miri This test currently takes >20s and that doesn't really seem worth it.
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
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 ac7f9ec (parent) -> 9e0a42c (this PR) Test differencesShow 56 test diffs56 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 9e0a42c7abbe50c2cc618220d098b40c34a55564 --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 (9e0a42c): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary -0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 485.09s -> 484.809s (-0.06%) |
Successful merges:
check_stabilitycheck toparse_stability#154015 (refactor - movingcheck_stabilitycheck toparse_stability)reliable_f128configuration for LLVM22 on Sparc #154119 (llvm: Updatereliable_f128configuration for LLVM22 on Sparc)r? @ghost
Create a similar rollup