| Age | Commit message (Expand) | Author | Lines |
| 2024-04-23 | delegation: Support renaming | Vadim Petrochenkov | -5/+5 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -1/+1 |
| 2024-04-17 | Rollup merge of #124051 - dtolnay:emptyset, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -5/+2 |
| 2024-04-16 | Fix empty-set symbol in comments | David Tolnay | -1/+1 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -1/+1 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -5/+2 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -1/+1 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -5/+5 |
| 2024-03-21 | Use `maybe_whole!` to streamline `parse_item_common`. | Nicholas Nethercote | -10/+4 |
| 2024-03-15 | Make `unexpected` always "return" `PResult<()>` & add `unexpected_any` | Maybe Waffle | -6/+6 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -12/+12 |
| 2024-02-29 | AST: Refactor type alias where clauses | León Orell Valerian Liehr | -6/+11 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -2/+2 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -16/+20 |
| 2024-02-21 | Rollup merge of #121379 - nnethercote:rm-unchecked_error_guaranteed, r=oli-obk | León Orell Valerian Liehr | -16/+4 |
| 2024-02-21 | Remove an `unchecked_error_guaranteed` call. | Nicholas Nethercote | -16/+4 |
| 2024-02-20 | Support async trait bounds in macros | Michael Goulet | -0/+9 |
| 2024-02-20 | Add newtype for trailing in parser | clubby789 | -2/+3 |
| 2024-02-20 | Add newtype for parser recovery | clubby789 | -12/+14 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -3/+4 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -5/+8 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -5/+8 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -5/+21 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -1/+1 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -1/+1 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -0/+36 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -10/+12 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -2/+2 |
| 2024-01-08 | Remove a fourth `DiagnosticBuilder::emit_without_consuming` call. | Nicholas Nethercote | -22/+13 |
| 2024-01-08 | Use chaining for `DiagnosticBuilder` construction and `emit`. | Nicholas Nethercote | -2/+1 |
| 2024-01-08 | Use chaining in `DiagnosticBuilder` construction. | Nicholas Nethercote | -12/+10 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -16/+19 |
| 2024-01-05 | rustc_span: More consistent span combination operations | Vadim Petrochenkov | -2/+2 |
| 2023-12-24 | Remove `ParseSess` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -36/+37 |
| 2023-12-24 | Remove `Parser` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -10/+12 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -10/+6 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -5/+5 |
| 2023-12-18 | Use `.into_diagnostic()` less. | Nicholas Nethercote | -10/+6 |
| 2023-12-18 | Rename `Parser::span_diagnostic` as `Parser::dcx`. | Nicholas Nethercote | -7/+7 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -7/+1 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -26/+21 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -3/+3 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -2/+4 |
| 2023-12-07 | Rollup merge of #116420 - bvanjoi:fix-116203, r=Nilstrieb | Matthias Krüger | -1/+3 |
| 2023-12-04 | Address code review feedback | Eric Holk | -1/+1 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -12/+14 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -11/+23 |
| 2023-12-04 | Make async gen fn an error | Eric Holk | -0/+6 |