| Age | Commit message (Expand) | Author | Lines |
| 2024-01-05 | Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errors | Michael Goulet | -35/+23 |
| 2024-01-04 | Auto merge of #119569 - matthiaskrgr:rollup-4packja, r=matthiaskrgr | bors | -3/+77 |
| 2024-01-04 | Inline and remove `StringReader::struct_fatal_span_char`. | Nicholas Nethercote | -22/+11 |
| 2024-01-03 | Recover parentheses in range patterns | Lieselotte | -3/+77 |
| 2024-01-03 | Rename some `Diagnostic` setters. | Nicholas Nethercote | -13/+12 |
| 2024-01-02 | Update after rebase | George Bateman | -5/+5 |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -43/+133 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -1/+2 |
| 2023-12-28 | Use filter instead of filter_map in Parser::expected_one_of_not_found | DaniPopes | -18/+20 |
| 2023-12-28 | Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkov | Matthias Krüger | -1/+7 |
| 2023-12-28 | Rollup merge of #119379 - ShE3py:parse-seq-doc, r=compiler-errors | Matthias Krüger | -10/+28 |
| 2023-12-28 | Rollup merge of #119359 - DaniPopes:ident-or-err, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-12-28 | Don't expect bodyless arms if the pattern can never be a never pattern | Lieselotte | -1/+7 |
| 2023-12-28 | Update `parse_seq` doc | Lieselotte | -10/+28 |
| 2023-12-27 | Simplify Parser::ident_or_error | DaniPopes | -12/+4 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -35/+27 |
| 2023-12-27 | Auto merge of #117303 - sjwang05:issue-117245, r=estebank | bors | -0/+30 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -35/+27 |
| 2023-12-26 | Suggest `=>` --> `>=` in conditions | sjwang05 | -0/+30 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -8/+8 |
| 2023-12-24 | Remove `ParseSess` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -198/+205 |
| 2023-12-24 | Remove `Parser` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -60/+53 |
| 2023-12-23 | Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=compiler-... | Matthias Krüger | -5/+6 |
| 2023-12-23 | bool->enum for ast::PatKind::Struct presence of `..` | Alona Enraght-Moony | -5/+6 |
| 2023-12-23 | Give `DiagnosticBuilder` a default type. | Nicholas Nethercote | -36/+24 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -6/+15 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -49/+29 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -119/+127 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -5/+5 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -49/+29 |
| 2023-12-20 | Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmease | Matthias Krüger | -7/+29 |
| 2023-12-19 | Add additional tests and update existing tests | Eric Holk | -1/+2 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -5/+5 |
| 2023-12-19 | Improve compiler error for c-strings in pre-2021 | Carter Hunt Fogelman | -7/+29 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -6/+14 |
| 2023-12-19 | Add `EmitResult` associated type to `EmissionGuarantee`. | Nicholas Nethercote | -2/+4 |
| 2023-12-19 | Add `level` arg to `into_diagnostic`. | Nicholas Nethercote | -33/+47 |
| 2023-12-18 | Use `.into_diagnostic()` less. | Nicholas Nethercote | -84/+76 |
| 2023-12-18 | Rename many `DiagCtxt` arguments. | Nicholas Nethercote | -29/+26 |
| 2023-12-18 | Rename `Parser::span_diagnostic` as `Parser::dcx`. | Nicholas Nethercote | -42/+40 |
| 2023-12-18 | Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`. | Nicholas Nethercote | -25/+25 |
| 2023-12-18 | Rename `Handler` as `DiagCtxt`. | Nicholas Nethercote | -7/+7 |
| 2023-12-16 | Auto merge of #118897 - nnethercote:more-unescaping-cleanups, r=fee1-dead | bors | -33/+42 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -2/+2 |
| 2023-12-14 | Rollup merge of #118933 - nnethercote:cleanup-errors-even-more, r=compiler-er... | Jubilee | -10/+9 |
| 2023-12-15 | Split `Handler::emit_diagnostic` in two. | Nicholas Nethercote | -4/+4 |
| 2023-12-15 | Change `msg: impl Into<String>` for bug diagnostics. | Nicholas Nethercote | -2/+2 |
| 2023-12-14 | Remove one use of `span_bug_no_panic`. | Nicholas Nethercote | -2/+1 |
| 2023-12-14 | Avoid `struct_diagnostic` where possible. | Nicholas Nethercote | -2/+2 |
| 2023-12-12 | Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholk | Jubilee | -9/+18 |