about summary refs log tree commit diff
path: root/src/libsyntax_expand/mbe/transcribe.rs
AgeCommit message (Collapse)AuthorLines
2019-12-30Rename directories for some crates from `syntax_x` to `rustc_x`Vadim Petrochenkov-392/+0
`syntax_expand` -> `rustc_expand` `syntax_pos` -> `rustc_span` `syntax_ext` -> `rustc_builtin_macros`
2019-12-12Remove the `DelimSpan` from `NamedMatch::MatchedSeq`.Nicholas Nethercote-2/+2
Because it's unused. This then allows the removal of `MatcherPos::sp_open`. It's a tiny perf win, reducing instruction counts by 0.1% - 0.2% on a few benchmarks.
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-8/+1
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-05use American spelling for `pluralize!`Andy Russell-3/+3
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-0/+399