| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-15 | rustdoc-search: search backend with partitioned suffix tree | Michael Howell | -1/+1 | |
| 2024-09-23 | Tweak breadcrumbs list | Michael Howell | -1/+1 | |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -1/+2 | |
| This tweaks it to use less space for the breadcrumbs. | ||||
| 2024-04-09 | rustdoc: update test cases | Michael Howell | -1/+1 | |
| 2023-04-11 | Update rustdoc GUI tests to new browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -1/+1 | |
| rustdoc: remove unnecessary DOM class `h1.fqn` 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-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -4/+4 | |
| This swaps things around so that the class that gets used more often has the shorter name. | ||||
| 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/+15 | |
