-
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 #116275
Rollup of 6 pull requests #116275
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ec18811 - Browse repository at this point
Copy the full SHA ec18811View commit details
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f99fdac - Browse repository at this point
Copy the full SHA f99fdacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b01a4 - Browse repository at this point
Copy the full SHA 02b01a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e49aa04 - Browse repository at this point
Copy the full SHA e49aa04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc2214 - Browse repository at this point
Copy the full SHA 5dc2214View commit details -
Configuration menu - View commit details
-
Copy full SHA for d835599 - Browse repository at this point
Copy the full SHA d835599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2069e8c - Browse repository at this point
Copy the full SHA 2069e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for da2f897 - Browse repository at this point
Copy the full SHA da2f897View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb17fe8 - Browse repository at this point
Copy the full SHA bb17fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fed72e0 - Browse repository at this point
Copy the full SHA fed72e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f2e15d - Browse repository at this point
Copy the full SHA 9f2e15dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c41cd0 - Browse repository at this point
Copy the full SHA 8c41cd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cca109 - Browse repository at this point
Copy the full SHA 0cca109View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb77903 - Browse repository at this point
Copy the full SHA eb77903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f10e2 - Browse repository at this point
Copy the full SHA 34f10e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a95f20c - Browse repository at this point
Copy the full SHA a95f20cView commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b83dfb5 - Browse repository at this point
Copy the full SHA b83dfb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90f317b - Browse repository at this point
Copy the full SHA 90f317bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3853774 - Browse repository at this point
Copy the full SHA 3853774View commit details -
Rollup merge of rust-lang#112123 - bvanjoi:fix-98562, r=compiler-errors
fix(suggestion): insert projection to associated types Fixes rust-lang#98562 This PR has fixed some help suggestions for unsupported syntax, such as `fn f<T>(_:T) where T: IntoIterator, std::iter::IntoIterator::Item = () {}` to `fn f<T: IntoIterator<Item = ()>>(_T) {}`.
Configuration menu - View commit details
-
Copy full SHA for 4a88646 - Browse repository at this point
Copy the full SHA 4a88646View commit details -
Rollup merge of rust-lang#116024 - ouz-a:smir_region, r=oli-obk
Implement Region for smir Adds Region and it's relevant types to smir and covers them with stable implementation r? `@oli-obk`
Configuration menu - View commit details
-
Copy full SHA for 26be575 - Browse repository at this point
Copy the full SHA 26be575View commit details -
Rollup merge of rust-lang#116030 - RalfJung:abi-compat-test, r=wesley…
…wiser run abi/compatibility test against a whole bunch of targets
Configuration menu - View commit details
-
Copy full SHA for 77e9dcd - Browse repository at this point
Copy the full SHA 77e9dcdView commit details -
Rollup merge of rust-lang#116216 - heiher:crosstool, r=Kobzol
ci: upgrade to crosstool-ng 1.26.0 This PR upgrades our builders from crosstool-ng 1.25.0 to 1.26.0. Except for LoongArch64 and RISC-V 64, which have minor version upgrades, other architectures have not changed.
Configuration menu - View commit details
-
Copy full SHA for 60ba6b4 - Browse repository at this point
Copy the full SHA 60ba6b4View commit details -
Rollup merge of rust-lang#116241 - dtolnay:exclusivefwd, r=Amanieu
Add Exclusive forwarding impls (FnOnce, FnMut, Generator) This is adapted from rust-lang#104057.
Configuration menu - View commit details
-
Copy full SHA for 4db2b74 - Browse repository at this point
Copy the full SHA 4db2b74View commit details -
Rollup merge of rust-lang#116263 - ferrocene:pa-more-bare-metal-fixes…
…, r=oli-obk More fixes for running the test suite on a bare metal target This PR adds more fixes needed to run the test suite on bare metal targets (in this case, without unwinding and with static relocations). There is no CI job exercising tests without unwinds, but I can confirm this worked in Ferrocene's CI.
Configuration menu - View commit details
-
Copy full SHA for 3ee2c52 - Browse repository at this point
Copy the full SHA 3ee2c52View commit details