Rollup of 7 pull requests#152130
Closed
JonathanBrouwer wants to merge 14 commits intorust-lang:mainfrom
Closed
Conversation
…=lqd Convert to inline diagnostics in `rustc_resolve` For rust-lang#151366
…st_lowering, r=JonathanBrouwer Convert to inline diagnostics in `rustc_ast_lowering` Part of rust-lang#151366. r? @JonathanBrouwer
…jdonszelmann Convert to inline diagnostics in `rustc_expand` For rust-lang#151366 r? @jdonszelmann
…orm, r=jdonszelmann Convert to inline diagnostics in `rustc_mir_transform` For rust-lang#151366 r? @jdonszelmann
…ky, r=GuillaumeGomez Remove rustdoc GUI flaky test Part of rust-lang#93784. Originally, this test was checking more things (original version is [here](rust-lang@6bbbff5)), now it only checks that the `searchIndex` variable is global. However, we already are forced to check it in the `rustddoc-js[-std]` testsuites so I think it's safe to say that it's superfluous and definitely not worth all the CI flakyness it created. r? ghost
…a, r=jdonszelmann Convert to inline diagnostics in `rustc_codegen_ssa` For rust-lang#151366 r? @jdonszelmann
…jdonszelmann Convert to inline diagnostics in `rustc_middle` For rust-lang#151366 r? @jdonszelmann
Contributor
Author
|
@bors r+ rollup=never p=5 |
Contributor
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:
rustc_resolve#152068 (Convert to inline diagnostics inrustc_resolve)rustc_ast_lowering#152105 (Convert to inline diagnostics inrustc_ast_lowering)rustc_expand#152108 (Convert to inline diagnostics inrustc_expand)rustc_mir_transform#152114 (Convert to inline diagnostics inrustc_mir_transform)rustc_codegen_ssa#152118 (Convert to inline diagnostics inrustc_codegen_ssa)rustc_middle#152119 (Convert to inline diagnostics inrustc_middle)Failed merges:
rustc_pattern_analysis#152070 (Convert to inline diagnostics inrustc_pattern_analysis)rustc_ast_passes#152106 (Convert to inline diagnostics inrustc_ast_passes)rustc_errors#152109 (Convert to inline diagnostics inrustc_errors)rustc_mir_build#152126 (Convert to inline diagnostics inrustc_mir_build)r? @ghost
Create a similar rollup