-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 5 pull requests #106914
Rollup of 5 pull requests #106914
Conversation
…triddle Add tidy check to ensure that rustdoc GUI tests start with a small description The first commit comes from rust-lang#106865 to prevent CI to fail. This PR adds a tidy check to enforce having a small description at the top of the GUI test. Although the format is made to be as easy as possible to read, it's not always obvious what a test is actually checking. I think enforcing this will make it easier for us to come back on these tests if needed. r? `@notriddle`
…r=compiler-errors suggest `is_empty` for collections when casting to `bool` Fixes rust-lang#106883 Matches on slices, `String` and `str`. It would be nice to do this with something like `Deref<Target=str>` as well, but AFAIK it's not possible in this part of the compiler.
…, r=estebank Fix regression in `unused_braces` with macros Fixes rust-lang#106899
remove redundant clones
… r=estebank Only suggest adding type param if path being resolved was a type
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 9e75dddf60 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (9a19e76): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. 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.
|
Successful merges:
is_empty
for collections when casting tobool
#106896 (suggestis_empty
for collections when casting tobool
)unused_braces
with macros #106900 (Fix regression inunused_braces
with macros)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup