Rollup of 4 pull requests#157421
Conversation
…eyouxu Add more tests for the `optimize` attribute Tracking issue: rust-lang#54882 Stabilization PR: rust-lang#157273
…ol, r=mejrs Add target checking to `#[register_tool]` r? @mejrs
Add doc comment to `Vec::clone` I read about Clippy's [`repeat_vec_with_capacity`](https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#repeat_vec_with_capacity) lint and figured it was worth adding a note about the relevant behavior to the documentation of `Vec::clone` itself, which previously did not have its own doc comment.
…test, r=Kivooeo Add regression test for late-bound type param in nested `impl Trait` Regression test for rust-lang#132055
|
@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: 0cf9681261 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 0cf9681 (parent) -> 9ae765d (this PR) Test differencesShow 90 test diffsStage 1
Stage 2
Additionally, 86 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 9ae765da471fd0bc3b305953e72c4eb12f304416 --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 (9ae765d): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis perf run didn't have relevant results for this metric. Max RSS (memory usage)Results (primary 1.7%, secondary 0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 5.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.0%, secondary -0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 512.762s -> 515.26s (0.49%) |
Successful merges:
optimizeattribute #157297 (Add more tests for theoptimizeattribute)#[register_tool]#157377 (Add target checking to#[register_tool])Vec::clone#157138 (Add doc comment toVec::clone)impl Trait#157400 (Add regression test for late-bound type param in nestedimpl Trait)r? @ghost
Create a similar rollup