| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Cleanup .item-table CSS | Stefan Schindler | -1/+1 |
| 2021-10-11 | Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8 | Matthias Krüger | -2/+0 |
| 2021-10-10 | Remove unused CSS rule | Guillaume Gomez | -2/+0 |
| 2021-10-10 | Fix <code> blocks in doc blocks display on mobile | Guillaume Gomez | -0/+4 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -13/+12 |
| 2021-10-06 | Restore h1 styles, which got accidentally removed. | Mukund Lakshman | -3/+3 |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -13/+12 |
| 2021-10-03 | Move from grid layout to table based layout because of browser limits that ov... | Stefan Schindler | -10/+9 |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -9/+27 |
| 2021-09-12 | Fix invalid background for jump-to-def links in source code pages | Guillaume Gomez | -1/+1 |
| 2021-09-08 | Wrap <table> elements into <div> to prevent breaking layout and width | Guillaume Gomez | -0/+5 |
| 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 |