Skip to content

parser: Cleanup Parser::bump_with and its uses - #69376

Merged
bors merged 1 commit into
rust-lang:masterfrom
petrochenkov:bumpwith
Feb 23, 2020
Merged

parser: Cleanup Parser::bump_with and its uses#69376
bors merged 1 commit into
rust-lang:masterfrom
petrochenkov:bumpwith

Conversation

@petrochenkov

Copy link
Copy Markdown
Contributor

Follow-up to #69006.
r? @Centril

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Feb 22, 2020
@Centril

Copy link
Copy Markdown
Contributor

Nice! @bors r+

@bors

bors commented Feb 23, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 4356d18 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 Feb 23, 2020
bors added a commit that referenced this pull request Feb 23, 2020
Rollup of 5 pull requests
Successful merges:
- #69336 (Do not ping the infrastructure team on toolstate changes)
- #69351 (Improve external MinGW detection)
- #69361 (parse: allow `type Foo: Ord` syntactically)
- #69375 (Rename CodeMap to SourceMap follow up)
- #69376 (parser: Cleanup `Parser::bump_with` and its uses)
Failed merges:
r? @ghost
@bors
bors merged commit d6414f5 into rust-lang:masterFeb 23, 2020
bors added a commit that referenced this pull request Mar 8, 2020
rustc_parse: Remove `Parser::normalized(_prev)_token`
Perform the "normalization" (renamed to "uninterpolation") on the fly when necessary.
The final part of #69579#69384#69376#69211#69034#69006.
r? @Centril
Centril added a commit to Centril/rust that referenced this pull request Mar 9, 2020
rustc_parse: Remove `Parser::normalized(_prev)_token`
Perform the "normalization" (renamed to "uninterpolation") on the fly when necessary.
The final part of rust-lang#69579rust-lang#69384rust-lang#69376rust-lang#69211rust-lang#69034rust-lang#69006.
r? @Centril
@petrochenkov
petrochenkov deleted the bumpwith branch February 22, 2025 18:33
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.

4 participants

@petrochenkov@Centril@bors@rust-highfive