| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -21/+0 | |
| 2022-10-07 | Update rustdoc-gui test to new browser-ui-test version | Guillaume Gomez | -1/+1 | |
| 2022-09-23 | rustdoc: fix GUI tests to deal with slightly changed width | Michael Howell | -2/+2 | |
| 2022-09-11 | Update tests for new browser-ui-test version | Guillaume Gomez | -2/+2 | |
| 2022-03-08 | Update GUI tests for impl blocks path changes | Guillaume Gomez | -4/+4 | |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -2/+2 | |
| This switches to just use size, weight, and spacing to distinguish headings in the sidebar. We no longer use boxes, horizontal bars, or centering to distinguish headings. This makes it much easier to understand the hierarchy of headings, and reduces visual noise. I also refactored how the mobile topbar works. Previously, we tried to shift around elements from the sidebar to make the topbar. Now, the topbar gets its own elements, which can be styled on their own. This makes styling and reasoning about those elements simpler. Because the heading font sizes are bigger, increase the sidebar width slightly. As a very minor change, removed version from the "All types" page. It's now only on the crate page. | ||||
| 2021-12-12 | Update browser-ui-test version and improve rustdoc-gui tests readability | Guillaume Gomez | -1/+5 | |
| 2021-09-08 | Add tests to ensure that <table> don't break doc blocks width anymore | Guillaume Gomez | -0/+8 | |
| 2021-07-18 | Add GUI test for <table> overflow | Guillaume Gomez | -0/+9 | |
