summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
AgeCommit message (Expand)AuthorLines
2022-10-31Add more track_callermejrs-0/+2
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-24/+47
2022-10-24fix parentheses surrounding spacing issue in parseryukang-2/+4
2022-10-23Migrate all diagnosticsNilstrieb-184/+170
2022-09-27Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind)Xiretza-24/+29
2022-09-27Don't unnecessarily stringify paths in diagnosticsXiretza-3/+4
2022-09-27Migrate even more diagnostics in rustc_parse to diagnostic structsXiretza-0/+211
2022-09-27Migrate "struct literal body without path" error to diagnostic structXiretza-0/+18
2022-09-27Migrate "expected semicolon" diagnostics to diagnostic structsXiretza-0/+51
2022-09-27Migrate "expected identifier" diagnostics to diagnostic structsXiretza-1/+94
2022-09-27Migrate more rustc_parse diagnostics to diagnostic structsXiretza-5/+94
2022-09-27Move rustc_parse diagnostic structs to separate moduleXiretza-0/+783