| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez | Matthias Krüger | -7/+6 |
| 2025-03-06 | Manual, post-`clippy --fix` cleanups | Yotam Ofek | -4/+4 |
| 2025-03-06 | `x clippy src/librustdoc --fix` | Yotam Ofek | -6/+5 |
| 2025-03-06 | `librustdoc`: flatten nested ifs | Yotam Ofek | -84/+74 |
| 2025-03-04 | Adapt `librustdoc` to 2024 edition lifetieme capture rules | Yotam Ofek | -4/+4 |
| 2025-03-04 | `librustdoc`: 2024 edition! 🎊 | Yotam Ofek | -10/+11 |
| 2025-03-03 | Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`. | Nicholas Nethercote | -1/+1 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -8/+3 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -5/+9 |
| 2025-02-18 | Rollup merge of #136599 - yotamofek:pr/rustdoc-more-joined, r=GuillaumeGomez | Matthias Krüger | -29/+48 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -3/+3 |
| 2025-02-17 | librustdoc: more usages of `Joined::joined` | Yotam Ofek | -21/+39 |
| 2025-02-17 | coalesce match patterns with identical bodies | Yotam Ofek | -5/+6 |
| 2025-02-17 | use `Iterator::zip` instead of enumerating+indexing | Yotam Ofek | -3/+3 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -1/+1 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -14/+11 |
| 2025-02-14 | librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` types | Yotam Ofek | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -49/+61 |
| 2025-02-06 | Auto merge of #136265 - notriddle:notriddle/clean-up, r=fmease | bors | -14/+12 |
| 2025-02-05 | Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomez | bors | -19/+40 |
| 2025-02-04 | librustdoc: create a helper for separating elements of an iterator instead of... | Yotam Ofek | -19/+40 |
| 2025-02-04 | Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgr | bors | -4/+4 |
| 2025-02-04 | Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid | Matthias Krüger | -4/+4 |
| 2025-02-03 | Rollup merge of #136411 - dtolnay:fnptr, r=notriddle | Matthias Krüger | -5/+17 |
| 2025-02-02 | rustc_allowed_through_unstable_modules: require deprecation message | Ralf Jung | -10/+2 |
| 2025-02-01 | Omit argument names from function pointers that do not have argument names | David Tolnay | -5/+17 |
| 2025-01-30 | fix(rustdoc): always use a channel when linking to doc.rust-lang.org | Alexis (Poliorcetics) Bourget | -4/+4 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -4/+2 |
| 2025-01-29 | Collect directly into ThinVec | Michael Howell | -9/+7 |
| 2025-01-29 | rustdoc: use ThinVec for generic arg parts | Michael Howell | -5/+5 |
| 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 |