| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | Clean up CodeBlocks::next code | Guillaume Gomez | -38/+29 |
| 2023-12-11 | rustdoc-search: clean up parser | Michael Howell | -7/+2 |
| 2023-12-10 | rustdoc-search: fix fast path unboxing bindings | Michael Howell | -1/+1 |
| 2023-12-10 | rustdoc-search: do not treat associated type names as types | Michael Howell | -13/+20 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-12-08 | Rollup merge of #118722 - notriddle:notriddle/dom-opt-3, r=GuillaumeGomez | Matthias Krüger | -19/+6 |
| 2023-12-08 | Rollup merge of #118677 - GuillaumeGomez:doc_cfg-display, r=notriddle | Matthias Krüger | -9/+12 |
| 2023-12-07 | rustdoc: remove unused parameter `reversed` from onEach(Lazy) | Michael Howell | -19/+6 |
| 2023-12-07 | Fix display of features in rustdoc | Guillaume Gomez | -9/+12 |
| 2023-12-05 | Generate section headings all from one place | Guillaume Gomez | -64/+68 |
| 2023-12-05 | Make all headings display the same by creating an anchor right beside them | Guillaume Gomez | -1/+1 |
| 2023-12-05 | Rollup merge of #118594 - hdost:patch-1, r=fmease | Matthias Krüger | -1/+1 |
| 2023-12-05 | Make headings anchor hidden by default and show on hover | Guillaume Gomez | -3/+19 |
| 2023-12-05 | Allow links in doc blocks headings | Guillaume Gomez | -1/+7 |
| 2023-12-05 | Rework doc blocks headings by not turning them into links anymore and putting... | Guillaume Gomez | -17/+47 |
| 2023-12-05 | Remove mention of rust to make the error message generic. | Harold Dost | -1/+1 |
| 2023-12-04 | Rollup merge of #118600 - GuillaumeGomez:fields-heading, r=notriddle | Guillaume Gomez | -1/+8 |
| 2023-12-04 | Rollup merge of #118508 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez | Guillaume Gomez | -8/+50 |
| 2023-12-04 | Don't generate the "Fields" heading if there is no field displayed | Guillaume Gomez | -1/+8 |
| 2023-12-01 | rustdoc: do not escape quotes in body text | Michael Howell | -8/+50 |
| 2023-12-01 | Add highlighting for comments in items declaration | Guillaume Gomez | -8/+14 |
| 2023-12-01 | Rollup merge of #118483 - notriddle:notriddle/fmt-newline, r=GuillaumeGomez | Takayuki Maeda | -16/+8 |
| 2023-11-30 | rustdoc: `div.where` instead of fmt-newline class | Michael Howell | -16/+8 |
| 2023-11-30 | Rollup merge of #118458 - notriddle:notriddle/small-section-header, r=Guillau... | Matthias Krüger | -16/+16 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -16/+16 |
| 2023-11-29 | rustdoc-search: replace TAB/NL/LF with SP first | Michael Howell | -10/+6 |
| 2023-11-29 | rustdoc-search: removed dead parser code | Michael Howell | -2/+0 |
| 2023-11-29 | rustdoc-search: allow `:: ` and ` ::` | Michael Howell | -8/+5 |
| 2023-11-29 | Always display stability version even if it's the same as the containing item | Guillaume Gomez | -54/+14 |
| 2023-11-29 | rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`. | Alona Enraght-Moony | -5/+21 |
| 2023-11-27 | Auto merge of #118353 - matthiaskrgr:rollup-sf1booi, r=matthiaskrgr | bors | -2/+1 |
| 2023-11-27 | Rollup merge of #118325 - clubby789:rustdoc-search-link, r=fmease | Matthias Krüger | -2/+1 |
| 2023-11-27 | Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notr... | bors | -1/+1 |
| 2023-11-26 | Fix Rustdoc search docs link | clubby789 | -2/+1 |
| 2023-11-26 | rustdoc: Remove space from fake-variadic fn ptr impls | Maybe Waffle | -1/+1 |
| 2023-11-26 | Rollup merge of #118296 - notriddle:notriddle/main-dom, r=GuillaumeGomez | Guillaume Gomez | -21/+11 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -2/+2 |
| 2023-11-25 | Rollup merge of #118289 - compiler-errors:is_some_and_rustdoc, r=fmease | Michael Goulet | -3/+2 |
| 2023-11-25 | rustdoc: replace `elemIsInParent` with `Node.contains` | Michael Howell | -21/+11 |
| 2023-11-25 | rustdoc-search: clean up some DOM code | Michael Howell | -11/+5 |
| 2023-11-25 | is_{some,ok}_and for rustdoc | Michael Goulet | -3/+2 |
| 2023-11-25 | Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors | León Orell Valerian Liehr | -2/+4 |
| 2023-11-24 | rustdoc-search: avoid infinite where clause unbox | Michael Howell | -8/+24 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -2/+4 |
| 2023-11-23 | Sort unstable items last in rustdoc, instead of first | David Tolnay | -2/+2 |
| 2023-11-23 | Don't print "private fields" on empty tuple structs | Kyuuhachi | -5/+9 |
| 2023-11-22 | Don't merge cfg and doc(cfg) attributes for re-exports | Guillaume Gomez | -11/+2 |
| 2023-11-21 | rustdoc-search: make primitives and keywords less special | Michael Howell | -24/+12 |
| 2023-11-21 | rustdoc-search: clean up `checkPath` | Michael Howell | -13/+3 |
| 2023-11-19 | rustdoc-search: add support for associated types | Michael Howell | -114/+683 |