Skip to content

[stable] 1.53.0 release - #86317

Merged
bors merged 9 commits into
rust-lang:stablefrom
Mark-Simulacrum:stable-next
Jun 15, 2021
Merged

[stable] 1.53.0 release#86317
bors merged 9 commits into
rust-lang:stablefrom
Mark-Simulacrum:stable-next

Conversation

@Mark-Simulacrum

@Mark-SimulacrumMark-Simulacrum commented Jun 14, 2021

Copy link
Copy Markdown
Member

This includes a backport of:

And includes patches to:

r? @Mark-Simulacrum

Mark-Simulacrumand others added 7 commits June 14, 2021 18:08
This disables incremental (i.e., -Cincremental) taking effect unless an
environment variable, RUSTC_FORCE_INCREMENTAL, is set to 1 in the environment of
the running rustc. Currently incremental causes errors for many users, and we do
not have an expectation of being able to quickly fix these errors in a
backportable way - so, for now, disable incremental entirely. The user can still
opt-in, but this way the majority of users merely get slower builds, not broken
builds.
This won't enable incremental if -Cincremental is not already passed, but is
seemingly necessary in the presence of -Zincremental-verify-ich which does not
check for incremental being enabled before accessing incremental data
structures, leading to an ICE.
@rust-highfive

Copy link
Copy Markdown
Contributor

⚠️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-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jun 14, 2021
@Mark-Simulacrum

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup=never p=100

@bors

bors commented Jun 15, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 196e185 has been approved by Mark-Simulacrum

@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 Jun 15, 2021
@bors

bors commented Jun 15, 2021

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 196e185 with merge dbe03e2...

@bors

bors commented Jun 15, 2021

Copy link
Copy Markdown
Collaborator

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

@borsbors added the merged-by-bors This PR was explicitly merged by bors. label Jun 15, 2021
@bors
bors merged commit dbe03e2 into rust-lang:stableJun 15, 2021
@rustbotrustbot added this to the 1.53.0 milestone Jun 15, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Mark-Simulacrum@rust-highfive@bors@rustbot@the8472@Aaron1011@pnkfelix