Skip to content

Update RELEASES.md for 1.54.0 #86696

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 11 commits into from
Jul 26, 2021
Merged

Update RELEASES.md for 1.54.0 #86696

merged 11 commits into from
Jul 26, 2021

Conversation

XAMPPRocky
Copy link
Member

Rendered

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

@XAMPPRocky XAMPPRocky 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-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 28, 2021
XAMPPRocky and 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
Member

cuviper commented Jul 2, 2021

#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.

@CryZe
Copy link
Contributor

CryZe commented Jul 7, 2021

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

Copy link
Member

@cuviper cuviper left a comment

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.

XAMPPRocky and others added 3 commits July 23, 2021 13:06
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
@Mark-Simulacrum
Copy link
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:

@pietroalbini
Copy link
Member

We should also note #86063 in the compat notes.

@pietroalbini
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 26, 2021

📌 Commit 9fc2bfa has been approved by pietroalbini

@bors bors 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
@pietroalbini
Copy link
Member

@bors rollup

@bors
Copy link
Collaborator

bors commented Jul 26, 2021

⌛ Testing commit 9fc2bfa with merge fc24bce...

@bors
Copy link
Collaborator

bors commented Jul 26, 2021

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

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Jul 26, 2021
@bors bors merged commit fc24bce into master Jul 26, 2021
@bors bors deleted the relnotes-1.54.0 branch July 26, 2021 14:42
@rustbot rustbot 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`
@pietroalbini pietroalbini 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
@pietroalbini pietroalbini 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
Member

jyn514 commented Aug 25, 2021

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

@jyn514
Copy link
Member

jyn514 commented Aug 25, 2021

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`
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
beta-accepted Accepted for backporting to the compiler in the beta channel. C-enhancement Category: An issue proposing an enhancement or a PR with one. merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-release Relevant 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