-
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 6 pull requests #109911
Rollup of 6 pull requests #109911
Conversation
- Remove unused reference link in CONTRIBUTING.md - Change the contributing_url for triagebot to the getting started page
`UnsafeCell` page could benefit too from having links to these most popular structs in the module.
This solves a regression where `0.0.cmp()` was ambiguous when a custom trait with a `cmp` method was in scope. FOr integers it shouldn't be a problem in practice so I wasn't able to add a test.
…ulacrum Update contributing links for rustc-dev-guide changes Companion PR to rust-lang/rustc-dev-guide#1653. - Remove unused reference link in CONTRIBUTING.md - Change the contributing_url for triagebot to the getting started page
Add links to <cell.rs> `UnsafeCell` page could benefit too from having links to these most popular structs in the module.
Update book, rustc-dev-guide, rust-by-example Changes from `rust-lang/book`: * rust-lang/book#3598 Changes from `rust-lang/rust-by-example`: * rust-lang/rust-by-example#1695 * rust-lang/rust-by-example#1694 * rust-lang/rust-by-example#1693 * rust-lang/rust-by-example#1688 * rust-lang/rust-by-example#1696 Changes from `rust-lang/rustc-dev-guide`: * rust-lang/rustc-dev-guide#1655 * rust-lang/rustc-dev-guide#1657 * rust-lang/rustc-dev-guide#1659 * rust-lang/rustc-dev-guide@d436bf1...fca8af6 r? `@ehuss`
…-remember-this-dear-transmuter, r=compiler-errors Never consider int and float vars for `FnPtr` candidates This solves a regression where `0.0.cmp()` was ambiguous when a custom trait with a `cmp` method was in scope. For integers it shouldn't be a problem in practice so I wasn't able to add a test. I'm not sure whether there could be more issues hidden in the shadows as mentioned in the issue, but this should at least fix the problematic regression immediately. fixes rust-lang#109892 r? oli-obk
…rrors Add async-await test for rust-lang#107414 fixes rust-lang#107414 r? `@cjgillot`
Add Chris Denton to `.mailmap`
@bors r+ p=6 rollup=never |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: cf7ada217c In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
📌 Perf builds for each rolled up PR: previous master: 48829ea74b In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (cf7ada2): 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. |
Successful merges:
FnPtr
candidates #109896 (Never consider int and float vars forFnPtr
candidates)Broken MIR: generator contains type [&std::option::Option<StructB>] in MIR, but typeck only knows about {ResumeTy, StructB, Option<StructB>, &StructB, impl Future<Output = StructA>, ()} and []
#107414).mailmap
#109903 (Add Chris Denton to.mailmap
)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup