| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | Conditionally allow lowering RTN (..) in paths | Michael Goulet | -1/+6 |
| 2024-09-12 | Re-enable `ConstArgKind::Path` lowering by default | Noah Lev | -1/+1 |
| 2024-09-11 | Use the same span for attributes and Try expansion of ? | Samuel Tardieu | -1/+1 |
| 2024-08-26 | Rename ParenthesizedGenericArgs to GenericArgsMode | Michael Goulet | -2/+2 |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -1/+1 |
| 2024-08-10 | rustc_ast_lowering: make "yield syntax is experimental" translatable | Pavel Grigorenko | -4/+3 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -12/+13 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -55/+72 |
| 2024-07-16 | Add `current_def_id_parent` to `LoweringContext` | Noah Lev | -8/+2 |
| 2024-06-28 | implement new effects desugaring | Deadbeef | -1/+0 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -2/+5 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -19/+35 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -1/+8 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -4/+1 |
| 2024-06-06 | Fix build | carbotaniuman | -1/+1 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -0/+1 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -1/+4 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -8/+1 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -2/+2 |
| 2024-05-04 | Lower never patterns to Unreachable in mir | Nadrieril | -2/+2 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -0/+5 |
| 2024-04-24 | Add explicit syntax for coroutines instead of relying on closures having `yie... | Oli Scherer | -1/+11 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -7/+4 |
| 2024-04-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -5/+6 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -2/+5 |
| 2024-03-20 | Rename `hir::Let` into `hir::LetExpr` | Guillaume Gomez | -1/+1 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -0/+1 |
| 2024-03-06 | Add postfix match MatchSource to HIR | Ross Smyth | -2/+5 |
| 2024-03-06 | Add MatchKind member to the Match expr for pretty printing & fmt | Ross Smyth | -1/+1 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -0/+1 |
| 2024-03-05 | Rollup merge of #121664 - compiler-errors:adjust-error-yield-lowering, r=spas... | Matthias Krüger | -9/+43 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -8/+4 |
| 2024-02-27 | Adjust error yield/await lowering | Michael Goulet | -9/+43 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -3/+1 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -0/+6 |
| 2024-02-15 | Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmease | Guillaume Gomez | -2/+7 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -2/+7 |
| 2024-02-15 | Reinstate some delayed bugs. | Nicholas Nethercote | -1/+3 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -3/+1 |
| 2024-02-07 | No need to take ImplTraitContext by ref | Michael Goulet | -9/+9 |
| 2024-02-06 | Auto merge of #120361 - compiler-errors:async-closures, r=oli-obk | bors | -20/+18 |
| 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 | -20/+7 |
| 2024-01-31 | Add async bound modifier to enable async Fn bounds | Michael Goulet | -0/+2 |
| 2024-01-28 | hir: Remove unnecessary `HirId` from `hir::Let` | Vadim Petrochenkov | -1/+0 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -2/+8 |
| 2024-01-16 | Async closures will move params into the future always | Michael Goulet | -24/+15 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -2/+2 |