-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 6 pull requests #112839
Rollup of 6 pull requests #112839
Conversation
Signed-off-by: Eval EXEC <execvy@gmail.com>
Signed-off-by: Eval EXEC <execvy@gmail.com>
Signed-off-by: Eval EXEC <execvy@gmail.com>
One shouldn't need a nightly compiler in order to ~~have fun~~ call a function many times.
Co-authored-by: Chris Denton <christophersdenton@gmail.com>
…-overflow, r=ChrisDenton Fix windows `Socket::connect_timeout` overflow This PR want to close rust-lang#112405 - [x] add unit test
…or-same-as-item-color, r=notriddle,GuillaumeGomez Rustdoc: search: color item type and reduce size to avoid clashing - rustdoc: search: color item type same as item - rustdoc: search: reduce item type size to 0.875rem to avoid clashing with path and item
…ent-checking, r=compiler-errors Sort the errors from arguments checking so that suggestions are handled properly Fixes rust-lang#112507 The algorithm of `find_issue` does not make sure the index comes out in order, which will make suggesting `remove` or `add` arguments broken in some cases. Modifying the algorithm to obey order involves much more trivial change, so it's better to order the `errors` after iterations.
change binders from tuple structs to named fields
…-obk Fix linker failures when #[global_allocator] is used in a dependency Fixes rust-lang#112715
Disable feature(unboxed_closures, fn_traits) in weird-exprs One shouldn't need a nightly compiler in order to ~~have fun~~ call a function many times.
@bors r+ p=6 rollup=never |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 6fc0273b5a In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (1b6d4cd): 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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 655.831s -> 657.549s (0.26%) |
Successful merges:
Socket::connect_timeout
overflow #112464 (Fix windowsSocket::connect_timeout
overflow)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup