about summary refs log tree commit diff
path: root/src/libsyntax_expand/proc_macro.rs
AgeCommit message (Expand)AuthorLines
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-3/+6
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+2
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-2/+2
2019-11-06Remove unnecessary `Deref` impl for `Attribute`.Nicholas Nethercote-2/+2
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-5/+0
2019-10-27syntax/attr: reduce reliance on parserMazdak Farrokhzad-1/+8
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+215