| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -973/+0 |
| 2022-10-30 | Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau... | Michael Howell | -0/+7 |
| 2022-10-29 | rustdoc: add support for incoherent impls on structs and traits | Michael Howell | -0/+7 |
| 2022-10-30 | Rollup merge of #103253 - notriddle:notriddle/test-case-masked-blanket-impl, ... | Matthias Krüger | -0/+4 |
| 2022-10-28 | Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not... | Matthias Krüger | -0/+5 |
| 2022-10-25 | Add regression test for inlined doc comment on impl block | Guillaume Gomez | -0/+5 |
| 2022-10-22 | Clean middle RPITITs correctly in rustdoc | Michael Goulet | -0/+9 |
| 2022-10-19 | rustdoc: add test case for masked blanket impl | Michael Howell | -0/+4 |
| 2022-08-06 | rustdoc: do not mark the contents of a skipped module as inlined | Michael Howell | -0/+13 |
| 2022-08-02 | rustdoc: avoid inlining foreigns with duplicate names | Michael Howell | -0/+4 |
| 2022-07-25 | rustdoc: avoid inlining modules with duplicate names | Michael Howell | -0/+7 |
| 2022-07-16 | rustdoc: avoid inlining items with duplicate `(type, name)` | Michael Howell | -0/+20 |
| 2022-07-04 | rustdoc: filter '_ lifetimes from ty::Generics | Michael Howell | -0/+8 |
| 2022-06-30 | rustdoc: filter '_ lifetimes from ty::PolyTraitRef | Michael Howell | -0/+9 |
| 2022-04-07 | Hide cross-crate doc-hidden assoc items in trait impls | León Orell Valerian Liehr | -0/+19 |
| 2021-11-20 | Update tests | inquisitivecrystal | -6/+30 |
| 2021-09-12 | Fix `no_core` and `no_std` rustdoc tests on Windows | Guillaume Gomez | -1/+2 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -0/+8 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -0/+3 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -2/+0 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -2/+0 |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -0/+3 |
| 2021-08-05 | Add missing root_path when generating links using href | Guillaume Gomez | -0/+1 |
| 2021-08-05 | Add test for source code pages URLs | Guillaume Gomez | -0/+17 |
| 2021-07-27 | Make all tests use type_alias_impl_trait feature instead of min | Santiago Pastorino | -1/+1 |
| 2021-07-16 | Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 | bors | -0/+11 |
| 2021-07-07 | Add tests for reexports (both public and private) | Guillaume Gomez | -6/+42 |
| 2021-07-07 | Add test for reexported macros 2.0 rendering | Guillaume Gomez | -0/+6 |
| 2021-07-06 | add mcve as test | François Mockers | -0/+11 |
| 2021-07-01 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -0/+2 |
| 2021-06-26 | Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG... | bors | -0/+17 |
| 2021-06-25 | Renamed test and added test for same crate | Deadbeef | -0/+0 |
| 2021-06-22 | Account for more cases | Deadbeef | -0/+3 |
| 2021-06-22 | Do not list impl when trait has doc(hidden) | Deadbeef | -0/+2 |
| 2021-06-18 | rustdoc: Render `<Self as X>::Y` type casts properly across crate bounds | Justus K | -0/+17 |
| 2021-06-04 | Remove `doc(include)` | Joshua Nelson | -6/+4 |
| 2021-05-03 | Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514 | Dylan DPC | -0/+3 |
| 2021-05-02 | PR feedback | Scott McMurray | -0/+3 |
| 2021-05-02 | Do not print visibility in external traits | Justus K | -0/+3 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -0/+6 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -2/+0 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -1/+1 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -1/+1 |
| 2021-01-06 | Update test assertions (showcases bug) | Daniel Henry-Mantilla | -1/+1 |
| 2021-01-06 | Fix type/value namespace clashes + test for that | Daniel Henry-Mantilla | -0/+13 |
| 2020-12-31 | Rustdoc render public underscore_imports as Re-exports | bors | -0/+4 |
| 2020-11-28 | Move `src/test/rustdoc` intra-doc link tests into a subdirectory | Joshua Nelson | -98/+0 |
| 2020-11-26 | Auto merge of #77467 - jyn514:query-docs, r=oli-obk | bors | -0/+12 |
| 2020-11-24 | Use the name "auto traits" everywhere in the compiler | Camelid | -1/+1 |
| 2020-11-24 | Normalize `<X as Y>::T` for rustdoc | Joshua Nelson | -0/+12 |