| Age | Commit message (Expand) | Author | Lines |
| 2025-08-10 | Rollup merge of #144739 - GuillaumeGomez:rustdoc-test-cleanup, r=fmease | Stuart Cook | -3/+1 |
| 2025-08-09 | Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillot | Stuart Cook | -1/+1 |
| 2025-08-09 | Rollup merge of #145100 - GuillaumeGomez:rank-doc-alias-lower, r=lolbinarycat | Stuart Cook | -0/+7 |
| 2025-08-09 | Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, ... | Stuart Cook | -1/+37 |
| 2025-08-09 | Use new public libtest `ERROR_EXIT_CODE` constant in rustdoc | Guillaume Gomez | -3/+1 |
| 2025-08-09 | Rank doc aliases lower than equivalently matched items | Guillaume Gomez | -0/+7 |
| 2025-08-08 | Reduce indirect assoc parent queries | Cameron Steffen | -1/+1 |
| 2025-08-08 | rustdoc search: add performance note about searchIndexUnstable check | binarycat | -0/+6 |
| 2025-08-08 | rustdoc: IndexItem::{stability -> is_unstable} | binarycat | -11/+5 |
| 2025-08-06 | Rollup merge of #145008 - GuillaumeGomez:fix-rustdoc-scrape-examples-crash, r... | Guillaume Gomez | -4/+6 |
| 2025-08-06 | Rollup merge of #144970 - lolbinarycat:rustdoc-macro-wrong-link-144965, r=Gui... | Guillaume Gomez | -2/+25 |
| 2025-08-06 | Fix rustdoc scrape-examples feature crash | Guillaume Gomez | -4/+6 |
| 2025-08-06 | Rollup merge of #144913 - GuillaumeGomez:fix-wrong-i-icon, r=fmease | Jakub Beránek | -0/+4 |
| 2025-08-05 | rustdoc: fix caching of intra-doc links on reexports | binarycat | -2/+25 |
| 2025-08-05 | Rollup merge of #144467 - hydro-project:users/mingwes/rustdoc-fix-cors, r=Gui... | Samuel Tardieu | -1/+54 |
| 2025-08-04 | Fix wrong font being used for tooltips `i` icons | Guillaume Gomez | -0/+4 |
| 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 |