-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 #106442
Rollup of 7 pull requests #106442
Conversation
Also update tests
This allows analyzing the output programatically; for example, finding the item with the highest `total_estimate`. I also took the liberty of adding `untracked` tests to `rustc_session` and documentation to the unstable book for `dump-mono-items`.
This allows regenerating `src/stage0.json` on changes to the tool, without needing to hard-code the date in the source.
…, r=estebank Suggest `impl Fn*` and `impl Future` in `-> _` return suggestions Follow-up to rust-lang#106172, only the last commit is relevant. Can rebase once that PR is landed for easier review. Suggests `impl Future` and `impl Fn{,Mut,Once}` in `-> _` return suggestions. r? `@estebank`
Add JSON output to -Zdump-mono-stats Follow-up to rust-lang#105481 r? `@lqd` cc `@wesleywiser`
Add codegen test for `Box::new(uninit)` of big arrays Closes rust-lang#58201 r? `@RalfJung`
Add tidy check for dbg Fixes rust-lang#106169
…=estebank Note maximum integer literal for `IntLiteralTooLarge` Closes rust-lang#105908 `@rustbot` label +A-diagnostics
…bini Allow passing a specific date to `bump-stage0` This allows regenerating `src/stage0.json` on changes to the tool, without needing to hard-code the date in the source. It was useful for rust-lang#106394, which added clippy to the list of required components. r? `@pietroalbini`
Enable doctests for rustc_query_impl doctests worked out of the box for query_impl on my local machine. Working towards rust-lang#99144
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: ddad1e1f15 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (5c18bc6): 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
impl Fn*
andimpl Future
in-> _
return suggestions #106200 (Suggestimpl Fn*
andimpl Future
in-> _
return suggestions)Box::new(uninit)
of big arrays #106292 (Add codegen test forBox::new(uninit)
of big arrays)IntLiteralTooLarge
#106361 (Note maximum integer literal forIntLiteralTooLarge
)bump-stage0
#106396 (Allow passing a specific date tobump-stage0
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup