| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -2/+2 |
| 2022-12-21 | Update track_caller tests; run fmt | Bryan Garza | -5/+2 |
| 2022-12-21 | Improve code based on feedback. | Bryan Garza | -22/+20 |
| 2022-12-21 | Update track_caller logic/lint after rebase | Bryan Garza | -26/+27 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -36/+21 |
| 2022-12-13 | Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors | Matthias Krüger | -37/+48 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -1/+1 |
| 2022-12-08 | Move paren expr and loop HIR lowering | Gary Guo | -28/+37 |
| 2022-12-08 | Support `#[track_caller]` on async closures | Gary Guo | -9/+11 |
| 2022-12-07 | Rollup merge of #105343 - nbdd0121:hir, r=fee1-dead | Matthias Krüger | -94/+39 |
| 2022-12-06 | Replace usage of `ResumeTy` in async lowering with `Context` | Arpad Borsos | -21/+36 |
| 2022-12-06 | Simplify attribute handling in rustc_ast_lowering | Gary Guo | -94/+39 |
| 2022-12-05 | Rollup merge of #105180 - nbdd0121:async_track_caller, r=compiler-errors | Matthias Krüger | -14/+18 |
| 2022-12-05 | Add fixme note | Gary Guo | -0/+2 |
| 2022-12-03 | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot | Matthias Krüger | -0/+8 |
| 2022-12-03 | Auto merge of #105133 - oli-obk:promoted_def_ids, r=cjgillot | bors | -1/+1 |
| 2022-12-02 | Use proper HirId for async track_caller attribute check | Gary Guo | -14/+16 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -1/+1 |
| 2022-12-01 | Fill in `def_span` when creating def ids. | Oli Scherer | -1/+1 |
| 2022-11-29 | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | -10/+7 |
| 2022-11-28 | Keep track of the start of the argument block of a closure | Sarthak Singh | -0/+8 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -2/+3 |
| 2022-11-24 | Record in HIR whether lifetime elision was succesful. | Camille GILLOT | -2/+3 |
| 2022-11-24 | Auto merge of #104321 - Swatinem:async-gen, r=oli-obk | bors | -13/+23 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -13/+23 |
| 2022-11-23 | Fix rebase | Esteban Küber | -1/+1 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -2/+2 |
| 2022-11-23 | Rollup merge of #104721 - WaffleLapkin:deref-harder, r=oli-obk | Dylan DPC | -84/+78 |
| 2022-11-22 | Rollup merge of #104612 - Swatinem:async-ret-y, r=estebank | Manish Goregaokar | -9/+9 |
| 2022-11-22 | `rustc_ast_lowering`: remove `ref` patterns | Maybe Waffle | -84/+78 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -1/+1 |
| 2022-11-19 | Lower return type outside async block creation | Arpad Borsos | -9/+9 |
| 2022-11-18 | Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petrochenkov | bors | -8/+8 |
| 2022-11-17 | Auto merge of #104219 - bryangarza:async-track-caller-dup, r=eholk | bors | -6/+31 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -0/+3 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -8/+8 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -2/+10 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -0/+3 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+4 |
| 2022-11-10 | Refactor nested for-loops into find() calls | Bryan Garza | -12/+5 |
| 2022-11-09 | Allow and add `track_caller` to generators | Bryan Garza | -23/+37 |
| 2022-10-13 | Lower condition directly from AST to HIR | Nathan Whitaker | -22/+24 |
| 2022-10-12 | Let chains should still drop temporaries | Nathan Whitaker | -11/+34 |
| 2022-10-11 | wip: trying to enable #[track_caller] on async fn | Eric Holk | -1/+19 |
| 2022-10-11 | rustc_hir: Less error-prone methods for accessing `PartialRes` resolution | Vadim Petrochenkov | -6/+2 |
| 2022-09-29 | Mark ignore(illustrative) on docs in compiler/rustc_ast_lowering/src/expr.rs | reez12g | -3/+3 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -1/+1 |
| 2022-09-16 | Rollup merge of #101825 - spastorino:fix-rpit-changes, r=oli-obk | Guillaume Gomez | -51/+47 |
| 2022-09-14 | Pass ImplTraitContext as &, there's no need for that to be &mut | Santiago Pastorino | -18/+16 |
| 2022-09-14 | Revert "Rollup merge of #101496 - spastorino:lower_lifetime_binder_api_change... | Santiago Pastorino | -33/+31 |