| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-03-22 | Rename tests to ensure they don't have overlapping names. | Eric Huss | -21/+0 | |
| Some tests will delete their output directory before starting. The output directory is based on the test names. If one test is the prefix of another test, then when that test starts, it could try to delete the output directory of the other test with the longer path. | ||||
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -1/+1 | |
| 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/+21 | |
