| Age | Commit message (Expand) | Author | Lines |
| 2022-08-08 | Add regression test comment | Noah Lev | -0/+2 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -1/+3 |
| 2022-08-08 | Avoid ICE in rustdoc. | Camille GILLOT | -0/+17 |
| 2022-08-08 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -0/+27 |
| 2022-08-05 | fixup rustdoc test | Mark Rousskov | -2/+2 |
| 2022-08-05 | rustdoc: avoid inlining foreigns with duplicate names | Michael Howell | -0/+20 |
| 2022-08-05 | rustdoc: avoid inlining modules with duplicate names | Michael Howell | -0/+21 |
| 2022-07-21 | Rollup merge of #99344 - notriddle:notriddle/multiple-macro-rules-w-same-name... | Dylan DPC | -0/+70 |
| 2022-07-09 | rustdoc: filter '_ lifetimes from ty::PolyTraitRef | Michael Howell | -0/+22 |
| 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 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -1/+1 |
| 2022-06-01 | Rollup merge of #97470 - notriddle:notriddle/test-cases, r=GuillaumeGomez | Yuki Okushi | -2/+47 |
| 2022-05-31 | Add test for empty impl blocks | Guillaume Gomez | -0/+20 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -1/+1 |
| 2022-05-27 | rustdoc: add test case for the implementors JS file placement | Michael Howell | -0/+43 |
| 2022-05-27 | rustdoc: add test case for email that looks like intra-doc link | Michael Howell | -2/+4 |
| 2022-05-21 | Strenghten strip-enum-variant.rs test | Guillaume Gomez | -0/+3 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -3/+1 |
| 2022-05-20 | Rollup merge of #96565 - notriddle:notriddle/impl-box, r=camelid | Guillaume Gomez | -0/+16 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -26/+23 |
| 2022-05-07 | Rollup merge of #96636 - GuillaumeGomez:fix-jump-to-def-regression, r=notriddle | Guillaume Gomez | -0/+18 |
| 2022-05-06 | Add regression test for jump-to-def | Guillaume Gomez | -0/+18 |
| 2022-05-05 | Fix test case checking for where the JS goes | Michael Howell | -1/+1 |
| 2022-04-29 | Rollup merge of #96536 - rust-lang:notriddle/deref-slice-core, r=GuillaumeGomez | Dylan DPC | -0/+22 |
| 2022-04-29 | rustdoc: show implementations on `#[fundamental]` wrappers | Michael Howell | -0/+16 |
| 2022-04-28 | rustdoc: fix missing method list for primitive deref target | Michael Howell | -0/+22 |
| 2022-04-27 | Rollup merge of #96410 - notriddle:notriddle/issue-95873, r=GuillaumeGomez | Dylan DPC | -0/+2 |
| 2022-04-26 | Update src/test/rustdoc/issue-95873.rs | Michael Howell | -1/+1 |
| 2022-04-25 | rustdoc: do not write `{{root}}` in `pub use ::foo` docs | Michael Howell | -0/+2 |
| 2022-04-25 | Fix issue 96381 | Michael Goulet | -0/+16 |