| Age | Commit message (Expand) | Author | Lines |
| 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-08 | Move more scrape-examples logic from JS to rust | Will Crichton | -0/+1 |
| 2021-10-07 | Move some expansion logic into generation-time, fix section header links, rem... | Will Crichton | -4/+8 |
| 2021-10-06 | Update to latest rustc and rustdoc styles | Will Crichton | -4/+4 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -4/+0 |
| 2021-10-06 | Add styles for non-white themes | Will Crichton | -1/+9 |
| 2021-10-06 | Reduce blur size, fix example width bug, add better error handling for I/O is... | Will Crichton | -4/+9 |
| 2021-10-06 | Move highlighting logic from JS to Rust | Will Crichton | -9/+13 |
| 2021-10-06 | Sort examples by size | Will Crichton | -9/+49 |
| 2021-10-06 | Generate example source files with corresponding links | Will Crichton | -1/+1 |
| 2021-10-06 | Factor scraping and rendering into separate calls to rustdoc | Will Crichton | -8/+5 |
| 2021-10-06 | Fix check issue | Will Crichton | -1/+2 |
| 2021-10-06 | Add updated support for example-analyzer | Will Crichton | -0/+107 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -10/+9 |
| 2021-10-04 | librustdoc: Use correct heading levels. | Mukund Lakshman | -10/+9 |
| 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 | -3/+12 |
| 2021-09-08 | Wrap <table> elements into <div> to prevent breaking layout and width | Guillaume Gomez | -0/+5 |
| 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 | Fix anchors display in rustdoc | Guillaume Gomez | -5/+9 |
| 2021-08-05 | Underline source code links on hover | Guillaume Gomez | -0/+4 |
| 2021-08-03 | Simplify usage of CSS background-image | Guillaume Gomez | -12/+8 |
| 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/+48 |
| 2021-07-25 | Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume... | bors | -5/+12 |
| 2021-07-25 | Rustdoc accessibility: use real headers for doc items | bors | -5/+12 |
| 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 | Rollup merge of #87230 - GuillaumeGomez:docblock-table-overflow, r=notriddle | Guillaume Gomez | -1/+2 |
| 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 | -1/+2 |
| 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-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 | Fix display for non-rust code blocks | Guillaume Gomez | -1/+1 |
| 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/+1888 |