| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -41/+0 | |
| 2022-10-15 | rustdoc: update test cases for `.sidebar-title` -> `.sidebar-elems h3` | Michael Howell | -2/+2 | |
| 2022-02-16 | Update rustdoc tests to adapt to changes to the sidebar | Guillaume Gomez | -2/+2 | |
| 2021-10-30 | Document tests a bit more | Guillaume Gomez | -0/+1 | |
| 2021-10-29 | Add tests for recursive deref | Guillaume Gomez | -0/+40 | |
| 2021-06-10 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -40/+0 | |
| (update: placated tidy) (update: rebased post PR #84707 ) merge me | ||||
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -2/+0 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2021-01-08 | Use target in `Deref` method section IDs | J. Ryan Stinnett | -4/+6 | |
| There can now be multiple `Deref` method sections, so this adds the target type to the section ID to ensure they are unique. | ||||
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -0/+40 | |
