| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -0/+6 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -0/+6 |
| 2023-08-04 | Auto merge of #112117 - bryangarza:track-caller-feature-gate, r=compiler-errors | bors | -2/+2 |
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -2/+2 |
| 2023-08-02 | Add separate feature gate for async fn track caller | Bryan Garza | -2/+2 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -1/+1 |
| 2023-07-04 | Add effects during lowering for `~const` bounds | Deadbeef | -8/+1 |
| 2023-06-26 | `hir`: Add `Become` expression kind | Maybe Waffle | -3/+1 |
| 2023-06-19 | Syntatically accept `become` expressions | Maybe Waffle | -0/+6 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -3/+7 |
| 2023-04-27 | Make async removal span more resilient to macro expansions | Michael Goulet | -10/+2 |
| 2023-04-27 | Tweak await span | Michael Goulet | -14/+8 |
| 2023-04-26 | IntoFuture::into_future is no longer unstable | Michael Goulet | -6/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+7 |
| 2023-04-16 | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | -30/+25 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -3/+3 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -40/+37 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -37/+27 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -1/+0 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -37/+27 |
| 2023-03-02 | Restrict `#[rustc_box]` to `Box::new` calls | clubby789 | -10/+2 |
| 2023-02-25 | Add ErrorGuaranteed to HIR ExprKind::Err | Michael Goulet | -8/+11 |
| 2023-02-21 | Use `ThinVec` in `ast::AngleBracketedArgs`. | Nicholas Nethercote | -1/+1 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -2/+2 |
| 2023-02-14 | Better label for illegal impl trait types | Michael Goulet | -2/+2 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -6/+82 |
| 2023-01-12 | parse const closures | Deadbeef | -0/+6 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -0/+1 |
| 2023-01-11 | Expose some LoweringContext methods. | Mara Bos | -5/+9 |
| 2023-01-11 | Add some helper functions to LoweringContext. | Mara Bos | -1/+72 |
| 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 |