-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 6 pull requests #114250
Rollup of 6 pull requests #114250
Conversation
Problem Language in the Vec->Indexing documentation sounds stilted due to incorrect word ordering: "... type allows to access values by index." Solution Reorder words in the Vec->Indexing documentation to flow better: "... type allows access to values by index." The phrase "allows access to" also matches other existing documentation.
…rkingjubilee Fix the example in document for WaitTimeoutResult::timed_out Fixes rust-lang#110045
…rkingjubilee Mark `map_or` as `#[must_use]` I don't know what else to say. r? libs
Make `--error-format human-annotate-rs` handle multiple files Closes rust-lang#64205 which is E-help-wanted
…affleLapkin inline format!() args up to and including rustc_middle (2) r? `@WaffleLapkin`
…ge, r=workingjubilee Documentation: Fix Stilted Language in Vec->Indexing Problem Language in the Vec->Indexing documentation sounds stilted due to incorrect word ordering: "... type allows to access values by index." Solution Reorder words in the Vec->Indexing documentation to flow better: "... type allows access to values by index." The phrase "allows access to" also matches other existing documentation.
…albertlarsan68 Add tidy check for stray rustfix files `x.fixed` files that don't correspond to a test file now emit a tidy error.
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 483ef5f4d8 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (89acdae): 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: 653.336s -> 651.166s (-0.33%) |
Successful merges:
map_or
as#[must_use]
#112655 (Markmap_or
as#[must_use]
)--error-format human-annotate-rs
handle multiple files #114018 (Make--error-format human-annotate-rs
handle multiple files)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup