| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -2/+4 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -10/+10 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -1/+4 |
| 2024-01-28 | hir: Remove unnecessary `HirId` from `hir::Let` | Vadim Petrochenkov | -1/+0 |
| 2024-01-25 | Remove unused features | clubby789 | -2/+0 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -2/+8 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -3/+3 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -202/+215 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -0/+1 |
| 2024-01-16 | Simplify BodyId hashing. | Camille GILLOT | -3/+3 |
| 2024-01-16 | Async closures will move params into the future always | Michael Goulet | -43/+33 |
| 2024-01-16 | Introduce helper that deals with moving async args into the coroutine | Michael Goulet | -170/+193 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -13/+8 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -4/+386 |
| 2024-01-09 | Add error code for missing base expression in struct update syntax | clubby789 | -2/+2 |
| 2024-01-08 | Rollup merge of #119705 - fmease:tilde-const-assoc-fns-trait-impls, r=compile... | Matthias Krüger | -13/+16 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -5/+10 |
| 2024-01-07 | effects: support ~const in assoc fns in trait impls | León Orell Valerian Liehr | -13/+16 |
| 2024-01-07 | Inline some helpers no longer needed due to RPITIT being stable | Michael Goulet | -47/+29 |