| Age | Commit message (Expand) | Author | Lines |
| 2025-08-05 | Rollup merge of #144467 - hydro-project:users/mingwes/rustdoc-fix-cors, r=Gui... | Samuel Tardieu | -1/+54 |
| 2025-08-02 | Rollup merge of #144766 - Berrysoft:patch-1, r=GuillaumeGomez | Samuel Tardieu | -0/+1 |
| 2025-08-02 | Rollup merge of #143662 - obi1kenobi:pg/unsafe-attribute-wrappers, r=t-rustdoc | Samuel Tardieu | -3/+3 |
| 2025-08-02 | Rollup merge of #132748 - lolbinarycat:rustdoc-intra-doc-link-warn-more-54191... | Samuel Tardieu | -3/+29 |
| 2025-08-01 | rustdoc font links only emit `crossorigin` when needed | Mingwei Samuel | -1/+54 |
| 2025-08-01 | Auto merge of #144768 - jhpratt:rollup-otf1yfj, r=jhpratt | bors | -2/+31 |
| 2025-08-01 | Rollup merge of #144700 - aDotInTheVoid:macro-rules-for-macro-fools, r=Guilla... | Jacob Pratt | -2/+6 |
| 2025-08-01 | Rollup merge of #143849 - lolbinarycat:rustdoc-priv-normalize-143222, r=Guill... | Jacob Pratt | -0/+25 |
| 2025-08-01 | Auto merge of #144446 - nnethercote:opt-region-constraints, r=lcnr | bors | -18/+22 |
| 2025-08-01 | Add human readable name "Cygwin" | Yuyi Wang | -0/+1 |
| 2025-07-31 | Rollup merge of #144726 - jdonszelmann:move-attr-data-structures, r=lcnr | Jana Dönszelmann | -17/+12 |
| 2025-07-31 | Rollup merge of #144712 - nnethercote:dedup-num-types, r=fmease | Jana Dönszelmann | -37/+0 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -17/+12 |
| 2025-07-31 | Auto merge of #144731 - samueltardieu:rollup-36y30k2, r=samueltardieu | bors | -1/+2 |
| 2025-07-31 | Overhaul `Constraint`. | Nicholas Nethercote | -18/+22 |
| 2025-07-31 | Deduplicate `IntTy`/`UintTy`/`FloatTy`. | Nicholas Nethercote | -37/+0 |
| 2025-07-31 | Fix CI build failure when using new libtest public constant | Guillaume Gomez | -2/+3 |
| 2025-07-31 | Make `libtest::ERROR_EXIT_CODE` const public to not redefine it in rustdoc | Guillaume Gomez | -1/+1 |
| 2025-07-31 | Remove `TyCtxt::get_attrs_unchecked`. | Nicholas Nethercote | -6/+3 |
| 2025-07-30 | rustdoc-json: Move `#[macro_export]` from `Other` to it's own variant | Alona Enraght-Moony | -2/+6 |
| 2025-07-30 | Rollup merge of #144308 - GuillaumeGomez:merged-doctest-times, r=lolbinarycat | Samuel Tardieu | -18/+77 |
| 2025-07-30 | Rollup merge of #143465 - kornelski:extern-name, r=petrochenkov | Samuel Tardieu | -7/+23 |
| 2025-07-29 | Rollup merge of #144600 - Noratrieb:rustdoc-dep-info-paths, r=GuillaumeGomez | Stuart Cook | -16/+37 |
| 2025-07-28 | Ensure external paths passed via flags end up in rustdoc depinfo | Noratrieb | -16/+37 |
| 2025-07-28 | Support multiple crate versions in --extern-html-root-url | Kornel | -7/+23 |
| 2025-07-28 | Rollup merge of #144523 - ojeda:rustdoc-target-modifiers, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2025-07-27 | rustdoc: save target modifiers | Miguel Ojeda | -0/+6 |
| 2025-07-26 | Fix tooling | Jonathan Brouwer | -31/+20 |
| 2025-07-26 | Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla... | Trevor Gross | -6/+22 |
| 2025-07-24 | rustdoc::broken_intra_doc_links: only be lenient with shortcut links | binarycat | -5/+22 |
| 2025-07-24 | rustdoc::broken_intra_doc_links: no backticks = use old behavior | binarycat | -1/+3 |
| 2025-07-24 | get rid of some false negatives in rustdoc::broken_intra_doc_links | binarycat | -3/+10 |
| 2025-07-24 | Rollup merge of #144320 - lolbinarycat:rustdoc-search_index-BTreeMap-str, r=G... | León Orell Valerian Liehr | -3/+16 |
| 2025-07-24 | Rollup merge of #144218 - Noratrieb:target-spec-json-de-jank, r=fee1-dead | León Orell Valerian Liehr | -1/+1 |
| 2025-07-24 | Display total time and compilation time of merged doctests | Guillaume Gomez | -18/+77 |
| 2025-07-23 | [rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers. | Predrag Gruevski | -3/+3 |
| 2025-07-22 | impl items are never unnamable | binarycat | -2/+8 |
| 2025-07-22 | rustdoc: actually never link to unnamable types | binarycat | -7/+18 |
| 2025-07-22 | rustdoc: never try to link to unnamable types | binarycat | -1/+9 |
| 2025-07-22 | rustdoc: avoid allocating a temp String for aliases in search index | binarycat | -3/+16 |
| 2025-07-21 | Use serde for target spec json deserialize | Noratrieb | -1/+1 |
| 2025-07-20 | Rollup merge of #143988 - GuillaumeGomez:alias-inexact, r=lolbinarycat | Matthias Krüger | -74/+85 |
| 2025-07-19 | Add code comment explaining better what `Row.name` is for doc aliases | Guillaume Gomez | -0/+2 |
| 2025-07-19 | Fix clippy lints in librustdoc | Guillaume Gomez | -174/+154 |
| 2025-07-17 | Include ErrorGuaranteed in StableSince::Err. | Camille GILLOT | -1/+1 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -2/+2 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -57/+33 |
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -1/+2 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -57/+33 |
| 2025-07-16 | Make aliases search support partial matching | Guillaume Gomez | -74/+83 |