about summary refs log tree commit diff
path: root/src/librustc_parse/parser/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2019-12-20refactor parse_incorrect_await_syntaxMazdak Farrokhzad-13/+23
2019-12-20implement recovery in check_assoc_opMazdak Farrokhzad-17/+1
2019-12-201. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.Mazdak Farrokhzad-1/+1
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-14/+11
2019-11-26Fix spelling typosBrian Wignall-2/+2
2019-11-25Auto merge of #66671 - matthewjasper:ast-address-of, r=Centrilbors-1/+1
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-1/+1
2019-11-24Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertjbors-1/+14
2019-11-23Rework raw ident suggestionsEsteban Küber-1/+14
2019-11-22Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkovMazdak Farrokhzad-20/+0
2019-11-14Clean some error codes diagnosticsGuillaume Gomez-14/+14
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-0/+2
2019-11-11syntactically allow visibility on trait item & enum variantMazdak Farrokhzad-20/+0
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+1549