about summary refs log tree commit diff
path: root/src/libsyntax_ext/cmdline_attrs.rs
AgeCommit message (Expand)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-30/+0
2019-12-22Format the worldMark Rousskov-3/+2
2019-12-02syntax: Use `ast::MacArgs` for attributesVadim Petrochenkov-2/+2
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-2/+1
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+2
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-1/+1
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-1/+2
2019-09-30syntax: Support modern attribute syntax in the `meta` matcherVadim Petrochenkov-2/+2
2019-09-06Move injection of attributes from command line to `libsyntax_ext`Vadim Petrochenkov-0/+30