| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -1/+1 |
| 2023-07-13 | Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddle | Matthias Krüger | -25/+84 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -10/+14 |
| 2023-07-12 | Add jump to doc | Guillaume Gomez | -25/+84 |
| 2023-07-03 | Rollup merge of #113285 - GuillaumeGomez:display-long-inline-cfg, r=notriddle | Guillaume Gomez | -3/+3 |
| 2023-07-03 | Fix display of long inline cfg labels | Guillaume Gomez | -3/+3 |
| 2023-07-02 | Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator... | bors | -73/+174 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -1/+1 |
| 2023-06-29 | Rollup merge of #113119 - aDotInTheVoid:reduce-viz, r=notriddle | Takayuki Maeda | -1/+1 |
| 2023-06-29 | Rollup merge of #113100 - GuillaumeGomez:search-result-long-name, r=notriddle | Takayuki Maeda | -9/+29 |
| 2023-06-28 | accept review suggestion | Tshepang Mbambo | -1/+1 |
| 2023-06-28 | rustdoc: Reduce internal function visibility. | Alona Enraght-Moony | -1/+1 |
| 2023-06-28 | Fix display of long items in search results | Guillaume Gomez | -9/+29 |
| 2023-06-28 | we are migrating to askama | Tshepang Mbambo | -1/+1 |
| 2023-06-27 | Replace `id` attribute with `name` for `<meta>` tag | Guillaume Gomez | -5/+4 |
| 2023-06-27 | Fix invalid HTML DIV tag used in HEAD | Guillaume Gomez | -2/+1 |
| 2023-06-25 | Rollup merge of #113013 - fmease:rustdoc-decl-line-wrapping-slim-arg-list, r=... | Matthias Krüger | -1/+1 |
| 2023-06-25 | Rollup merge of #112937 - camelid:align-typenames, r=notriddle,GuillaumeGomez | Matthias Krüger | -2/+4 |
| 2023-06-24 | rustdoc: get rid of extra line when line-wrapping fn decls with empty arg list | León Orell Valerian Liehr | -1/+1 |
| 2023-06-23 | rustdoc: fix position of `default` in method rendering | wackbyte | -4/+4 |
| 2023-06-23 | Reduce typename width to 6.25rem | Noah Lev | -1/+1 |
| 2023-06-23 | Rollup merge of #112740 - GuillaumeGomez:link-to-search-chapter, r=notriddle | Matthias Krüger | -2/+9 |