| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Simplify JS code a little bit | Guillaume Gomez | -2/+2 |
| 2023-12-15 | Auto merge of #118975 - GuillaumeGomez:rollup-0emhjx0, r=GuillaumeGomez | bors | -11/+2 |
| 2023-12-15 | Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc | Guillaume Gomez | -11/+2 |
| 2023-12-14 | rustdoc-search: fix a race condition in search index loading | Michael Howell | -2/+8 |
| 2023-12-14 | Use Map instead of Object for source files and search index | Guillaume Gomez | -10/+11 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -2/+2 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -1/+2 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -2/+2 |
| 2023-12-10 | remove redundant imports | surechen | -1/+0 |
| 2023-12-05 | Rollup merge of #118594 - hdost:patch-1, r=fmease | Matthias Krüger | -1/+1 |
| 2023-12-05 | Remove mention of rust to make the error message generic. | Harold Dost | -1/+1 |
| 2023-12-04 | Don't generate the "Fields" heading if there is no field displayed | Guillaume Gomez | -1/+8 |
| 2023-12-01 | Add highlighting for comments in items declaration | Guillaume Gomez | -8/+14 |
| 2023-11-30 | rustdoc: `div.where` instead of fmt-newline class | Michael Howell | -10/+5 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -8/+8 |
| 2023-11-29 | rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`. | Alona Enraght-Moony | -5/+21 |
| 2023-11-25 | is_{some,ok}_and for rustdoc | Michael Goulet | -3/+2 |
| 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-19 | rustdoc-search: add support for associated types | Michael Howell | -65/+396 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -65/+73 |
| 2023-11-08 | rustdoc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -9/+6 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -2/+1 |
| 2023-11-02 | Fix order of implementations in the "implementations on foreign types" section | Guillaume Gomez | -1/+2 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -2/+1 |
| 2023-10-31 | Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez | Matthias Krüger | -0/+23 |
| 2023-10-30 | Descriptive variant name deprecation versions outside the standard library | David Tolnay | -1/+1 |
| 2023-10-30 | Represent absence of 'since' attribute as a variant of DeprecatedSince | David Tolnay | -4/+4 |
| 2023-10-30 | Add a DeprecatedSince::Err variant for versions that fail to parse | David Tolnay | -9/+10 |
| 2023-10-30 | Move deprecation_in_effect to inherent method on Deprecation | David Tolnay | -8/+2 |
| 2023-10-29 | Store version of `deprecated` attribute in structured form | David Tolnay | -8/+5 |
| 2023-10-29 | Rename Since -> StableSince in preparation for a DeprecatedSince | David Tolnay | -11/+11 |
| 2023-10-29 | feat: Add 'object-safety' ID to init_id_map() in rustdoc | Alexis (Poliorcetics) Bourget | -1/+2 |
| 2023-10-29 | feat: render Object Safety informations non-object safe traits | Alexis (Poliorcetics) Bourget | -0/+22 |
| 2023-10-28 | Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errors | Jubilee | -2/+3 |
| 2023-10-27 | Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomez | bors | -101/+424 |
| 2023-10-26 | Parse rustc version at compile time | David Tolnay | -2/+3 |
| 2023-10-24 | Expose a non-Symbol way to access current rustc version string | David Tolnay | -2/+2 |
| 2023-10-24 | Handle structured stable attribute 'since' version in rustdoc | David Tolnay | -9/+22 |
| 2023-10-22 | rustdoc: make JS trait impls act more like HTML | Michael Howell | -3/+19 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -22/+385 |
| 2023-10-22 | Revert "rustdoc: list matching impls on type aliases" | Michael Howell | -42/+4 |
| 2023-10-22 | Revert "Add note about lazy_type_alias" | Michael Howell | -2/+2 |
| 2023-10-22 | Revert "rustdoc: add impl items from aliased type into sidebar" | Michael Howell | -40/+5 |
| 2023-10-22 | Revert "rustdoc: factor all-impls-for-item out into its own method" | Michael Howell | -55/+78 |
| 2023-10-22 | Revert "rustdoc: filter before storing in vec" | Michael Howell | -10/+4 |
| 2023-10-22 | rustdoc: rename `/implementors` to `/impl.trait` | Michael Howell | -5/+5 |
| 2023-10-14 | Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G... | Matthias Krüger | -20/+19 |