about summary refs log tree commit diff
path: root/src/librustc_ast/token.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-884/+0
2020-08-22Add backwards-compat hack for certain '$name' tokensAaron Hill-1/+28
2020-08-14Rework `rustc_serialize`Matthew Jasper-9/+9
2020-08-06rustc_ast: Stop using "string typing" for doc comment tokensVadim Petrochenkov-3/+10
2020-08-02Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkovbors-0/+61
2020-08-02Use NonterminalKind for MetaVarDeclAleksey Kladov-1/+24
2020-08-02Introduce NonterminalKindAleksey Kladov-0/+38
2020-08-01Move 'probably equal' methods to librustc_parseAaron Hill-56/+0
2020-07-01Add an issue number for the pretty_printing_compatibility_hack FIXMEVadim Petrochenkov-1/+1
2020-07-01Remove `token::FlattenGroup`Vadim Petrochenkov-19/+10
2020-07-01expand: Stop using nonterminals for passing tokens to attribute and derive ma...Vadim Petrochenkov-1/+21
2020-06-26proc_macro: Stop flattening groups with dummy spansVadim Petrochenkov-11/+20
2020-05-29Revert "Move functions to librustc_parse"Aaron Hill-0/+56
2020-05-22Move functions to librustc_parseAaron Hill-56/+0
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-22/+22
2020-03-20can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.Mazdak Farrokhzad-4/+13
2020-03-10more reuse in block parsing & improve diagnostics.Mazdak Farrokhzad-0/+10
2020-03-09Address review commentsVadim Petrochenkov-5/+14
2020-03-09Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident`Vadim Petrochenkov-21/+11
2020-03-09rustc_ast: Introduce `Token::uninterpolate`Vadim Petrochenkov-2/+18
2020-03-09rustc_ast: Introduce `Token::uninterpolated_span`Vadim Petrochenkov-0/+30
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-0/+761