| Age | Commit message (Expand) | Author | Lines |
| 2025-08-13 | Rollup merge of #145349 - GuillaumeGomez:unstable-items-search, r=lolbinaryca... | Guillaume Gomez | -1/+3 |
| 2025-08-13 | Correctly handle when there are no unstable items in the documented crate | Guillaume Gomez | -1/+3 |
| 2025-08-10 | rustdoc: Use `discr`s `Display` impl to render the value with the correct sig... | Eval EXEC | -5/+3 |
| 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/+36 |
| 2025-08-09 | Rank doc aliases lower than equivalently matched items | Guillaume Gomez | -0/+7 |
| 2025-08-08 | rustdoc search: add performance note about searchIndexUnstable check | binarycat | -0/+6 |
| 2025-08-08 | rustdoc: IndexItem::{stability -> is_unstable} | binarycat | -10/+4 |
| 2025-08-06 | Rollup merge of #144913 - GuillaumeGomez:fix-wrong-i-icon, r=fmease | Jakub Beránek | -0/+4 |
| 2025-08-04 | Fix wrong font being used for tooltips `i` icons | Guillaume Gomez | -0/+4 |
| 2025-08-01 | rustdoc font links only emit `crossorigin` when needed | Mingwei Samuel | -1/+54 |
| 2025-08-01 | Rollup merge of #143849 - lolbinarycat:rustdoc-priv-normalize-143222, r=Guill... | Jacob Pratt | -0/+25 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -5/+3 |
| 2025-07-26 | Rollup merge of #141663 - lolbinarycat:rustdoc-collapse-impl-134429, r=Guilla... | Trevor Gross | -6/+22 |
| 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-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 | -123/+108 |
| 2025-07-17 | Include ErrorGuaranteed in StableSince::Err. | Camille GILLOT | -1/+1 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -47/+28 |
| 2025-07-16 | Make aliases search support partial matching | Guillaume Gomez | -74/+83 |
| 2025-07-15 | rustdoc-json: Structured attributes | Alona Enraght-Moony | -5/+4 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -2/+2 |
| 2025-07-08 | Auto merge of #142869 - nnethercote:join_path-mini, r=camelid | bors | -2/+2 |
| 2025-07-03 | Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmann | bors | -6/+6 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -6/+6 |
| 2025-07-03 | Auto merge of #142910 - yotamofek:pr/rustdoc/markdown-lazy-to-string, r=Guill... | bors | -44/+43 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -6/+6 |
| 2025-07-01 | Improve CSS for source code block line numbers | Guillaume Gomez | -68/+30 |
| 2025-06-29 | Lazy-ify some markdown rendering | Yotam Ofek | -44/+43 |
| 2025-06-29 | Don't try to guess how much to pre-allocate | Yotam Ofek | -2/+2 |
| 2025-06-28 | Rollup merge of #142987 - lolbinarycat:rustdoc-non_exhaustive-enum-v-142599, ... | Matthias Krüger | -0/+1 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-06-27 | Rollup merge of #142270 - lolbinarycat:rustdoc-search-Results-type, r=Guillau... | Guillaume Gomez | -77/+43 |
| 2025-06-26 | rustdoc: show attributes on enum variants | binarycat | -0/+1 |
| 2025-06-26 | rustdoc js: several typechecking improvments | binarycat | -77/+43 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -1/+1 |
| 2025-06-24 | rustdoc: Don't mark `#[target_feature]` functions as ⚠ | Alona Enraght-Moony | -1/+2 |
| 2025-06-24 | Rollup merge of #142354 - gstjepan2:firefox_copy_paste_issue, r=GuillaumeGomez | Guillaume Gomez | -1/+29 |
| 2025-06-23 | Fixes firefox copy paste issue | gstjepan2 | -1/+29 |
| 2025-06-22 | Port `#[no_mangle]` to new attribute parsing infrastructure | Jonathan Brouwer | -3/+3 |
| 2025-06-22 | Use `join_with_double_colon` in `write_shared.rs`. | Nicholas Nethercote | -2/+2 |
| 2025-06-21 | Auto merge of #142667 - yotamofek:pr/rustdoc/more-write-shared-perf, r=nnethe... | bors | -27/+12 |
| 2025-06-20 | Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35 | bors | -41/+41 |
| 2025-06-20 | Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomez | Trevor Gross | -4/+0 |
| 2025-06-20 | Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina... | Trevor Gross | -37/+41 |
| 2025-06-20 | Convert `ilog(10)` to `ilog10()` | Chai T. Rex | -1/+1 |