Merged
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
Member
Author
|
@bors r+ rollup=never p=7 |
Collaborator
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
Collaborator
|
📌 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: |
This was referenced Jan 4, 2023
Collaborator
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
impl Fn*andimpl Futurein-> _return suggestions #106200 (Suggestimpl Fn*andimpl Futurein-> _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