| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-08 | rustdoc: fix rustdoc-gui tests for logo changes | Michael Howell | -1/+1 | |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -11/+11 | |
| The CSS uses an inconsistent mix of both. This commit switches it to always use `src`. | ||||
| 2023-05-21 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -18/+18 | |
| 2023-04-11 | Update rustdoc GUI tests to new browser-ui-test version | Guillaume Gomez | -4/+4 | |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -10/+10 | |
| It's misleading. The main heading sometimes isn't an fully qualified name at all. It's also redundant. It's always a child of `div.main-heading`, so just use that. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+109 | |
