about summary refs log tree commit diff
path: root/src/libsyntax_expand/mbe/macro_parser.rs
AgeCommit message (Expand)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-930/+0
2019-12-22Format the worldMark Rousskov-72/+64
2019-12-12Remove the `DelimSpan` from `NamedMatch::MatchedSeq`.Nicholas Nethercote-16/+7
2019-11-11syntactically allow visibility on trait item & enum variantMazdak Farrokhzad-2/+2
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-3/+3
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-2/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-10-16mbe: leave a FIXMEMazdak Farrokhzad-0/+3
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+944