about summary refs log tree commit diff
path: root/src/librustc_expand/proc_macro.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-224/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-4/+4
2020-07-01Remove `token::FlattenGroup`Vadim Petrochenkov-3/+2
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-3/+9
2020-06-26proc_macro: Stop flattening groups with dummy spansVadim Petrochenkov-2/+2
2020-03-24defatalize ProcMacroDerive::expandMazdak Farrokhzad-17/+8
2020-03-24defatalize AttrProcMacro::expandMazdak Farrokhzad-13/+8
2020-03-24defatalize BangProcMacro::expandMazdak Farrokhzad-14/+9
2020-03-10expand: Implement support for retrying macro expansionsVadim Petrochenkov-4/+4
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-01-10nix syntax::errors & prefer rustc_errors over errorsMazdak Farrokhzad-4/+3
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-1/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-0/+239