-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 7 pull requests #108743
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
Closed
Closed
Rollup of 7 pull requests #108743
Conversation
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
Signed-off-by: ozkanonur <work@onurozkan.dev>
…where it is not default
…aDotInTheVoid rustdoc-json: switch from HashMap to FxHashMap to fix non-determinism Using `HashMap` in `rustdoc_json_types::Crate` were causing creating randomly ordered objects in the json doc files. Which might cause problems to people who are doing comparison on those files specially in CI pipelines. See rust-lang#103785 (comment) This PR fixes that issue and extends the coverage of `tests/run-make/rustdoc-verify-output-files` testing ability.
…WaffleLapkin Properly colorize multi-part suggestions in the same line Fix rust-lang#108547.
…anonur Omit unchanged options from config.toml in `configure.py` Leaves section tags, but removes options that are unchanged. Change in `config.toml.example` is to prevent comments from sneaking in by being directly after a section tag closes rust-lang#108612
…elims, r=compiler-errors Remove unclosed_delims from parser After landing rust-lang#108297 we could remove `unclosed_delims` from the parser now.
…r=GuillaumeGomez rustdoc: function signature search with traits in `where` clause ## Before  ## After 
…ed, r=GuillaumeGomez rustdoc: Note in a type's layout/size if it is uninhabited Closes rust-lang#87008 
…ilstrieb Remove `allow(potential_query_instability)` from `ast_passes` cc rust-lang#84447
@bors r+ rollup=never p=7 |
⌛ Testing commit db9f48d with merge 23193e3737a738537b9a419b3d48927d1de902d1... |
💔 Test failed - checks-actions |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-rustdoc-json
Area: Rustdoc JSON backend
rollup
A PR which is a rollup
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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:
configure.py
#108632 (Omit unchanged options from config.toml inconfigure.py
)where
clause #108723 (rustdoc: function signature search with traits inwhere
clause)allow(potential_query_instability)
fromast_passes
#108736 (Removeallow(potential_query_instability)
fromast_passes
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup