| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -2/+2 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -8/+4 |
| 2024-02-29 | AST: Refactor type alias where clauses | León Orell Valerian Liehr | -9/+10 |
| 2024-02-28 | Rename `DiagnosticArgFromDisplay` as `DiagArgFromDisplay`. | Nicholas Nethercote | -6/+5 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | Refactor `LoweringContext::get_delegation_sig_id`. | Nicholas Nethercote | -6/+2 |
| 2024-02-27 | Adjust error yield/await lowering | Michael Goulet | -9/+43 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -4/+2 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -1/+8 |
| 2024-02-24 | Add asm label support to AST and HIR | Gary Guo | -4/+33 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2024-02-23 | Revert some `span_bug`s to `span_delayed_bug`. | Nicholas Nethercote | -1/+3 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -3/+1 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -2/+7 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -2/+2 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -9/+2 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -1/+2 |
| 2024-02-15 | Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmease | Guillaume Gomez | -3/+9 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -3/+9 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -1/+2 |
| 2024-02-15 | Reinstate some delayed bugs. | Nicholas Nethercote | -1/+3 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -7/+3 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -16/+11 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -12/+47 |
| 2024-02-10 | Remove unused fn | Michael Goulet | -6/+0 |
| 2024-02-10 | Add a helpful suggestion | Michael Goulet | -33/+32 |
| 2024-02-10 | No more associated type bounds in dyn trait | Michael Goulet | -56/+8 |
| 2024-02-10 | Rollup merge of #120850 - petrochenkov:empimpres, r=cjgillot | Matthias Krüger | -1/+6 |
| 2024-02-10 | Rollup merge of #120584 - compiler-errors:u, r=lcnr | Matthias Krüger | -13/+11 |
| 2024-02-09 | ast_lowering: Fix regression in `use ::{}` imports. | Vadim Petrochenkov | -1/+6 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -2/+0 |
| 2024-02-09 | Don't unnecessarily lower associated type bounds to impl trait | Michael Goulet | -13/+11 |
| 2024-02-08 | Rollup merge of #120750 - compiler-errors:itctx-by-val, r=cjgillot | Matthias Krüger | -92/+90 |
| 2024-02-08 | Rollup merge of #120734 - nnethercote:SubdiagnosticMessageOp, r=compiler-errors | Matthias Krüger | -9/+5 |
| 2024-02-08 | Add `SubdiagnosticMessageOp` as a trait alias. | Nicholas Nethercote | -9/+5 |
| 2024-02-07 | No need to take ImplTraitContext by ref | Michael Goulet | -92/+90 |
| 2024-02-07 | hir: Add some FIXMEs for future work | Vadim Petrochenkov | -0/+1 |
| 2024-02-07 | hir: Make sure all `HirId`s have corresponding HIR `Node`s | Vadim Petrochenkov | -7/+38 |
| 2024-02-06 | Rollup merge of #120609 - petrochenkov:nousestem2, r=compiler-errors | Matthias Krüger | -9/+23 |
| 2024-02-06 | Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk | bors | -36/+25 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -0/+3 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+8 |
| 2024-02-06 | Make async closures directly lower to ClosureKind::CoroutineClosure | Michael Goulet | -32/+9 |
| 2024-02-06 | Make sure that async closures (and fns) only capture their parent callable's ... | Michael Goulet | -4/+5 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -2/+0 |
| 2024-02-06 | Auto merge of #120392 - compiler-errors:async-bound-modifier, r=davidtwco,fmease | bors | -21/+128 |
| 2024-02-03 | hir: Remove the generic type parameter from `MaybeOwned` | Vadim Petrochenkov | -7/+4 |
| 2024-02-03 | hir: Stop keeping prefixes for most of `use` list stems | Vadim Petrochenkov | -9/+23 |
| 2024-01-31 | Error on incorrect item kind in async bound | Michael Goulet | -9/+35 |
| 2024-01-31 | Add async bound modifier to enable async Fn bounds | Michael Goulet | -20/+101 |