-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #108747
Rollup of 7 pull requests #108747
Conversation
…where it is not default
…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 ![image](https://user-images.githubusercontent.com/1593513/222873534-a640a72a-c654-4702-9f3b-175129d9591d.png) ## After ![image](https://user-images.githubusercontent.com/1593513/222873544-fdfc431d-2b65-4b56-bede-0302ea9f153a.png)
field is not used outside the crate See b61a28b
…ed, r=GuillaumeGomez rustdoc: Note in a type's layout/size if it is uninhabited Closes rust-lang#87008 ![image](https://user-images.githubusercontent.com/13556931/222900244-8e326d51-8d3b-4700-a935-96830179e2e9.png)
…ilstrieb Remove `allow(potential_query_instability)` from `ast_passes` cc rust-lang#84447
@bors r+ rollup=never p=7 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: f15f0ea739 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (bb18388): comparison URL. Overall result: ✅ improvements - 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
@rust-timer build d91eae963735c7834a0d7a3c0ae888e122397e41 (Just testing a recent change to the perf bot, nothing to see here). |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (d91eae963735c7834a0d7a3c0ae888e122397e41): comparison URL. Overall result: ✅ improvements - no action neededInstruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. |
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