| Age | Commit message (Expand) | Author | Lines |
| 2023-11-08 | rustdoc: minor changes suggested by clippy perf lints. | Nicholas Nethercote | -9/+6 |
| 2023-11-07 | Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomez | bors | -1/+0 |
| 2023-11-04 | Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more... | bors | -2/+2 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -4/+2 |
| 2023-11-03 | clone less | Matthias Krüger | -2/+2 |
| 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 | -4/+2 |
| 2023-10-31 | Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez | Matthias Krüger | -0/+24 |
| 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/+3 |
| 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 | -103/+637 |
| 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-23 | Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2023-10-22 | rustdoc: make JS trait impls act more like HTML | Michael Howell | -6/+31 |
| 2023-10-22 | rustdoc: clean up and comment main.js `register_type_impls` | Michael Howell | -14/+44 |
| 2023-10-22 | rustdoc: clean up sidebar.html block class | Michael Howell | -5/+1 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -24/+563 |
| 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-21 | rustdoc: avoid allocating strings primitive link printing | Michael Howell | -26/+51 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...) | Urgau | -1/+2 |
| 2023-10-14 | Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G... | Matthias Krüger | -20/+19 |
| 2023-10-12 | Hide host effect params from docs | Oli Scherer | -2/+1 |
| 2023-10-11 | Improve code documentation a bit | Guillaume Gomez | -2/+2 |
| 2023-10-11 | Show enum discriminant if a compatible repr is used | Guillaume Gomez | -10/+24 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -60/+209 |
| 2023-10-10 | Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui... | Guillaume Gomez | -20/+104 |
| 2023-10-09 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -15/+91 |
| 2023-10-09 | Improve code | Guillaume Gomez | -12/+12 |
| 2023-10-08 | Clean up subversion layout | Michael Howell | -0/+5 |
| 2023-10-08 | rustdoc: add missing macros to sibling nav sidebar | Michael Howell | -8/+21 |
| 2023-10-08 | rustdoc: clean up the In [name] up-pointer | Michael Howell | -12/+33 |
| 2023-10-08 | rustdoc: align crate name with search bar | Michael Howell | -5/+27 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -32/+70 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -6/+16 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -33/+73 |
| 2023-10-07 | Correctly handle cross-crate C-like variants | Guillaume Gomez | -20/+7 |