-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 3 pull requests #116230
Rollup of 3 pull requests #116230
Conversation
Add regression test for rust-lang#56098 Closes rust-lang#56098
rustdoc: rename `issue-\d+.rs` tests to have meaningful names
core/slice: Fix inconsistency between docs for `rotate_left` and `rotate_right` A minor fix for documentation inconsistency as shown below: ## Before: ![2023_09_28_0k3_Kleki](https://github.com/rust-lang/rust/assets/83179501/569a49d3-0d72-49ac-92a2-ef5e1d94130b) ## After: ![image](https://github.com/rust-lang/rust/assets/83179501/afd0c8d7-6fb7-4878-801b-b47c8fe23c7d) Docs url: https://doc.rust-lang.org/stable/core/primitive.slice.html#method.rotate_left
@bors r+ rollup=never p=3 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: dd91aba2fd In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (925f844): 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)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 631.736s -> 630.455s (-0.20%) |
Successful merges:
issue-\d+.rs
tests to have meaningful names #116214 (rustdoc: renameissue-\d+.rs
tests to have meaningful names)rotate_left
androtate_right
#116221 (core/slice: Fix inconsistency between docs forrotate_left
androtate_right
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup