Skip to content

Add symbol normalization for proc_macro_server. - #67702

Merged
bors merged 2 commits into
rust-lang:masterfrom
crlf0710:normalize_ident2
Dec 31, 2019
Merged

Add symbol normalization for proc_macro_server.#67702
bors merged 2 commits into
rust-lang:masterfrom
crlf0710:normalize_ident2

Conversation

@crlf0710

Copy link
Copy Markdown
Member

Follow up for #66670, finishing the first bullet point in #55467.

r? @petrochenkov

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 29, 2019
@rust-highfive

This comment has been minimized.

Comment threadsrc/libsyntax_expand/proc_macro_server.rs Outdated
@petrochenkovpetrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Dec 29, 2019
@rust-highfive

This comment has been minimized.

Comment threadsrc/librustc_parse/lexer/mod.rs Outdated
@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Dec 30, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 57a8f456f0645a2a62feb821730ca623cd1aac5c has been approved by petrochenkov

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 30, 2019
@bors

This comment has been minimized.

@borsbors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Dec 30, 2019
@crlf0710

Copy link
Copy Markdown
MemberAuthor

Rebased. @petrochenkov

@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Dec 31, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 8f84d9e has been approved by petrochenkov

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Dec 31, 2019
@CentrilCentril added the F-non_ascii_idents `#![feature(non_ascii_idents)]` label Dec 31, 2019
Centril added a commit to Centril/rust that referenced this pull request Dec 31, 2019
…henkov
Add symbol normalization for proc_macro_server.
Follow up for rust-lang#66670, finishing the first bullet point in rust-lang#55467.
r? @petrochenkov
@CentrilCentril mentioned this pull request Dec 31, 2019
bors added a commit that referenced this pull request Dec 31, 2019
Rollup of 6 pull requests
Successful merges:
- #67574 (Extract `rustc_ast_lowering` crate from `rustc`)
- #67685 (Constify Result)
- #67702 (Add symbol normalization for proc_macro_server.)
- #67730 (Cleanup pattern type checking, fix diagnostics bugs (+ improvements))
- #67744 (parser: reduce diversity in error handling mechanisms)
- #67748 (Use function attribute "frame-pointer" instead of "no-frame-pointer-elim")
Failed merges:
r? @ghost
@bors
bors merged commit 8f84d9e into rust-lang:masterDec 31, 2019
@crlf0710
crlf0710 deleted the normalize_ident2 branch January 1, 2020 01:26
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

F-non_ascii_idents`#![feature(non_ascii_idents)]`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

@crlf0710@rust-highfive@petrochenkov@bors@Centril