Skip to content

Update RELEASES.md for 1.54.0 - #86696

Merged
bors merged 11 commits into
masterfrom
relnotes-1.54.0
Jul 26, 2021
Merged

Update RELEASES.md for 1.54.0#86696
bors merged 11 commits into
masterfrom
relnotes-1.54.0

Conversation

@XAMPPRocky

Copy link
Copy Markdown
Contributor

Rendered

r? @Mark-Simulacrum
cc @rust-lang/release

@XAMPPRockyXAMPPRocky added C-enhancement Category: An issue proposing an enhancement or a PR with one. T-release Relevant to the release subteam, which will review and decide on the PR/issue. labels Jun 28, 2021
@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 28, 2021
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
XAMPPRockyand others added 4 commits June 29, 2021 13:26
Co-authored-by: Michael <5672750+mibac138@users.noreply.github.com>
Co-authored-by: Joshua Nelson <jyn514@gmail.com>
Co-authored-by: Jeff Parsons <jeff@parsons.io>
@cuviper

Copy link
Copy Markdown
Member

#85574 is a breaking change for soundness, which is likely to stay unless crater reveals widespread breakage. We should add a compatibility note for it.

Comment threadRELEASES.md
Comment threadRELEASES.md
@CryZe

CryZe commented Jul 7, 2021

Copy link
Copy Markdown
Contributor

Unless something changed in the meantime, 1.54 also enables mutable noalias for LLVM >= 12.

@AmanieuAmanieu linked an issue Jul 7, 2021 that may be closed by this pull request
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
cuviper
cuviper previously requested changes Jul 22, 2021

@cuvipercuviper left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A number of these seem to belong to 1.55.0 instead.

Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
Comment threadRELEASES.md Outdated
XAMPPRockyand others added 3 commits July 23, 2021 13:06
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@XAMPPRocky It looks like there are several comments outstanding here (one compat note, one note I just added, at least) and a few more relnotes marked issues:

@emilyalbini

Copy link
Copy Markdown
Member

We should also note #86063 in the compat notes.

@emilyalbini

Copy link
Copy Markdown
Member

@bors r+

@bors

bors commented Jul 26, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 9fc2bfa has been approved by pietroalbini

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 26, 2021
@emilyalbiniemilyalbini mentioned this pull request Jul 26, 2021
@emilyalbini

Copy link
Copy Markdown
Member

@bors rollup

@bors

bors commented Jul 26, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 9fc2bfa with merge fc24bce...

@bors

bors commented Jul 26, 2021

Copy link
Copy Markdown
Collaborator

☀️ Test successful - checks-actions
Approved by: pietroalbini
Pushing fc24bce to master...

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jul 26, 2021
@bors
bors merged commit fc24bce into masterJul 26, 2021
@bors
bors deleted the relnotes-1.54.0 branch July 26, 2021 14:42
@rustbotrustbot added this to the 1.56.0 milestone Jul 26, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 26, 2021
…lacrum
Prepare 1.54.0 release
This PR builds the stable artifacts for the 1.54.0 release. Backports included:
* rust-lang#86696
* rust-lang#87167
* rust-lang#87210
I was *not* able to cherry-pick rust-lang#87390 as that didn't apply cleanly to the stable branch. `@GuillaumeGomez` `@notriddle` could it be possible to get a PR targeting `stable` backporting that fix?
Also, this **enables** incremental compilation on the stable channel.
r? `@Mark-Simulacrum`
cc `@rust-lang/release`
@emilyalbiniemilyalbini added beta-accepted Accepted for backporting to the compiler in the beta channel. beta-nominated Nominated for backporting to the compiler in the beta channel. labels Jul 27, 2021
@emilyalbiniemilyalbini mentioned this pull request Jul 27, 2021
@emilyalbiniemilyalbini removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jul 27, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 28, 2021
…crum
Prepare beta 1.55.0
Included backports:
* rust-lang#86696
* rust-lang#87390 (squashed)
Reverted:
* rust-lang#86623
cc `@rust-lang/release` `@Mark-Simulacrum`
@jyn514

Copy link
Copy Markdown
Member

@CryZe do you happen to have a link to the PR that reenabled it? I've been having trouble finding it.

@jyn514

Copy link
Copy Markdown
Member

Oh, I see - it was enabled in #82834 and disabled in 1.53 by #86036, but it was never disabled on (then) nightly, so it still landed in 1.54.

Going to make a PR adding it to the release notes.

LeSeulArtichaut added a commit to LeSeulArtichaut/rust that referenced this pull request Aug 25, 2021
Add mutable-noalias to the release notes for 1.54
It was enabled in rust-lang#82834 and disabled in 1.53 by rust-lang#86036, but it was never disabled on (then) nightly, so it still landed in 1.54.
This was mentioned on rust-lang#86696 but never made it into the release notes.
r? `@XAMPPRocky` cc `@nikic`
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.C-enhancementCategory: An issue proposing an enhancement or a PR with one.merged-by-borsThis PR was explicitly merged by bors.S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-releaseRelevant to the release subteam, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stdarch - compile-time errors on invalid arguments

17 participants

@XAMPPRocky@cuviper@CryZe@Mark-Simulacrum@emilyalbini@bors@jyn514@ehuss@Amanieu@jeffparsons@tmandry@mibac138@tschuett@scottmcm@jackh726@rust-highfive@rustbot