| Age | Commit message (Expand) | Author | Lines |
| 2023-12-12 | Rollup merge of #118886 - GuillaumeGomez:clean-up-search-vars, r=notriddle | Jubilee | -13/+7 |
| 2023-12-12 | Rollup merge of #118885 - matthiaskrgr:compl_2023, r=compiler-errors | Jubilee | -1/+2 |
| 2023-12-12 | Rollup merge of #118872 - GuillaumeGomez:codeblock-attr-lint, r=notriddle | Jubilee | -43/+56 |
| 2023-12-12 | more clippy::complexity fixes | Matthias Krüger | -4/+4 |
| 2023-12-12 | Clean up variables in `search.js` | Guillaume Gomez | -13/+7 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -1/+2 |
| 2023-12-12 | Follow guidelines for lint suggestions | Guillaume Gomez | -9/+21 |
| 2023-12-12 | Add `rustX` check to codeblock attributes lint | Guillaume Gomez | -0/+10 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -9/+8 |
| 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-11 | Rollup merge of #118812 - notriddle:notriddle/assoc-name-intern, r=GuillaumeG... | Guillaume Gomez | -14/+21 |
| 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-11 | Add spacing information to delimiters. | Nicholas Nethercote | -3/+3 |
| 2023-12-10 | remove redundant imports | surechen | -11/+6 |
| 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-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -6/+7 |
| 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-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -6/+7 |
| 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 | Rollup merge of #118428 - aDotInTheVoid:doc-cleanup, r=GuillaumeGomez | Matthias Krüger | -20/+21 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-11-29 | Always display stability version even if it's the same as the containing item | Guillaume Gomez | -61/+14 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -1/+2 |
| 2023-11-29 | rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`. | Alona Enraght-Moony | -20/+21 |
| 2023-11-27 | Address unused tuple struct fields in rustdoc | Jake Goulding | -6/+3 |
| 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 |