about summary refs log tree commit diff
path: root/src/libsyntax/ext/mbe
AgeCommit message (Expand)AuthorLines
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-3424/+0
2019-10-15syntax::parse::sess -> syntax::sessMazdak Farrokhzad-4/+6
2019-10-14Rollup merge of #65261 - nnethercote:rm-Option-from-TokenStream, r=petrochenkovTyler Mandry-1/+1
2019-10-14Rollup merge of #65363 - Centril:less-pprust, r=Mark-SimulacrumMazdak Farrokhzad-2/+4
2019-10-14Remove the `Option` in `TokenStream`.Nicholas Nethercote-1/+1
2019-10-13tokenstream: don't depend on pprustMazdak Farrokhzad-2/+4
2019-10-13mbe: reduce panictry! uses.Mazdak Farrokhzad-25/+27
2019-09-30syntax: Support modern attribute syntax in the `meta` matcherVadim Petrochenkov-1/+1
2019-09-26Rename `Item.node` to `Item.kind`varkor-1/+1
2019-09-25remove unused peekableAleksey Kladov-4/+3
2019-09-25move function closer to its usageAleksey Kladov-13/+14
2019-09-25remove unused parametersAleksey Kladov-31/+1
2019-09-22make mbe::TokenTree private to moduleAleksey Kladov-4/+4
2019-09-22push TokenTree::parse downAleksey Kladov-1/+14
2019-09-22pull mbe token tree definition upAleksey Kladov-232/+85
2019-09-22rename tt -> mbe, part 2Aleksey Kladov-11/+11
2019-09-22rename libsyntax::ext::tt to mbeAleksey Kladov-0/+3582