| Age | Commit message (Expand) | Author | Lines |
| 2022-07-27 | Rollup merge of #99700 - est31:rustdoc_layout_heading, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2022-07-26 | Simplify test | est31 | -1/+1 |
| 2022-07-25 | apply review suggestions | Maybe Waffle | -1/+1 |
| 2022-07-25 | Add a clickable link to the layout section | est31 | -0/+1 |
| 2022-07-24 | add backticks | Maybe Waffle | -1/+1 |
| 2022-07-24 | Add rustdoc test for `#[rustc_must_implement_one_of]` | Maybe Waffle | -0/+10 |
| 2022-07-22 | Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe... | Dylan DPC | -4/+4 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -3/+3 |
| 2022-07-19 | tests: fix `rustdoc` tests | Artur Sinila | -4/+4 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -3/+3 |
| 2022-07-16 | rustdoc: avoid inlining items with duplicate `(type, name)` | Michael Howell | -0/+70 |
| 2022-07-07 | Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle | Dylan DPC | -0/+56 |
| 2022-07-06 | Rollup merge of #98939 - GuillaumeGomez:rustdoc-disamb-impls, r=notriddle | Guillaume Gomez | -39/+39 |
| 2022-07-06 | Rollup merge of #98911 - notriddle:notriddle/rustdoc-string-impl, r=Guillaume... | Guillaume Gomez | -0/+12 |
| 2022-07-06 | Add test for inherent impls anchors | Guillaume Gomez | -0/+56 |
| 2022-07-05 | Rollup merge of #98256 - GuillaumeGomez:whitespace-where-clause, r=notriddle | Guillaume Gomez | -0/+111 |
| 2022-07-05 | Add test for invalid whitespace display after where clause | Guillaume Gomez | -0/+111 |
| 2022-07-05 | Update rustdoc tests | Guillaume Gomez | -17/+17 |
| 2022-07-05 | rustdoc: Add more semantic information to impl ids | pierwill | -24/+24 |
| 2022-07-05 | Rollup merge of #98856 - GuillaumeGomez:rustdoc-test-rm-fixme, r=Dylan-DPC | Dylan DPC | -12/+2 |
| 2022-07-04 | rustdoc: filter '_ lifetimes from ty::Generics | Michael Howell | -0/+12 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -3/+160 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -3/+160 |
| 2022-07-04 | Rollup merge of #98806 - GuillaumeGomez:decl-trailing-whitespace, r=notriddle | Matthias Krüger | -1/+38 |
| 2022-07-03 | Add test for trailing whitespace in long declaration | Guillaume Gomez | -1/+38 |
| 2022-07-03 | Remove FIXME from rustdoc intra-doc test | Guillaume Gomez | -12/+2 |
| 2022-07-01 | Shorten def_span for more items. | Camille GILLOT | -6/+6 |
| 2022-06-30 | rustdoc: filter '_ lifetimes from ty::PolyTraitRef | Michael Howell | -0/+22 |
| 2022-06-26 | Add regression test for #92859 | Guillaume Gomez | -0/+24 |
| 2022-06-20 | Add test for macro support in "jump to def" feature | Guillaume Gomez | -0/+25 |
| 2022-06-19 | Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jsha | Dylan DPC | -0/+18 |
| 2022-06-18 | Add test cases for tuples with links | Michael Howell | -0/+18 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -0/+54 |
| 2022-06-16 | Exclude cfg "doc" and "doctest" from feature `doc_auto_cfg` | Sprite | -10/+15 |
| 2022-06-16 | Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappear | Sprite | -1/+17 |
| 2022-06-14 | rustdoc: add test case for "variadic tuple" search notation | Michael Howell | -0/+18 |
| 2022-06-13 | rustdoc: remove link on slice brackets | Michael Howell | -3/+3 |
| 2022-06-11 | Add test case for #trait-implementations-1 link | Michael Howell | -0/+8 |
| 2022-06-08 | Add regression test for #84634 | Guillaume Gomez | -0/+28 |
| 2022-06-07 | rustdoc: show auto/blanket docs for tuple and unit | Michael Howell | -0/+28 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -0/+20 |
| 2022-06-03 | Rollup merge of #97668 - notriddle:notriddle/slice-link, r=jsha | Dylan DPC | -0/+32 |
| 2022-06-02 | rustdoc: clean up primitive.slice.html links | Michael Howell | -0/+32 |
| 2022-06-02 | Rollup merge of #97502 - onlineSoftwareDevOK:rustdocTests, r=GuillaumeGomez | Matthias Krüger | -0/+42 |
| 2022-06-02 | rustdoc: Add more test coverage | onlinesoftwaredevok@protonmail.com | -0/+42 |
| 2022-06-02 | Rollup merge of #97617 - GuillaumeGomez:rustdoc-anonymous-reexports, r=Nemo157 | Dylan DPC | -0/+22 |
| 2022-06-01 | Add test for anonymous reexports | Guillaume Gomez | -0/+22 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2022-06-02 | Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill... | Yuki Okushi | -0/+14 |
| 2022-06-01 | rustdoc: add test case for auto traits on slice primitive | Michael Howell | -0/+14 |