| Age | Commit message (Expand) | Author | Lines |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -1/+2 |
| 2025-01-24 | Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e... | bors | -9/+14 |
| 2025-01-23 | Rustdog :3c | Boxy | -8/+13 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -2/+2 |
| 2025-01-22 | rustdoc: extract duplicated code into method | Yotam Ofek | -72/+45 |
| 2025-01-15 | Rollup merge of #135428 - camelid:attr-cleanup, r=GuillaumeGomez | Guillaume Gomez | -142/+112 |
| 2025-01-15 | Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi... | Guillaume Gomez | -5/+11 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -5/+16 |
| 2025-01-15 | Treat safe target_feature functions as unsafe by default | Oli Scherer | -2/+13 |
| 2025-01-15 | show deprecation message in rustdoc, too | Ralf Jung | -5/+11 |
| 2025-01-15 | allowed_through_unstable_modules: support showing a deprecation message when ... | Ralf Jung | -1/+1 |
| 2025-01-14 | Fix clippy lints | Guillaume Gomez | -4/+4 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -4/+4 |
| 2025-01-13 | rustdoc: Eliminate `AttributesExt` | Noah Lev | -45/+20 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::lists` trait method as function | Noah Lev | -32/+21 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::cfg` trait method as function | Noah Lev | -80/+86 |
| 2025-01-08 | Rename PatKind::Lit to Expr | Oli Scherer | -2/+2 |
| 2025-01-07 | Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk | Matthias Krüger | -0/+1 |
| 2025-01-04 | Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obk | bors | -1/+1 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -1/+1 |
| 2025-01-02 | rustdoc: treat `allowed_through_unstable_modules` as deprecation | Michael Howell | -1/+21 |
| 2024-12-31 | add guard patterns to HIR and implement lowering | Max Niederman | -0/+1 |
| 2024-12-31 | Unsafe binder support in rustdoc | Michael Goulet | -5/+32 |
| 2024-12-28 | nits: librustdoc::clean | Alexis (Poliorcetics) Bourget | -12/+10 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -3/+3 |
| 2024-12-25 | Auto merge of #134703 - poliorcetics:ab/push-ovsylkzsoxku, r=GuillaumeGomez | bors | -12/+10 |
| 2024-12-24 | nit: cleanups in `Cfg::simplify_with` | Alexis (Poliorcetics) Bourget | -12/+10 |
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+2 |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -38/+55 |
| 2024-12-19 | Rename TyMethodItem -> RequiredMethodItem | David Tolnay | -7/+9 |
| 2024-12-19 | Rename TyAssocTypeItem -> RequiredAssocTypeItem | David Tolnay | -7/+7 |
| 2024-12-19 | Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem | David Tolnay | -21/+32 |
| 2024-12-19 | Rename TyAssocConstItem -> RequiredAssocConstItem | David Tolnay | -8/+12 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-12-18 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -2/+2 |
| 2024-12-17 | Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxu | bors | -1/+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 | -6/+5 |
| 2024-12-16 | try fix hir-attrs perf | Jonathan Dönszelmann | -1/+1 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -51/+49 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -2/+6 |
| 2024-12-12 | Fix tools | Michael Goulet | -0/+3 |
| 2024-12-10 | Remove more traces of anonymous ADTs | Michael Goulet | -3/+0 |
| 2024-12-06 | remove eq for attributes | Jonathan Dönszelmann | -13/+0 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -1/+1 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -22/+25 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -22/+25 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -1/+2 |
| 2024-11-28 | Fix new clippy lints | Guillaume Gomez | -27/+27 |