| Age | Commit message (Expand) | Author | Lines |
| 2021-08-28 | Fix code blocks color in ayu theme | Guillaume Gomez | -1/+1 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -1/+1 |
| 2021-08-19 | Rollup merge of #88093 - Kobzol:rustdoc-wrap-code-in-code-tag, r=GuillaumeGomez | Guillaume Gomez | -1/+0 |
| 2021-08-19 | [rustdoc] Wrap code blocks in <code> tag | Jakub Beránek | -1/+0 |
| 2021-08-18 | Rollup merge of #88111 - GuillaumeGomez:background-color-jump-to-def, r=jhpratt | Guillaume Gomez | -0/+9 |
| 2021-08-18 | Fix anchors display in rustdoc | Guillaume Gomez | -5/+9 |
| 2021-08-17 | Add background-color on clickable definitions in source code | Guillaume Gomez | -0/+9 |
| 2021-08-16 | Rollup merge of #87178 - moxian:rd-use, r=jyn514 | Mara Bos | -1/+1 |
| 2021-08-08 | Fix heading colours in Ayu theme | Klim Tsoutsman | -1/+1 |
| 2021-08-05 | Underline source code links on hover | Guillaume Gomez | -0/+4 |
| 2021-08-03 | Simplify usage of CSS background-image | Guillaume Gomez | -14/+10 |
| 2021-08-03 | Use empty string instead of single space | Michael Howell | -2/+2 |
| 2021-08-03 | Pull the "Expand" / "Collapse" text to the end of the line, instead of start | Michael Howell | -7/+17 |
| 2021-08-03 | Rustdoc accessibility: use an icon for the [-]/[+] controls | Michael Howell | -6/+60 |
| 2021-07-25 | Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume... | bors | -9/+17 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -9/+17 |
| 2021-07-23 | Rollup merge of #87376 - Thomasdezeeuw:rustdoc-large-logo, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-07-22 | Don't hide fields of enum struct variants | Noah Lev | -1/+1 |
| 2021-07-22 | Change rustdoc logo to use the full container size | Thomas de Zeeuw | -0/+1 |
| 2021-07-21 | rustdoc: Restore --default-theme, etc, by restoring varname escaping | Ian Jackson | -0/+2 |
| 2021-07-21 | Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddle | Guillaume Gomez | -4/+5 |
| 2021-07-19 | Rollup merge of #87251 - GuillaumeGomez:item-info-width, r=notriddle | Guillaume Gomez | -0/+3 |
| 2021-07-18 | Fix item info display | Guillaume Gomez | -0/+3 |
| 2021-07-18 | Fix <table> overflow in doc blocks | Guillaume Gomez | -4/+5 |
| 2021-07-17 | Remove redundant CSS | Michael Howell | -1/+0 |
| 2021-07-17 | Rustdoc accessibility: make the sidebar headers actual headers | Michael Howell | -0/+5 |
| 2021-07-16 | Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill... | Guillaume Gomez | -1/+2 |
| 2021-07-16 | feat(rustdoc): open sidebar menu when links inside it are focused | Michael Howell | -1/+2 |
| 2021-07-16 | Rollup merge of #87167 - GuillaumeGomez:sidebar-display-mobile, r=notriddle | Guillaume Gomez | -4/+6 |
| 2021-07-16 | Copy item path rather than full `use` statement. | moxian | -1/+1 |
| 2021-07-15 | Do not hide the sidebar on mobile, move it outside of the viewport instead | Guillaume Gomez | -4/+6 |
| 2021-07-15 | Fix layout overflow in type declaration | Guillaume Gomez | -0/+3 |
| 2021-07-14 | Rollup merge of #87125 - GuillaumeGomez:ayu-code-color, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Rollup merge of #87056 - GuillaumeGomez:fix-codeblocks-overflow, r=notriddle | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Fix color for <code> which are not in doc blocks | Guillaume Gomez | -1/+1 |
| 2021-07-14 | Fix display for non-rust code 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-13 | Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddle | Yuki Okushi | -4/+14 |
| 2021-07-10 | cleanup(rustdoc): remove unused function getObjectNameById | Michael Howell | -15/+8 |
| 2021-07-10 | Fix display for external trait implementors | Guillaume Gomez | -4/+14 |
| 2021-07-08 | Fix display of small-section-header elements | Guillaume Gomez | -5/+0 |
| 2021-07-07 | Clean up rustdoc static files | Guillaume Gomez | -0/+0 |
| 2021-07-05 | Auto merge of #86663 - fee1-dead:use-rustdoc-css, r=GuillaumeGomez | bors | -3/+2 |
| 2021-07-01 | fix(rustdoc): generics search | Michael Howell | -18/+62 |
| 2021-07-01 | Rollup merge of #86746 - GuillaumeGomez:query-type-filter, r=notriddle | Yuki Okushi | -1/+2 |
| 2021-06-30 | Enforce search typed queries | Guillaume Gomez | -1/+2 |
| 2021-06-30 | Auto merge of #86650 - GuillaumeGomez:fix-boldness, r=Nemo157 | bors | -3/+9 |
| 2021-06-30 | Fix some style regressions due to normalize.css 8 | Yuki Okushi | -2/+23 |
| 2021-06-30 | Upgrade normalize.css to v8.0.1 | Yuki Okushi | -1/+1 |