| Age | Commit message (Expand) | Author | Lines |
| 2023-04-12 | Make rustdoc and rustc's help match exactly | Jynn Nelson | -9/+3 |
| 2023-04-11 | Rollup merge of #110162 - notriddle:notriddle/main-js-expand, r=GuillaumeGomez | Michael Goulet | -14/+5 |
| 2023-04-11 | Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514 | Michael Goulet | -5/+6 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+1 |
| 2023-04-11 | Auto merge of #109765 - petrochenkov:encodeless, r=cjgillot | bors | -1/+1 |
| 2023-04-10 | rustdoc: remove redundant expandSection code from main.js | Michael Howell | -14/+5 |
| 2023-04-10 | Fix typos in librustdoc | DaniPopes | -6/+7 |
| 2023-04-10 | fix(doc): do not parse inline when output is json for external crate | bohan | -2/+3 |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -1/+1 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -1/+0 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -150/+36 |
| 2023-04-08 | rustdoc: migrate `document_type_layout` to askama | Michael Howell | -99/+112 |
| 2023-04-08 | Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomez | bors | -476/+595 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -3/+2 |
| 2023-04-08 | rustdoc: Migrate some logic to `module_reexports` | Vadim Petrochenkov | -147/+34 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+1 |
| 2023-04-08 | Rollup merge of #110037 - notriddle:notriddle/theme-default, r=GuillaumeGomez | Nilstrieb | -0/+1 |
| 2023-04-06 | rustdoc: add test and bug fix for theme defaults | Michael Howell | -0/+1 |
| 2023-04-06 | rustdoc: clean up JS | Michael Howell | -28/+9 |
| 2023-04-06 | Rollup merge of #109977 - notriddle:notriddle/data-nosnippet, r=jsha,the8472 | Matthias Krüger | -9/+11 |
| 2023-04-05 | rustdoc: avoid including line numbers in Google SERP snippets | Michael Howell | -9/+11 |
| 2023-04-06 | Rollup merge of #109973 - GuillaumeGomez:logo-display-very-small-screen, r=no... | Yuki Okushi | -1/+6 |
| 2023-04-06 | Rollup merge of #109926 - SparrowLii:parallel_log, r=eholk | Yuki Okushi | -1/+1 |
| 2023-04-05 | Improve display of logo on very small screens | Guillaume Gomez | -1/+6 |
| 2023-04-05 | rustdoc: migrate `item_union` to an Askama template | Michael Howell | -293/+384 |
| 2023-04-05 | Rollup merge of #109932 - GuillaumeGomez:source-code-scrollbar, r=notriddle | Yuki Okushi | -0/+4 |
| 2023-04-04 | Rollup merge of #109937 - compiler-errors:rustdoc-rpit-cant-be-documented, r=... | Michael Goulet | -1/+9 |
| 2023-04-04 | Rollup merge of #109919 - fmease:rustdoc-fix-issue-109488, r=notriddle | Michael Goulet | -16/+15 |
| 2023-04-04 | Move scrollbar on the <main> element rather than only on the code block to im... | Guillaume Gomez | -0/+4 |
| 2023-04-04 | Don't collect return-position impl traits for documentation | Michael Goulet | -1/+9 |
| 2023-04-04 | rustdoc: Add human-readable cfg string for loongarch64 | zhaixiaojuan | -0/+1 |
| 2023-04-04 | write threads info into log only when debugging | SparrowLii | -1/+1 |
| 2023-04-04 | Auto merge of #109876 - jsha:uniquify-intra-doc, r=notriddle | bors | -10/+14 |
| 2023-04-03 | rustdoc: migrate document functions to return a Display | Michael Howell | -150/+169 |
| 2023-04-04 | rustdoc: escape GAT args in more cases | León Orell Valerian Liehr | -16/+15 |
| 2023-04-03 | rustdoc: convert render_attributes_in_pre to return a Display | Michael Howell | -20/+27 |
| 2023-04-03 | rustdoc: convert `print_tuple_struct_fields` to return a Display | Michael Howell | -16/+18 |
| 2023-04-02 | rustdoc: fix quadratic time in intra-doc link pass | Jacob Hoffman-Andrews | -10/+14 |
| 2023-04-01 | a couple clippy::complexity fixes | Matthias Krüger | -15/+7 |
| 2023-03-31 | Auto merge of #109824 - GuillaumeGomez:rollup-i5r4uts, r=GuillaumeGomez | bors | -179/+265 |
| 2023-03-31 | Rollup merge of #109820 - notriddle:notriddle/help-comma, r=camelid | Guillaume Gomez | -3/+1 |
| 2023-03-31 | Rollup merge of #109443 - GuillaumeGomez:doc-primitive-hard-error, r=notriddle | Guillaume Gomez | -34/+22 |
| 2023-03-31 | Rollup merge of #109104 - GuillaumeGomez:fix-invalid-suggestion-ambiguous-int... | Guillaume Gomez | -142/+242 |
| 2023-03-31 | Auto merge of #109010 - compiler-errors:rtn, r=eholk | bors | -1/+2 |
| 2023-03-31 | rustdoc-search: update docs for comma in `?` help popover | Michael Howell | -3/+1 |
| 2023-03-31 | Stabilize rustdoc `--test-run-directory` | Arpad Borsos | -1/+1 |
| 2023-03-30 | Improve code | Guillaume Gomez | -14/+5 |
| 2023-03-30 | Replace doc(primitive) with rustc_doc_primitive | Guillaume Gomez | -26/+23 |
| 2023-03-30 | rustdoc: run more HIR validation to mirror rustc | Patrik Kårlin | -0/+3 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+1 |