| Age | Commit message (Expand) | Author | Lines |
| 2023-03-30 | Update tests for rustc_doc_primitive | Guillaume Gomez | -35/+38 |
| 2023-03-30 | Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-Simulacrum | Yuki Okushi | -0/+0 |
| 2023-03-29 | Rollup merge of #109726 - GuillaumeGomez:doc-hidden-crate, r=notriddle | Matthias Krüger | -0/+8 |
| 2023-03-29 | Add regression test for #109695 | Guillaume Gomez | -0/+8 |
| 2023-03-29 | Rollup merge of #109534 - petrochenkov:noprimuse, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2023-03-28 | rustdoc + rustdoc-json support for non_lifetime_binders | Michael Goulet | -0/+9 |
| 2023-03-28 | rustdoc: Unsupport importing `doc(primitive)` and `doc(keyword)` modules | Vadim Petrochenkov | -1/+1 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+0 |
| 2023-03-26 | rustdoc: tweak `some variants omitted` | Ezra Shaw | -0/+11 |
| 2023-03-22 | Rename tests to ensure they don't have overlapping names. | Eric Huss | -0/+0 |
| 2023-03-22 | Rollup merge of #108954 - notriddle:notriddle/notable-trait-generic, r=camelid | Matthias Krüger | -0/+41 |
| 2023-03-20 | Rollup merge of #109375 - clubby789:unescape-deprecated-doc, r=jsha | Matthias Krüger | -2/+2 |
| 2023-03-20 | Rollup merge of #109351 - GuillaumeGomez:no-footnote-in-summary, r=notriddle | Matthias Krüger | -0/+17 |
| 2023-03-20 | Rollup merge of #109259 - GuillaumeGomez:fix-missing-private-inlining, r=notr... | Matthias Krüger | -0/+27 |
| 2023-03-20 | Fix improper escaping of deprecation reasons | clubby789 | -2/+2 |
| 2023-03-19 | Add test for footnote references in doc summary | Guillaume Gomez | -0/+17 |
| 2023-03-17 | Add regression test for #109258 | Guillaume Gomez | -0/+27 |
| 2023-03-15 | rustdoc: remove `std::` from primitive intra-doc link tooltips | Michael Howell | -0/+2 |
| 2023-03-13 | rustdoc: fix comments in test | Michael Howell | -4/+4 |
| 2023-03-10 | Rollup merge of #108936 - GuillaumeGomez:rustdoc-anonymous-reexport, r=notriddle | Matthias Krüger | -2/+27 |
| 2023-03-09 | rustdoc: handle generics better when matching notable traits | Michael Howell | -0/+41 |
| 2023-03-09 | rustdoc: move notable trait tests into their own directory | Michael Howell | -0/+0 |
| 2023-03-09 | Update rustdoc anonymous reexport test and add regression test for #108931 | Guillaume Gomez | -2/+27 |
| 2023-03-09 | Rollup merge of #108870 - GuillaumeGomez:rustdoc-reexport-of-reexport-of-priv... | Matthias Krüger | -0/+29 |
| 2023-03-08 | Auto merge of #108121 - aliemjay:resolve-var-region, r=lcnr | bors | -2/+2 |
| 2023-03-07 | Addr regression test for #108679 | Guillaume Gomez | -0/+29 |
| 2023-03-05 | bless rustdoc tests | Ali MJ Al-Nasrawy | -2/+2 |
| 2023-03-04 | rustdoc: Note in a type's layout/size if it is uninhabited | clubby789 | -0/+8 |
| 2023-02-23 | rustdoc: avoid including `<li>` tags in item table short desc | Michael Howell | -0/+10 |
| 2023-02-23 | Rollup merge of #108349 - GuillaumeGomez:fix-duplicated-imports2, r=notriddle | Matthias Krüger | -0/+26 |
| 2023-02-22 | Add test to ensure there are no duplicated imports | Guillaume Gomez | -0/+26 |
| 2023-02-22 | rustdoc: update test case with intra-doc link pointing to method | Michael Howell | -4/+12 |
| 2023-02-22 | Rollup merge of #108310 - GuillaumeGomez:fix-reexports-duplicated-attributes,... | Guillaume Gomez | -0/+25 |
| 2023-02-21 | Add regression test for #108281 | Guillaume Gomez | -0/+25 |
| 2023-02-20 | Rollup merge of #108241 - GuillaumeGomez:fix-reexported-macro-handling, r=not... | Matthias Krüger | -0/+45 |
| 2023-02-20 | Add test for reexported hidden macro | Guillaume Gomez | -0/+22 |
| 2023-02-20 | Add regression test for #108231 | Guillaume Gomez | -0/+23 |
| 2023-02-19 | Rollup merge of #108129 - GuillaumeGomez:correctly-handle-links-starting-with... | Guillaume Gomez | -0/+28 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -43/+43 |
| 2023-02-18 | Add regression test for #107995 | Guillaume Gomez | -0/+28 |
| 2023-02-16 | Rollup merge of #108057 - GuillaumeGomez:fix-reexport-attr-merge, r=notriddle | Matthias Krüger | -0/+33 |
| 2023-02-15 | Correctly handle reexports of `#[doc(hidden)]` is reexport does not use `#[do... | Guillaume Gomez | -3/+10 |
| 2023-02-14 | Add test for reexports attr merge | Guillaume Gomez | -0/+26 |
| 2023-02-13 | rustdoc: add more tooltips to intra-doc links | Michael Howell | -0/+17 |
| 2023-02-13 | Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui... | Matthias Krüger | -5/+5 |
| 2023-02-12 | Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description... | Matthias Krüger | -0/+6 |
| 2023-02-11 | rustdoc: account for intra-doc links in `<meta name="description">` | Michael Howell | -0/+6 |
| 2023-02-11 | Rollup merge of #107897 - GuillaumeGomez:reexported-macros-docs, r=notriddle | Matthias Krüger | -0/+23 |
| 2023-02-11 | Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume... | Dylan DPC | -27/+0 |
| 2023-02-10 | Add regression test for reexported macros docs | Guillaume Gomez | -0/+23 |