| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -2/+2 | |
| 2024-04-05 | Use `include` command to reduce code duplication | Guillaume Gomez | -4/+3 | |
| 2023-09-14 | rusdoc: add gui test for custom CSS themes | Michael Howell | -0/+33 | |
| Based on https://github.com/rust-lang/rust/pull/115829#issuecomment-1720056602 | ||||
| 2023-06-07 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -3/+3 | |
| 2023-04-11 | Update rustdoc GUI tests to new browser-ui-test version | Guillaume Gomez | -4/+4 | |
| 2023-01-23 | rustdoc: simplify settings popover DOM | Michael Howell | -4/+4 | |
| * Changes the class names so that they all start with `setting-`. That should make it harder to accidentally use a setting class outside the settings popover, where loading the CSS might accidentally change the styles of something unrelated. * Get rid of an unnecessary wrapper DIV around the radio button line. * Simplify CSS selectors by making the DOM easier and more intuitive to target. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+67 | |
