| Age | Commit message (Expand) | Author | Lines |
| 2023-10-30 | rustdoc: elide cross-crate default generic arguments | León Orell Valerian Liehr | -31/+113 |
| 2023-10-29 | Store version of `deprecated` attribute in structured form | David Tolnay | -10/+6 |
| 2023-10-29 | Rename Since -> StableSince in preparation for a DeprecatedSince | David Tolnay | -14/+14 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -15/+8 |
| 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/+25 |
| 2023-10-28 | Remove asmjs from tools | Jubilee Young | -1/+0 |
| 2023-10-29 | rustdoc: Use `ThinVec` in `GenericParamDefKind` | Noah Lev | -11/+11 |
| 2023-10-28 | Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk | Jubilee | -2/+2 |
| 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 | -122/+697 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -2/+2 |
| 2023-10-26 | Parse rustc version at compile time | David Tolnay | -2/+3 |
| 2023-10-26 | Auto merge of #117148 - dtolnay:sinceversion, r=cjgillot | bors | -12/+25 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -5/+15 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -5/+15 |
| 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 | -12/+25 |
| 2023-10-23 | Rollup merge of #117070 - notriddle:notriddle/cleanx, r=fmease | Matthias Krüger | -27/+26 |
| 2023-10-23 | Remove FIXME after fix | Michael Howell | -1/+0 |
| 2023-10-23 | Rollup merge of #105666 - notriddle:notriddle/stab-baseline, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 2023-10-22 | rustdoc: wrap Type with Box instead of Generics | Michael Howell | -26/+26 |
| 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 | -43/+623 |
| 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-20 | s/Generator/Coroutine/ | Oli Scherer | -6/+6 |
| 2023-10-17 | [RFC 3127 - Trim Paths]: Fix building tools (rustdoc, clippy, ...) | Urgau | -1/+2 |
| 2023-10-16 | Auto merge of #116804 - matthiaskrgr:rollup-m2qm8ul, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-16 | Rollup merge of #116709 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-10-16 | Auto merge of #116731 - Alexendoo:hash-untracked-state, r=oli-obk | bors | -0/+2 |
| 2023-10-14 | Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G... | Matthias Krüger | -36/+57 |
| 2023-10-14 | Add `Config::hash_untracked_state` callback | Alex Macleod | -0/+2 |
| 2023-10-14 | Update minifier version to 0.2.3 | Guillaume Gomez | -1/+1 |
| 2023-10-13 | Add some FIXMEs for remaining issues that we need to fix before using more c... | Oli Scherer | -0/+4 |
| 2023-10-12 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -8/+17 |
| 2023-10-12 | Hide host effect params from docs | Oli Scherer | -13/+17 |
| 2023-10-12 | Auto merge of #116600 - GuillaumeGomez:repr-enums-discriminant, r=fmease | bors | -10/+24 |
| 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 | rustdoc: fix resize trouble with mobile | Michael Howell | -0/+4 |
| 2023-10-11 | rustdoc: avoid whole page layout on each frame | Michael Howell | -9/+67 |
| 2023-10-11 | rustdoc: bundle sidebar button icon into CSS | Michael Howell | -20/+23 |