summary refs log tree commit diff
path: root/src/librustc_expand/proc_macro_server.rs
AgeCommit message (Expand)AuthorLines
2020-05-29Split payload of FileName::Real to track both real and virutalized paths.Felix S. Klock II-1/+2
2020-05-15Fix {:#?} representation of proc_macro::LiteralDavid Tolnay-3/+8
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+2
2020-05-03Implement `confusable_idents` lint.Charles Lew-4/+5
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-6/+6
2020-02-28Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morseMazdak Farrokhzad-2/+2
2020-02-27don't use .into() to convert types into identical types.Matthias Krüger-7/+3
2020-02-27use char instead of &str for single char patternsMatthias Krüger-2/+2
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-1/+1
2020-02-011. move node_id to syntaxMazdak Farrokhzad-1/+1
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-9/+8
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-2/+2
2019-12-31Add symbol normalization for proc_macro_server.Charles Lew-0/+2
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+689