| Age | Commit message (Expand) | Author | Lines |
| 2023-09-01 | [rustdoc] Fix path in type-based search | Guillaume Gomez | -36/+139 |
| 2023-08-31 | Improve `search.js` code | Guillaume Gomez | -17/+13 |
| 2023-08-28 | rustdoc: always print type alias inner type (with it's where clauses) | Urgau | -5/+14 |
| 2023-08-27 | Unify CSS color formats a bit more | Guillaume Gomez | -14/+14 |
| 2023-08-26 | Add note about lazy_type_alias | Michael Howell | -2/+2 |
| 2023-08-26 | rustdoc: remove details for type alias inner type and fix sidebar | Urgau | -94/+77 |
| 2023-08-26 | rustdoc: bind typedef inner type items to the folding system | Urgau | -13/+20 |
| 2023-08-26 | rustdoc: show inner enum and struct in type definition for concrete type | Urgau | -0/+94 |
| 2023-08-24 | rustdoc: list matching impls on type aliases | Michael Howell | -4/+43 |
| 2023-08-24 | rustdoc: extract logic for printing enum fields and struct variants | Urgau | -131/+195 |
| 2023-08-24 | Auto merge of #115078 - camelid:tydef-to-alias, r=aDotInTheVoid,GuillaumeGomez | bors | -22/+22 |
| 2023-08-23 | Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddle | Guillaume Gomez | -1/+2 |
| 2023-08-23 | Add unstable `--no-html-source` rustdoc flag | Guillaume Gomez | -1/+2 |
| 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 | -18/+18 |
| 2023-08-21 | rustdoc: Rename "Type Definition" to "Type Alias" | Noah Lev | -3/+3 |
| 2023-08-21 | Auto merge of #106561 - GuillaumeGomez:warning-block, r=rustdoc | bors | -3/+26 |
| 2023-08-18 | narrow down the lint trigger constraint | Kyle Lin | -9/+26 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -0/+1 |
| 2023-08-18 | rework link parsing loop | Kyle Lin | -24/+65 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -175/+182 |
| 2023-08-16 | Rollup merge of #113115 - tshepang:patch-5, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -57/+88 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -151/+127 |
| 2023-08-14 | Add warning block support in rustdoc | Guillaume Gomez | -3/+26 |
| 2023-08-11 | rustc: Move `features` from `Session` to `GlobalCtxt` | Vadim Petrochenkov | -1/+1 |
| 2023-08-04 | Rollup merge of #114475 - GuillaumeGomez:migrate-gui-test-color-27, r=notriddle | Michael Goulet | -2/+2 |
| 2023-08-04 | Use similar color scheme to make it obvious they are linked | Guillaume Gomez | -2/+2 |
| 2023-07-31 | rustdoc: align stability badge to baseline instead of bottom | Michael Howell | -0/+1 |
| 2023-07-30 | Remove some unneeded `clone()` calls | Guillaume Gomez | -16/+11 |
| 2023-07-29 | Group `write` calls when possible and use new format args | Guillaume Gomez | -76/+84 |
| 2023-07-29 | Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot | Matthias Krüger | -0/+5 |
| 2023-07-28 | Render generic const items in rustdoc | León Orell Valerian Liehr | -22/+32 |
| 2023-07-27 | Fix aksama template | Michael Goulet | -0/+5 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -11/+24 |
| 2023-07-26 | rustdoc: fix cross-crate impl-Sized | León Orell Valerian Liehr | -11/+24 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -1/+9 |
| 2023-07-22 | fix doc links on `extern crate` items | Lukas Markeffsky | -1/+9 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -2/+2 |
| 2023-07-20 | Rollup merge of #113883 - steffahn:rustdoc-search-crate-selector-padding, r=G... | Matthias Krüger | -9/+0 |
| 2023-07-20 | Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau... | Matthias Krüger | -4/+4 |
| 2023-07-20 | Remove adjustments that used to be necessary for search's crate selector appe... | Frank Steffahn | -9/+0 |
| 2023-07-18 | Fix display of aliases in rustdoc search results | Guillaume Gomez | -19/+15 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -1/+1 |
| 2023-07-15 | Auto merge of #113697 - GuillaumeGomez:rm-unneeded-externallocation-handling,... | bors | -6/+1 |
| 2023-07-14 | rustdoc: rename to `src-script.js` | Michael Howell | -0/+0 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in JavaScript | Michael Howell | -21/+21 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -55/+55 |
| 2023-07-14 | Correctly handle `--document-hidden-items` | Guillaume Gomez | -1/+1 |
| 2023-07-14 | Remove unneeded handling for `ExternalLocation::Unknown` in rustdoc render co... | Guillaume Gomez | -6/+1 |