summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/mod.rs
AgeCommit message (Expand)AuthorLines
2020-10-06rustc_parse: Make `Parser::unexpected` public and use it in built-in macrosVadim Petrochenkov-1/+1
2020-09-11repairing broken error message and rustfix application for the new testAurélien Deharbe-1/+5
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-7/+27
2020-09-03Rename IsJoint -> SpacingAleksey Kladov-5/+5
2020-09-02Auto merge of #76160 - scileo:format-recovery, r=petrochenkovbors-0/+4
2020-09-02Improve recovery on malformed format callSasha-0/+4
2020-08-30parser: restore some fn visibility for rustfmtCaleb Cartwright-1/+2
2020-08-30mv compiler to compiler/mark-0/+1270