| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-09-27 | Implement IntoDiagnosticArg for rustc_ast::token::Token(Kind) | Xiretza | -24/+29 |
| 2022-09-27 | Don't unnecessarily stringify paths in diagnostics | Xiretza | -3/+4 |
| 2022-09-27 | Migrate even more diagnostics in rustc_parse to diagnostic structs | Xiretza | -0/+211 |
| 2022-09-27 | Migrate "struct literal body without path" error to diagnostic struct | Xiretza | -0/+18 |
| 2022-09-27 | Migrate "expected semicolon" diagnostics to diagnostic structs | Xiretza | -0/+51 |
| 2022-09-27 | Migrate "expected identifier" diagnostics to diagnostic structs | Xiretza | -1/+94 |
| 2022-09-27 | Migrate more rustc_parse diagnostics to diagnostic structs | Xiretza | -5/+94 |
| 2022-09-27 | Move rustc_parse diagnostic structs to separate module | Xiretza | -0/+783 |
