-
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
[stable] 1.72.1 release #115787
[stable] 1.72.1 release #115787
Conversation
|
This comment has been minimized.
This comment has been minimized.
6e57e00
to
94e3935
Compare
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
@bors r+ rollup=never p=50 |
…Simulacrum [stable] 1.72.1 release This backports: * Remove assert that checks type equality rust-lang#115215 * implied bounds: do not ICE on unconstrained region vars rust-lang#115559 * rustdoc: correctly deal with self ty params when eliding default object lifetimes rust-lang#115276 * Stop emitting non-power-of-two vectors in (non-portable-SIMD) codegen rust-lang#115236 * Normalize before checking if local is freeze in deduced_param_attrs rust-lang#114948 Some cherry-picks required merge conflict resolution, we'll see if I got it right based on CI (rustdoc fix and LLVM codegen test). r? `@Mark-Simulacrum`
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
@bors retry |
…Simulacrum [stable] 1.72.1 release This backports: * Remove assert that checks type equality rust-lang#115215 * implied bounds: do not ICE on unconstrained region vars rust-lang#115559 * rustdoc: correctly deal with self ty params when eliding default object lifetimes rust-lang#115276 * Stop emitting non-power-of-two vectors in (non-portable-SIMD) codegen rust-lang#115236 * Normalize before checking if local is freeze in deduced_param_attrs rust-lang#114948 Some cherry-picks required merge conflict resolution, we'll see if I got it right based on CI (rustdoc fix and LLVM codegen test). r? `@Mark-Simulacrum`
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
Pinned redox install on dist-various-1 to an older tarball pulled from archive.org. @bors r+ rollup=never p=50 |
…Simulacrum [stable] 1.72.1 release This backports: * Remove assert that checks type equality rust-lang#115215 * implied bounds: do not ICE on unconstrained region vars rust-lang#115559 * rustdoc: correctly deal with self ty params when eliding default object lifetimes rust-lang#115276 * Stop emitting non-power-of-two vectors in (non-portable-SIMD) codegen rust-lang#115236 * Normalize before checking if local is freeze in deduced_param_attrs rust-lang#114948 Some cherry-picks required merge conflict resolution, we'll see if I got it right based on CI (rustdoc fix and LLVM codegen test). r? `@Mark-Simulacrum`
💔 Test failed - checks-actions |
We try-looped that 5 times before failing, so I'm not sure a retry will help, but maybe it will work from a different CI host? @bors retry |
There shouldn't be any dependencies on host objects for the Android builds. If there are they are erroneous and we'd like to fix them. |
☀️ Test successful - checks-actions |
…arsan68 Fix up a few CI images This forward-ports changes made on the stable branch to fix CI (rust-lang#115787).
…arsan68 Fix up a few CI images This forward-ports changes made on the stable branch to fix CI (rust-lang#115787).
Rollup merge of rust-lang#115902 - Mark-Simulacrum:bump-ci, r=albertlarsan68 Fix up a few CI images This forward-ports changes made on the stable branch to fix CI (rust-lang#115787).
…master, r=Mark-Simulacrum Copy 1.72.1 release notes to master - rust-lang#115976 - this cherry-pick 1.72.1 release note from rust-lang#115787(0414f85)
Rollup merge of rust-lang#115978 - sksat:copy-1.72.1-release-note-to-master, r=Mark-Simulacrum Copy 1.72.1 release notes to master - rust-lang#115976 - this cherry-pick 1.72.1 release note from rust-lang#115787(0414f85)
This backports:
deduced_param_attrs
#114948Some cherry-picks required merge conflict resolution, we'll see if I got it right based on CI (rustdoc fix and LLVM codegen test).
r? @Mark-Simulacrum