summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser
AgeCommit message (Expand)AuthorLines
2020-09-14Detect turbofish with multiple type params missing leading `::`Esteban Küber-6/+66
2020-09-11repairing broken error message and rustfix application for the new testAurélien Deharbe-1/+5
2020-09-10Attach tokens to `ast::Stmt`Aaron Hill-5/+15
2020-09-10Attach `TokenStream` to `ast::Visibility`Aaron Hill-11/+39
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-6/+17
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-2/+9
2020-09-10Collect tokens when handling `:literal` matcherAaron Hill-1/+9
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-6/+23
2020-09-10Attach `TokenStream` to `ast::Block`Aaron Hill-2/+9
2020-09-10Syntactically permit unsafety on modsDavid Tolnay-16/+51
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-09-01Rollup merge of #76132 - Aaron1011:mac-call-stmt, r=petrochenkovTyler Mandry-2/+2
2020-08-31Rollup merge of #76115 - calebcartwright:parser-fn-visibility, r=matkladAleksey Kladov-2/+4
2020-08-30Factor out StmtKind::MacCall fields into `MacCallStmt` structAaron Hill-2/+2
2020-08-30Use string literal directly when available in formatSasha-1/+1
2020-08-30parser: restore some fn visibility for rustfmtCaleb Cartwright-2/+4
2020-08-30mv compiler to compiler/mark-0/+10401