Rollup of 5 pull requests#151891
Conversation
Co-authored-by: kennytm <kennytm@gmail.com>
Looks like `const fn` is far enough along now that we can just not have these two copies any more, and have one call the other.
Boxe's -> Box's
cc tracking issue 151772
…y_insert_with-143648, r=jhpratt core: add Option::get_or_try_insert_with Implementation for rust-lang#143648
…=jhpratt Remove duplicated code in `slice/index.rs` Looks like `const fn` is far enough along now that we can just not have these two copies any more, and have one call the other.
Add `shift_{left,right}` on slices
ACP approval: rust-lang/libs-team#717 (comment)
cc tracking issue rust-lang#151772
…hpratt,joboet Implement `BinaryHeap::pop_if()` Implementation of rust-lang#151828
Fix typo for Maybe dangling docs Boxe's -> Box's
|
@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: 310ae8ca77 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 310ae8c (parent) -> 1e9be1b (this PR) Test differencesShow 402 test diffsStage 1
Stage 2
Additionally, 396 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 1e9be1b77fe89d9757d6179973b2fc970c6e83b7 --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 (1e9be1b): 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 (primary 0.2%, secondary 2.4%)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 sizeResults (primary 0.1%, secondary 0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 474.479s -> 474.929s (0.09%) |
Successful merges:
slice/index.rs#151726 (Remove duplicated code inslice/index.rs)shift_{left,right}on slices #151812 (Addshift_{left,right}on slices)BinaryHeap::pop_if()#151829 (ImplementBinaryHeap::pop_if())r? @ghost
Create a similar rollup