| Age | Commit message (Expand) | Author | Lines |
| 2024-08-19 | Retroactively feature gate `ConstArgKind::Path` | Boxy | -7/+9 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+4 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -2/+13 |
| 2024-07-06 | out_of_scope_macro_calls: Detect calls inside attributes more precisely | Vadim Petrochenkov | -6/+17 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-21 | Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino | Matthias Krüger | -6/+1 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -6/+1 |
| 2024-06-20 | collect attrs in const block expr | bohan | -0/+3 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -4/+6 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -0/+10 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -3/+15 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -3/+6 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -10/+0 |
| 2024-05-18 | Auto merge of #125105 - nnethercote:rustc_resolve-cleanups, r=estebank | bors | -0/+1 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -0/+2 |
| 2024-05-10 | Remove `#[macro_use] extern crate tracing` from `rustc_resolve`. | Nicholas Nethercote | -0/+1 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -1/+1 |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -1/+1 |
| 2024-04-24 | resolve: Remove two cases of misleading macro call visiting | Vadim Petrochenkov | -7/+2 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -2/+4 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -2/+2 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-05 | Bubble up the TyCtxtFeed | Oli Scherer | -8/+10 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+1 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -13/+18 |
| 2024-02-12 | Lowering field access for anonymous adts | Frank King | -1/+14 |
| 2024-01-27 | Make the coroutine def id of an async closure the child of the closure def id | Michael Goulet | -6/+12 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -2/+2 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -12/+13 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -22/+26 |
| 2023-12-08 | Support async gen fn | Michael Goulet | -1/+2 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -2/+2 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -8/+8 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -5/+6 |
| 2023-12-04 | Lower return types for gen fn to impl Iterator | Eric Holk | -1/+4 |
| 2023-12-03 | rustc: Harmonize `DefKind` and `DefPathData` | Vadim Petrochenkov | -75/+53 |
| 2023-11-28 | def collector: Set correct namespace in `DefPathData` for foreign types | Vadim Petrochenkov | -16/+10 |
| 2023-11-28 | resolve: Feed the `def_kind` query immediately on `DefId` creation | Vadim Petrochenkov | -45/+108 |
| 2023-11-27 | Address unused tuple struct fields in the compiler | Jake Goulding | -4/+2 |
| 2023-11-25 | resolve: Avoid clones of `MacroData` | Vadim Petrochenkov | -2/+7 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -1/+1 |
| 2023-03-19 | Remove the `NodeId` of `ast::ExprKind::Async` | Arpad Borsos | -3/+1 |
| 2023-02-14 | Separate the lifetime of the session and the arena in the resolver | Oli Scherer | -5/+5 |
| 2022-12-01 | rustc_ast_lowering: Stop lowering imports into multiple items | Vadim Petrochenkov | -8/+0 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -7/+2 |
| 2022-11-22 | Rollup merge of #104615 - spastorino:create-async-def-id-in-lowering, r=compi... | Dylan DPC | -7/+2 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -4/+4 |
| 2022-11-19 | Create def_id for async fns during lowering | Santiago Pastorino | -7/+2 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -2/+2 |