summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2020-10-25Rely on regular "expected"/"found" parser error for `fn`Esteban Küber-8/+0
2020-10-23Silence unnecessary `await foo?` knock-down errorEsteban Küber-1/+7
2020-10-07Detect blocks that could be struct expr bodiesEsteban Küber-2/+85
2020-09-15Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwcobors-0/+46
2020-09-14Detect turbofish with multiple type params missing leading `::`Esteban Küber-0/+46
2020-09-10Attach `TokenStream` to `ast::Path`Aaron Hill-1/+1
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-2/+7
2020-08-30mv compiler to compiler/mark-0/+1643