| Age | Commit message (Expand) | Author | Lines |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -2/+2 |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -2/+1 |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -11/+13 |
| 2025-08-10 | Auto merge of #144873 - cjgillot:implications, r=lqd | bors | -80/+31 |
| 2025-08-03 | Implement `stability_implications` without a visitor. | Camille GILLOT | -80/+31 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -16/+17 |
| 2025-07-28 | use let chains in mir, resolve, target | Kivooeo | -8/+8 |
| 2025-07-17 | Fix formatting. | Camille GILLOT | -6/+7 |
| 2025-07-17 | Correct comments. | Camille GILLOT | -4/+2 |
| 2025-07-17 | Include ErrorGuaranteed in StableSince::Err. | Camille GILLOT | -1/+1 |
| 2025-07-17 | Remove unuseful enums. | Camille GILLOT | -60/+16 |
| 2025-07-17 | Remove useless debugging. | Camille GILLOT | -2/+1 |
| 2025-07-17 | Integrate stable feature checking into a query. | Camille GILLOT | -29/+40 |
| 2025-07-17 | Retire stability_index query. | Camille GILLOT | -16/+12 |
| 2025-07-17 | Simplify annotator. | Camille GILLOT | -58/+30 |
| 2025-07-17 | Querify lookup_const_stability. | Camille GILLOT | -175/+109 |
| 2025-07-17 | Querify lookup_stability. | Camille GILLOT | -118/+107 |
| 2025-07-17 | Querify lookup_default_body_stability. | Camille GILLOT | -14/+18 |
| 2025-07-17 | Check for already stable features in check_attr. | Camille GILLOT | -25/+2 |
| 2025-07-17 | Check stability attributes are compatible in `check_unused_or_stable_features`. | Camille GILLOT | -163/+179 |
| 2025-07-17 | Querify lookup_deprecation_entry. | Camille GILLOT | -40/+39 |
| 2025-07-17 | Warn useless deprecation in check_attr. | Camille GILLOT | -14/+2 |
| 2025-07-15 | Make stability attribute not to error when unstable feature bound is in effect | tiif | -2/+30 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -2/+7 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -1/+1 |
| 2025-06-12 | Tracking the old name of renamed unstable library attribute | xizheyin | -2/+9 |
| 2025-05-30 | Reorder fields in `hir::ItemKind` variants. | Nicholas Nethercote | -1/+1 |
| 2025-05-09 | don't depend on rustc_attr_parsing if rustc_data_structures will do | mejrs | -12/+12 |
| 2025-04-03 | Make LevelAndSource a struct | Oli Scherer | -1/+1 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -2/+2 |
| 2025-03-18 | Move `hir::Item::ident` into `hir::ItemKind`. | Nicholas Nethercote | -3/+3 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -3/+3 |
| 2025-02-27 | require trait impls to have matching const stabilities as the traits | Deadbeef | -14/+46 |
| 2025-02-24 | Introduce new-style attribute parsers for several attributes | Jana Dönszelmann | -17/+30 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -5/+1 |
| 2025-02-21 | Move methods from Map to TyCtxt, part 3. | Nicholas Nethercote | -1/+1 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -4/+4 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -6/+6 |
| 2025-02-09 | compiler: start using rustc_ast_lowering in rustc_passes | Jubilee Young | -2/+3 |
| 2025-02-02 | rustc_allowed_through_unstable_modules: require deprecation message | Ralf Jung | -79/+75 |
| 2025-01-23 | `visit_x_unambig` | Boxy | -3/+3 |
| 2025-01-23 | Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor` | Boxy | -7/+6 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -39/+97 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -39/+97 |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -3/+33 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -1/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -1/+1 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -9/+17 |
| 2024-11-20 | don't require const stability for const impls | Deadbeef | -10/+1 |