about summary refs log tree commit diff
path: root/src/librustc_ast/tokenstream.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-433/+0
2020-08-14Rework `rustc_serialize`Matthew Jasper-4/+4
2020-08-01Move 'probably equal' methods to librustc_parseAaron Hill-125/+0
2020-06-09Fix more clippy warningsMatthias Krüger-1/+1
2020-05-29Revert "Move functions to librustc_parse"Aaron Hill-0/+121
2020-05-29Revert "Recursively expand nonterminals"Aaron Hill-0/+2
2020-05-29Revert "Fix rebase fallout"Aaron Hill-0/+2
2020-05-22Fix rebase falloutAaron Hill-2/+0
2020-05-22Recursively expand nonterminalsAaron Hill-2/+0
2020-05-22Move functions to librustc_parseAaron Hill-121/+0
2020-05-19Use a fixed-point iteration when breaking tokensAaron Hill-5/+40
2020-05-19Break tokens before checking if they are 'probably equal'Aaron Hill-2/+32
2020-03-09Use `Token::uninterpolate` in couple more places matching on `(Nt)Ident`Vadim Petrochenkov-0/+7
2020-02-29Move directory `libsyntax` -> `librustc_ast`Vadim Petrochenkov-0/+486