| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-06 | Restore h1 styles, which got accidentally removed. | Mukund Lakshman | -3/+3 | |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -3/+3 | |
| - Avoid multiple <h1>s on a page. - The <h#> tags should follow a semantic hierarchy. - Cap at h6 (no h7) | ||||
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -6/+6 | |
| 2021-09-12 | Fix invalid background for jump-to-def links in source code pages | Guillaume Gomez | -1/+1 | |
| 2021-08-28 | Fix code blocks color in ayu theme | Guillaume Gomez | -1/+1 | |
| 2021-08-17 | Add background-color on clickable definitions in source code | Guillaume Gomez | -0/+9 | |
| 2021-08-08 | Fix heading colours in Ayu theme | Klim Tsoutsman | -1/+1 | |
| Closes #87828 The issue seems to stem from #87210 where code headings were changed from a heading containing code to a heading with the `code-header` class. `rustdoc.css` was updated, but `ayu.css` was missed. | ||||
| 2021-08-03 | Rustdoc accessibility: use an icon for the [-]/[+] controls | Michael Howell | -0/+10 | |
| This way, we can show the plus and minus buttons on screens, while voice control will read off actual words "Collapse" and "Expand" instead of reading "open brace minus close brace" and "open brace plus close brace". Part of #87059 | ||||
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -3/+3 | |
| Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html | ||||
| 2021-07-18 | Fix <table> overflow in doc blocks | Guillaume Gomez | -3/+3 | |
| 2021-07-14 | Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddle | Guillaume Gomez | -1/+1 | |
| Fix Ayu theme <code> color Fixes #87072 (the second regression). r? `@notriddle` | ||||
| 2021-07-14 | Fix color for <code> which are not in doc blocks | Guillaume Gomez | -1/+1 | |
| 2021-07-13 | Fix color for keyword/primitive search result | Guillaume Gomez | -3/+3 | |
| 2021-07-13 | Fix search result description text color for ayu theme | Guillaume Gomez | -1/+1 | |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -0/+1555 | |
