-
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 7 pull requests #107928
Rollup of 7 pull requests #107928
Conversation
…d, r=albertlarsan68 Add only modified subcommand for compiletest r? `@jyn514` From [discussion](https://rust-lang.zulipchat.com/#narrow/stream/326414-t-infra.2Fbootstrap/topic/Add.20subcommand.20to.20retest.20all.20tests.20with.20different.20results)
…stutter, r=GuillaumeGomez rustdoc: clean up `write!` calls with less stuttering
…lbertlarsan68 Emit JSON output for the building of bootstrap itself Fixes rust-lang#107832 . Main changes are from line 792 onwards. Other changes are due to the flake8 formatter. Let me know if I should not use the formatter.
remove redundant clones
…ocs, r=notriddle Reexported macros docs Part of rust-lang#59368 (doesn't fix it, only improve the current situation a bit). Macros were not correctly handled in reexports and the reexport attributes were not merged with the item either. This PR fixes both. r? `@notriddle`
…r-empty-cond, r=camelid rustdoc: remove redundant `if s.is_empty()` from `find_testable_code`
…melid,GuillaumeGomez rustdoc: Don't resolve link to field on different variant Fix rust-lang#107903 This also gives a more specific diagnostic when the enum has any fields
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 2b3f260e74 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
📌 Perf builds for each rolled up PR: previous master: 8dabf5da9e In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (2b3f260): comparison URL. Overall result: ❌ regressions - 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)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.
|
Successful merges:
write!
calls with less stuttering #107864 (rustdoc: clean upwrite!
calls with less stuttering)if s.is_empty()
fromfind_testable_code
#107909 (rustdoc: remove redundantif s.is_empty()
fromfind_testable_code
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup