| Age | Commit message (Expand) | Author | Lines |
| 2023-12-13 | rustdoc-search: better hashing, faster unification | Michael Howell | -10/+46 |
| 2023-12-13 | rustdoc-search: use set ops for ranking and filtering | Michael Howell | -41/+187 |
| 2023-12-13 | rustdoc-search: remove the now-redundant `validateResult` | Michael Howell | -57/+0 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -2/+2 |
| 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 | 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 | -2/+2 |
| 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 |