| Age | Commit message (Expand) | Author | Lines |
| 2024-06-04 | Update code format and tests | Sergi-Ferrez | -1/+1 |
| 2024-05-21 | Move tests into appropriate subdirectories | Michael Howell | -0/+82 |
| 2024-05-13 | Apply nits | Michael Goulet | -0/+1 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -2/+23 |
| 2024-04-16 | Rollup merge of #123574 - notriddle:notriddle/issue-d, r=fmease | Guillaume Gomez | -0/+24 |
| 2024-04-15 | rustdoc: move tests into applicable subdirectories | Michael Howell | -0/+24 |
| 2024-04-04 | Add regression test for #123435 | Guillaume Gomez | -0/+14 |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -112/+112 |
| 2024-02-17 | Fix missing trait impls for type in rustc docs | Shoyu Vanilla | -0/+58 |
| 2024-02-15 | rustdoc: cross-crate re-exports: correctly render late-bound params in source... | León Orell Valerian Liehr | -0/+34 |
| 2024-01-14 | Rollup merge of #119561 - notriddle:master, r=fmease | Guillaume Gomez | -0/+17 |
| 2024-01-09 | Update tests | León Orell Valerian Liehr | -14/+30 |
| 2024-01-03 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 5) | Michael Howell | -0/+17 |
| 2023-11-05 | rustdoc: properly elide cross-crate host effect args | León Orell Valerian Liehr | -15/+45 |
| 2023-10-30 | rustdoc: elide cross-crate default generic arguments | León Orell Valerian Liehr | -6/+155 |
| 2023-10-22 | rustdoc: rename `/implementors` to `/impl.trait` | Michael Howell | -5/+5 |
| 2023-10-16 | Add URL to test cases | Michael Howell | -0/+1 |
| 2023-10-16 | Rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+20 |
| 2023-10-14 | Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G... | Matthias Krüger | -6/+46 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -3/+0 |
| 2023-10-12 | Test cross crate | Oli Scherer | -0/+15 |
| 2023-10-04 | Add URL to test case issues | Michael Howell | -0/+3 |
| 2023-10-04 | Rename issue-\d+.rs tests to have meaningful names | Michael Howell | -0/+61 |
| 2023-10-03 | rustdoc: add support for cross-crate higher-ranked types | León Orell Valerian Liehr | -0/+23 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -2/+15 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -14/+37 |
| 2023-09-18 | rustdoc: hide repr(transparent) if it isn't part of the public ABI | León Orell Valerian Liehr | -6/+46 |
| 2023-09-01 | rustdoc: correctly deal with self ty params when eliding default object lifet... | León Orell Valerian Liehr | -0/+34 |
| 2023-07-28 | Add rustdoc tests for generic const items | León Orell Valerian Liehr | -0/+48 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -0/+48 |
| 2023-07-26 | rustdoc: fix cross-crate impl-Sized | León Orell Valerian Liehr | -0/+48 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -0/+70 |
| 2023-06-26 | Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez | Takayuki Maeda | -0/+29 |
| 2023-06-25 | rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-pos | León Orell Valerian Liehr | -0/+15 |
| 2023-06-24 | rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b... | León Orell Valerian Liehr | -0/+29 |
| 2023-06-07 | rustdoc: re-elide cross-crate default trait object lifetime bounds | León Orell Valerian Liehr | -18/+167 |
| 2023-04-29 | Extend foreign inlined item with `#[repr()]` test | Guillaume Gomez | -5/+39 |
| 2023-04-27 | Add regression test for #110698 | Guillaume Gomez | -0/+17 |
| 2023-02-19 | Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomez | Dylan DPC | -2/+2 |
| 2023-02-07 | rustdoc: simplify DOM for `.item-table` | Michael Howell | -2/+2 |
| 2023-02-07 | rustdoc: use a newline instead of `<br>` to format code headers | Michael Howell | -1/+1 |
| 2023-01-31 | rustdoc: stop making unstable items transparent | Michael Howell | -2/+2 |
| 2023-01-30 | rustdoc: remove unnecessary wrapper div.item-decl from HTML | Michael Howell | -24/+24 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -8/+8 |
| 2023-01-26 | rustdoc: remove mostly-unused CSS classes import/module-item | Michael Howell | -2/+2 |
| 2023-01-18 | Auto merge of #106952 - petrochenkov:docglob, r=notriddle,GuillaumeGomez | bors | -0/+7 |
| 2023-01-17 | rustdoc: Fix glob import inlining | Vadim Petrochenkov | -0/+7 |
| 2023-01-14 | rustdoc: remove redundant item kind class from `.item-decl > pre` | Michael Howell | -18/+18 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+934 |