| Age | Commit message (Expand) | Author | Lines |
| 2025-04-25 | Rollup merge of #140248 - GuillaumeGomez:fix-impl-block-items-indent, r=notri... | Matthias Krüger | -12/+19 |
| 2025-04-25 | Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease | Matthias Krüger | -69/+30 |
| 2025-04-24 | Remove `weak` alias terminology | Boxy | -2/+2 |
| 2025-04-24 | Fix indent of impl docs | Guillaume Gomez | -1/+4 |
| 2025-04-24 | Make impl item info come before doc | Guillaume Gomez | -11/+15 |
| 2025-04-23 | Fix detection of `main` function if there are expressions around it | Guillaume Gomez | -4/+17 |
| 2025-04-23 | Unify sidebar buttons to use the same image | Guillaume Gomez | -21/+22 |
| 2025-04-22 | Auto merge of #140138 - ChrisDenton:rollup-zw7jibi, r=ChrisDenton | bors | -20/+20 |
| 2025-04-22 | Rollup merge of #140128 - GuillaumeGomez:pseudo-elements, r=notriddle | Chris Denton | -20/+20 |
| 2025-04-22 | Auto merge of #139897 - nnethercote:rm-OpenDelim-CloseDelim, r=petrochenkov | bors | -2/+2 |
| 2025-04-21 | Use correct annotation for CSS pseudo elements | Guillaume Gomez | -20/+20 |
| 2025-04-21 | Rollup merge of #140052 - GuillaumeGomez:fix-140026, r=nnethercote | Chris Denton | -1/+6 |
| 2025-04-21 | Remove `token::{Open,Close}Delim`. | Nicholas Nethercote | -2/+2 |
| 2025-04-19 | Rollup merge of #140008 - GuillaumeGomez:cleanup-clean_maybe_renamed_item, r=... | Chris Denton | -14/+33 |
| 2025-04-19 | Fix error when an intra doc link is trying to resolve an empty associated item | Guillaume Gomez | -1/+6 |
| 2025-04-18 | Make rustdoc JSON Span column 1-based, just like line numbers | Guillaume Gomez | -2/+2 |
| 2025-04-18 | Improve `clean_maybe_renamed_item` function code a bit | Guillaume Gomez | -14/+33 |
| 2025-04-18 | Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomez | Matthias Krüger | -159/+129 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -19/+13 |
| 2025-04-18 | Rollup merge of #139393 - willglynn:rustdoc_output_target_feature_information... | Matthias Krüger | -0/+60 |
| 2025-04-17 | Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomez | Matthias Krüger | -25/+27 |
| 2025-04-17 | rustdoc: Properly clean fn params in all contexts | León Orell Valerian Liehr | -35/+32 |
| 2025-04-17 | rustdoc/clean: Change terminology of items pertaining to (formal) fn params f... | León Orell Valerian Liehr | -134/+107 |
| 2025-04-17 | Support inlined cross-crate re-exported trait aliases | León Orell Valerian Liehr | -25/+27 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -19/+13 |
| 2025-04-17 | Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomez | Matthias Krüger | -46/+63 |
| 2025-04-15 | rustdoc: Output target feature information | Will Glynn | -0/+60 |
| 2025-04-15 | Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=Guillaume... | Matthias Krüger | -230/+228 |
| 2025-04-15 | Replace flag `--doctest-compilation-args` with a simpler one: `--doctest-buil... | León Orell Valerian Liehr | -71/+7 |
| 2025-04-15 | Avoid using `kw::Empty` for param names in rustdoc. | Nicholas Nethercote | -8/+11 |
| 2025-04-15 | Avoid using `kw::Empty` when comparing names. | Nicholas Nethercote | -4/+7 |
| 2025-04-15 | Avoid another `kw::Empty` use. | Nicholas Nethercote | -1/+1 |
| 2025-04-15 | Remove another `kw::Empty` use in rustdoc. | Nicholas Nethercote | -23/+31 |
| 2025-04-15 | Remove some `kw::Empty` uses in rustdoc. | Nicholas Nethercote | -16/+19 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -7/+7 |
| 2025-04-15 | Move two methods from `AssocKind` to `AssocItem`. | Nicholas Nethercote | -2/+2 |
| 2025-04-15 | Move `opt_rpitit_info` field to `hir::AssocKind::Type`. | Nicholas Nethercote | -1/+1 |
| 2025-04-14 | Fix grammar of --test-runtool-arg help text | Eric Huss | -1/+1 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -8/+8 |
| 2025-04-11 | Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead | Stuart Cook | -0/+2 |
| 2025-04-10 | lazify `render_assoc_items_inner` | Yotam Ofek | -37/+54 |
| 2025-04-10 | make `doc_impl_item` and `render_default_items` receive `impl fmt::Write` | Yotam Ofek | -126/+108 |
| 2025-04-10 | make `link_tooltip` return `impl fmt::Display` | Yotam Ofek | -27/+30 |
| 2025-04-10 | make `AllTypes::print` return `impl fmt::Display` | Yotam Ofek | -40/+36 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -14/+14 |
| 2025-04-10 | Allow drivers to supply a list of extra symbols to intern | Alex Macleod | -0/+2 |
| 2025-04-10 | Rollup merge of #139592 - camelid:doctest-md-opts, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #138605 - xizheyin:issue-138567, r=GuillaumeGomez | Matthias Krüger | -20/+17 |
| 2025-04-10 | Rollup merge of #138167 - GuillaumeGomez:rustdoc-hidden-stripper-improvement,... | Matthias Krüger | -10/+12 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -14/+14 |