| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-05 | Created `tests/rustdoc/source-code-pages` subfolder to limit number of files ↵ | Guillaume Gomez | -12/+0 | |
| at the top level | ||||
| 2024-10-23 | rustdoc: adjust spacing and typography in header | Michael Howell | -3/+3 | |
| 2024-06-24 | Update `tests/rustdoc` to new test syntax | Guillaume Gomez | -7/+7 | |
| 2023-09-21 | rustdoc: update test cases for changes to the printing style | Michael Howell | -2/+2 | |
| This whole thing changes it so that the JS and the UI both use rustc's own path printing to handle the impl IDs. This results in the format changing a little bit; full paths are used in spots where they aren't strictly necessary, and the path sometimes uses generics where the old system used the trait's own name, but it shouldn't matter since the orphan rules will prevent it anyway. | ||||
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -3/+3 | |
| The CSS uses an inconsistent mix of both. This commit switches it to always use `src`. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+12 | |
