Skip to content
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.59.0 release #94224

Merged
merged 5 commits into from
Feb 22, 2022
Merged

[stable] 1.59.0 release #94224

merged 5 commits into from
Feb 22, 2022

Conversation

Mark-Simulacrum
Copy link
Member

This adds in a few backports:

This also includes a fresh commit replicating the 1.52.1 patch soft-disabling incremental for 1.59, in light of discussion on #94124. This hasn't yet been fully approved but I think is the likely way things will go, so preparing the first round of stable artifacts with that in mind.

r? @Mark-Simulacrum

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Feb 21, 2022
@rust-highfive
Copy link
Collaborator

⚠️ Warning ⚠️

  • Pull requests are usually filed against the master branch for this repo, but this one is against stable. Please double check that you specified the right target!

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 21, 2022
@Mark-Simulacrum
Copy link
Member Author

@bors r+ rollup=never p=100

@bors
Copy link
Contributor

bors commented Feb 21, 2022

📌 Commit 2b5a2134fd90ade72ccddebda19425478b6cd49d has been approved by Mark-Simulacrum

@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 Feb 21, 2022
RELEASES.md Outdated Show resolved Hide resolved
@Mark-Simulacrum Mark-Simulacrum force-pushed the stable-next branch 3 times, most recently from 705fe3b to 916fa0e Compare February 21, 2022 19:40
@Mark-Simulacrum
Copy link
Member Author

@bors r+ rollup=never p=100

@bors
Copy link
Contributor

bors commented Feb 21, 2022

📌 Commit 916fa0e56d08927893aa512a1ddb98c1c57b304a has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Feb 21, 2022

⌛ Testing commit 916fa0e56d08927893aa512a1ddb98c1c57b304a with merge 65d097e8a5032686f314bce749f4369ee0f7d744...

@bors
Copy link
Contributor

bors commented Feb 21, 2022

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Feb 21, 2022
@Mark-Simulacrum
Copy link
Member Author

@bors retry ci-mirrors dns failure

@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 Feb 21, 2022
@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Feb 21, 2022

⌛ Testing commit 916fa0e56d08927893aa512a1ddb98c1c57b304a with merge 68d537105f48fea11d56c5ba19d9304282d19acf...

@rust-log-analyzer

This comment has been minimized.

@bors
Copy link
Contributor

bors commented Feb 21, 2022

💔 Test failed - checks-actions

@bors bors added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Feb 21, 2022
@Mark-Simulacrum
Copy link
Member Author

Probably due to the libc bump pulled in due to the backport of compiler-builtins, will need to investigate

dcsommer and others added 3 commits February 21, 2022 21:06
…roideabi` rlib

I ran `./x.py dist --host= --target=armv7-linux-androideabi` before this diff:
```
$ nm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/armv7-linux-androideabi/lib/libcompiler_builtins-3d9661a82c59c66a.rlib 2> /dev/null | grep __sync_fetch_and_add_4 | wc -l
2
```
And after:
```
$ nm build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/armv7-linux-androideabi/lib/libcompiler_builtins-ffd2745070943321.rlib 2> /dev/null | grep __sync_fetch_and_add_4 | wc -l
1
```
Fixes rust-lang#93310
This disables incremental compilation by default and adds a snippet to the
compiler release notes explaining the rationale and encouraging testing.
@Mark-Simulacrum
Copy link
Member Author

@bors r+ rollup=never p=100

Dropped the libc bump, hopefully that's enough to get things passing again.

@bors
Copy link
Contributor

bors commented Feb 22, 2022

📌 Commit 6af5faf has been approved by Mark-Simulacrum

@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 Feb 22, 2022
@bors
Copy link
Contributor

bors commented Feb 22, 2022

⌛ Testing commit 6af5faf with merge 3a06854...

@bors
Copy link
Contributor

bors commented Feb 22, 2022

☀️ Test successful - checks-actions
Approved by: Mark-Simulacrum
Pushing 3a06854 to stable...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Feb 22, 2022
@bors bors merged commit 3a06854 into rust-lang:stable Feb 22, 2022
@rustbot rustbot added this to the 1.59.0 milestone Feb 22, 2022
@Mark-Simulacrum Mark-Simulacrum deleted the stable-next branch February 22, 2022 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants