Skip to content

Remove -Z continue-parse-after-error - #68024

Merged
bors merged 1 commit into
rust-lang:masterfrom
petrochenkov:recoverall
Jan 9, 2020
Merged

Remove -Z continue-parse-after-error#68024
bors merged 1 commit into
rust-lang:masterfrom
petrochenkov:recoverall

Conversation

@petrochenkov

Copy link
Copy Markdown
Contributor

We are just always recovering and continuing now.

r? @estebank@Centril

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 8, 2020
Comment threadsrc/librustc_codegen_ssa/back/write.rs
@Centril

Copy link
Copy Markdown
Contributor

r=me with ^-- considered.

@petrochenkov

Copy link
Copy Markdown
ContributorAuthor

@bors r=Centril

@bors

bors commented Jan 8, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 41a93cb has been approved by Centril

@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 Jan 8, 2020
@Centril

Copy link
Copy Markdown
Contributor

r? @Centril

@rust-highfiverust-highfive assigned Centril and unassigned estebankJan 8, 2020
Centril added a commit to Centril/rust that referenced this pull request Jan 8, 2020
Remove `-Z continue-parse-after-error`
We are just always recovering and continuing now.
r? @estebank@Centril
@CentrilCentril mentioned this pull request Jan 8, 2020
bors added a commit that referenced this pull request Jan 9, 2020
Rollup of 12 pull requests
Successful merges:
- #67630 (Treat extern statics just like statics in the "const pointer to static" representation)
- #67747 (Explain that associated types and consts can't be accessed directly on the trait's path)
- #67884 (Fix incremental builds of core by allowing unused attribute.)
- #67966 (Use matches macro in libcore and libstd)
- #67979 (Move `intravisit` => `rustc_hir` + misc cleanup)
- #67986 (Display more informative ICE)
- #67990 (slice patterns: harden match-based borrowck tests)
- #68005 (Improve E0184 explanation)
- #68009 (Spell check librustc_error_codes)
- #68023 (Fix issue #68008)
- #68024 (Remove `-Z continue-parse-after-error`)
- #68026 (Small improvements in lexical_region_resolve)
Failed merges:
r? @ghost
@bors
bors merged commit 41a93cb into rust-lang:masterJan 9, 2020
JohnTitor added a commit to JohnTitor/rust-clippy that referenced this pull request Jan 9, 2020
JohnTitor added a commit to JohnTitor/rls that referenced this pull request Jan 9, 2020
Xanewok added a commit to rust-lang/rls that referenced this pull request Jan 13, 2020
@ehussehuss mentioned this pull request Jan 14, 2020
bors added a commit that referenced this pull request Jan 14, 2020
Update cargo rls
## cargo
12 commits in 6e1ca924a67dd1ac89c33f294ef26b5c43b89168..ad3dbe10e1e654fb1f032a5dd9481d7cbaa00d65
2020-01-06 19:11:37 +0000 to 2020-01-13 21:37:15 +0000
- Add named config profiles. (rust-lang/cargo#7750)
- Make cargo-rustc crate-type-aware (rust-lang/cargo#7755)
- Rename `Kind` (rust-lang/cargo#7791)
- Update bash completion (rust-lang/cargo#7789)
- Add another curl spurious network error (rust-lang/cargo#7788)
- Some small tweaks around error in configuration (rust-lang/cargo#7783)
- Fix tests with `url` crate update (rust-lang/cargo#7787)
- Fix .gitignore of Cargo.lock in a subdirectory. (rust-lang/cargo#7779)
- Bump crates-io (rust-lang/cargo#7778)
- Migrate from the `failure` crate to `anyhow` (rust-lang/cargo#7776)
- Fix several needless_borrow clippy lints. (rust-lang/cargo#7771)
- Fix some links (rust-lang/cargo#7770)
## rls
2 commits in 7c0489c5ff4f5c594e65a3b22efd9ce373deab9b..b27e1173969639448cd2e486b1c5f0fcb1b3b17c
2020-01-04 20:15:37 +0100 to 2020-01-13 11:40:20 +0100
- Update Cargo (rust-lang/rls#1613)
- Rustup to #68024 (rust-lang/rls#1612)
bors added a commit that referenced this pull request Jan 15, 2020
Update cargo rls
## cargo
12 commits in 6e1ca924a67dd1ac89c33f294ef26b5c43b89168..ad3dbe10e1e654fb1f032a5dd9481d7cbaa00d65
2020-01-06 19:11:37 +0000 to 2020-01-13 21:37:15 +0000
- Add named config profiles. (rust-lang/cargo#7750)
- Make cargo-rustc crate-type-aware (rust-lang/cargo#7755)
- Rename `Kind` (rust-lang/cargo#7791)
- Update bash completion (rust-lang/cargo#7789)
- Add another curl spurious network error (rust-lang/cargo#7788)
- Some small tweaks around error in configuration (rust-lang/cargo#7783)
- Fix tests with `url` crate update (rust-lang/cargo#7787)
- Fix .gitignore of Cargo.lock in a subdirectory. (rust-lang/cargo#7779)
- Bump crates-io (rust-lang/cargo#7778)
- Migrate from the `failure` crate to `anyhow` (rust-lang/cargo#7776)
- Fix several needless_borrow clippy lints. (rust-lang/cargo#7771)
- Fix some links (rust-lang/cargo#7770)
## rls
2 commits in 7c0489c5ff4f5c594e65a3b22efd9ce373deab9b..b27e1173969639448cd2e486b1c5f0fcb1b3b17c
2020-01-04 20:15:37 +0100 to 2020-01-13 11:40:20 +0100
- Update Cargo (rust-lang/rls#1613)
- Rustup to #68024 (rust-lang/rls#1612)
@petrochenkov
petrochenkov deleted the recoverall branch February 22, 2025 18:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

5 participants

@petrochenkov@Centril@bors@estebank@rust-highfive