Merged
Conversation
Collaborator
|
This comment has been minimized.
This comment has been minimized.
6e57e00 to
94e3935
Compare
Collaborator
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
Member
Author
|
@bors r+ rollup=never p=50 |
Collaborator
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 12, 2023
…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.
Collaborator
|
💔 Test failed - checks-actions |
Member
Author
|
@bors retry |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 12, 2023
…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`
Collaborator
|
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
Collaborator
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 13, 2023
…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`
Collaborator
|
💔 Test failed - checks-actions |
Collaborator
Member
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 |
Contributor
|
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. |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Sep 18, 2023
…arsan68 Fix up a few CI images This forward-ports changes made on the stable branch to fix CI (rust-lang#115787).
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Sep 18, 2023
…arsan68 Fix up a few CI images This forward-ports changes made on the stable branch to fix CI (rust-lang#115787).
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 18, 2023
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).
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Sep 20, 2023
…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)
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Sep 20, 2023
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)
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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