| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+1 |
| 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-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 | -16/+9 |
| 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 | -1/+0 |
| 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: factor all-impls-for-item out into its own method" | Michael Howell | -8/+40 |
| 2023-10-14 | Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G... | Matthias Krüger | -8/+8 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+1 |
| 2023-10-08 | rustdoc: add missing macros to sibling nav sidebar | Michael Howell | -0/+1 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -13/+28 |
| 2023-09-19 | Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomez | Guillaume Gomez | -4/+15 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -8/+8 |
| 2023-09-17 | Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ... | Guillaume Gomez | -2/+7 |
| 2023-09-09 | rustdoc: factor all-impls-for-item out into its own method | Michael Howell | -40/+8 |
| 2023-09-03 | rustdoc-search: add support for type parameters | Michael Howell | -4/+15 |
| 2023-08-26 | Add note about lazy_type_alias | Michael Howell | -2/+2 |
| 2023-08-24 | rustdoc: list matching impls on type aliases | Michael Howell | -4/+43 |
| 2023-08-21 | rustdoc-json: Rename typedef to type alias | Noah Lev | -5/+5 |
| 2023-08-21 | rustdoc: Rename `clean` items from typedef to type alias | Noah Lev | -9/+9 |
| 2023-08-21 | rustdoc: Rename "Type Definition" to "Type Alias" | Noah Lev | -1/+1 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -5/+8 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -8/+6 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -11/+8 |
| 2023-07-29 | Group `write` calls when possible and use new format args | Guillaume Gomez | -76/+84 |
| 2023-07-28 | Render generic const items in rustdoc | León Orell Valerian Liehr | -20/+28 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -2/+2 |
| 2023-07-20 | Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau... | Matthias Krüger | -4/+4 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -2/+2 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -1/+3 |
| 2023-06-23 | rustdoc: fix position of `default` in method rendering | wackbyte | -4/+4 |
| 2023-06-23 | Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddle | Matthias Krüger | -2/+2 |
| 2023-06-22 | Fix indentation for where clause in rustdoc pages | Guillaume Gomez | -2/+2 |
| 2023-06-22 | Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl... | Matthias Krüger | -1/+2 |
| 2023-06-21 | rustdoc: render the assoc ty body before the where-clause | León Orell Valerian Liehr | -1/+2 |
| 2023-06-21 | Fix union fields display | Guillaume Gomez | -3/+2 |
| 2023-06-13 | Fix URL encoding of % sign in Rust Doc. | TumoiYorozu | -2/+0 |
| 2023-06-12 | Revert "List matching impls on type aliases" | Guillaume Gomez | -78/+12 |
| 2023-06-09 | List matching impls on type aliases | Guillaume Gomez | -12/+78 |
| 2023-06-05 | Rollup merge of #112243 - GuillaumeGomez:rm-unneeded-buffer-creations, r=notr... | Guillaume Gomez | -3/+3 |
| 2023-06-05 | Move write! arguments directly into the string | Guillaume Gomez | -2/+2 |
| 2023-06-05 | Auto merge of #110945 - wackbyte:doc-vis-on-inherent-assoc-types, r=jsha | bors | -1/+3 |
| 2023-06-03 | Remove unneeded `Buffer` allocations when `&mut fmt::Write` can be used directly | Guillaume Gomez | -2/+2 |
| 2023-05-30 | rustdoc: simplify `clean` by removing `FnRetTy` | Michael Howell | -1/+6 |