| Age | Commit message (Expand) | Author | Lines |
| 2025-01-23 | Rustdog :3c | Boxy | -8/+13 |
| 2025-01-23 | Make `hir::TyKind::TraitObject` use tagged ptr | Boxy | -2/+2 |
| 2025-01-15 | Rollup merge of #135428 - camelid:attr-cleanup, r=GuillaumeGomez | Guillaume Gomez | -7/+13 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -1/+1 |
| 2025-01-13 | rustdoc: Eliminate `AttributesExt` | Noah Lev | -2/+8 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::lists` trait method as function | Noah Lev | -5/+5 |
| 2025-01-12 | rustdoc: Extract `AttributesExt::cfg` trait method as function | Noah Lev | -1/+1 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -1/+1 |
| 2024-12-31 | Unsafe binder support in rustdoc | Michael Goulet | -3/+22 |
| 2024-12-28 | nits: librustdoc::clean | Alexis (Poliorcetics) Bourget | -12/+10 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -3/+3 |
| 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 | -20/+27 |
| 2024-12-19 | Rename TyMethodItem -> RequiredMethodItem | David Tolnay | -2/+2 |
| 2024-12-19 | Rename TyAssocTypeItem -> RequiredAssocTypeItem | David Tolnay | -2/+2 |
| 2024-12-19 | Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem | David Tolnay | -15/+22 |
| 2024-12-19 | Rename TyAssocConstItem -> RequiredAssocConstItem | David Tolnay | -2/+2 |
| 2024-12-18 | Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-12-18 | Rename `RefTokenTreeCursor`. | Nicholas Nethercote | -1/+1 |
| 2024-12-16 | split attributes | Jonathan Dönszelmann | -4/+4 |
| 2024-12-15 | Add hir::Attribute | Jonathan Dönszelmann | -14/+14 |
| 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-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-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -20/+18 |
| 2024-11-28 | Fix new clippy lints | Guillaume Gomez | -10/+8 |
| 2024-11-26 | Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errors | Guillaume Gomez | -8/+0 |
| 2024-11-25 | Remove dead code stemming from the old effects desugaring (II) | León Orell Valerian Liehr | -8/+0 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -5/+5 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -3/+1 |
| 2024-11-19 | rustdoc: yeet `TypingEnv::from_param_env` | lcnr | -3/+1 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -7/+8 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -3/+3 |
| 2024-11-13 | Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddle | Matthias Krüger | -7/+4 |
| 2024-11-13 | rustdoc: Treat decl macros like other items | León Orell Valerian Liehr | -7/+4 |
| 2024-11-11 | [perf] rustdoc: Perform less work when cleaning parenthesized generic args | León Orell Valerian Liehr | -2/+2 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -14/+18 |
| 2024-11-04 | Rename `DocContext::is_json` into `DocContext::is_json_output` | Guillaume Gomez | -2/+2 |
| 2024-11-04 | Fix invalid coverage computation when `--output-format=json` is enabled | Guillaume Gomez | -2/+2 |
| 2024-11-04 | ty::BrK -> ty::BoundRegionKind::K | Michael Goulet | -4/+8 |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -10/+10 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -2/+2 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -1/+1 |
| 2024-10-29 | update tools | lcnr | -3/+3 |
| 2024-10-26 | Effects cleanup | Deadbeef | -1/+0 |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -1/+3 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -3/+3 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -1/+1 |