| Age | Commit message (Expand) | Author | Lines |
| 2023-01-30 | rustdoc: do not include empty default-settings tag in HTML | Michael Howell | -0/+2 |
| 2023-01-27 | rustdoc: remove inline javascript from copy-path button | Michael Howell | -1/+1 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -1/+1 |
| 2023-01-04 | rustdoc: remove unnecessary wrapper around sidebar and mobile logos | Michael Howell | -16/+12 |
| 2022-12-19 | rustdoc: remove width-limiter from source pages, stop overriding CSS | Michael Howell | -2/+2 |
| 2022-11-23 | Improve accessibility: | Guillaume Gomez | -0/+1 |
| 2022-11-19 | rustdoc: fix scrape-examples JS path | Michael Howell | -1/+1 |
| 2022-11-05 | Rollup merge of #101702 - jsha:static-files2, r=notriddle,GuillaumeGomez | Matthias Krüger | -29/+29 |
| 2022-10-30 | Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau... | Michael Howell | -3/+3 |
| 2022-10-29 | rustdoc: add hash to filename of toolchain files | Jacob Hoffman-Andrews | -29/+29 |
| 2022-10-27 | rustdoc: remove redundant `div.search-container` | Michael Howell | -18/+16 |
| 2022-10-24 | rustdoc: clean up `#toggle-all-docs` | Michael Howell | -3/+3 |
| 2022-10-24 | rustdoc: remove unused `.sidebar-logo` DOM on source pages | Michael Howell | -0/+2 |
| 2022-10-20 | rustdoc: improve appearance of source page navigation bar | Michael Howell | -24/+22 |
| 2022-10-18 | rustdoc: remove class name `location` from sidebar sibling nav | Michael Howell | -1/+1 |
| 2022-10-16 | rustdoc: remove unused `.sub-logo-container` DOM on non-source pages | Michael Howell | -0/+2 |
| 2022-10-15 | rustdoc: make the help button a link to a page | Michael Howell | -1/+1 |
| 2022-10-08 | rustdoc: remove mobile topbar from source pages instead of hiding it | Michael Howell | -0/+2 |
| 2022-10-05 | rustdoc: remove unused CSS class `in-band` | Michael Howell | -13/+11 |
| 2022-08-25 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -4/+4 |
| 2022-07-29 | Remove unwanted extra white space characters from HTML | Guillaume Gomez | -9/+9 |
| 2022-07-14 | Correctly handle crate level page on docs.rs as well | Guillaume Gomez | -1/+1 |
| 2022-06-23 | Move help popup into a pocket menu as well | Guillaume Gomez | -1/+3 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -7/+8 |
| 2022-05-14 | Remove theme picker button | Guillaume Gomez | -7/+0 |
| 2022-05-14 | Improve settings menu display | Guillaume Gomez | -3/+5 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -1/+0 |
| 2022-03-04 | Rollup merge of #93418 - ojeda:no-shortcut, r=camelid | Dylan DPC | -1/+1 |
| 2022-01-28 | rustdoc: no `shortcut` in `rel="icon"` | Miguel Ojeda | -1/+1 |
| 2022-01-27 | rustdoc: remove tooltip from source link | Michael Howell | -1/+1 |
| 2022-01-23 | rustdoc: fix bump down typing search on Safari | Jacob Hoffman-Andrews | -0/+1 |
| 2022-01-23 | Rollup merge of #93113 - GuillaumeGomez:unify-sizes, r=jsha | Matthias Krüger | -11/+9 |
| 2022-01-21 | Fix spacing for `·` between stability and source | Jacob Hoffman-Andrews | -1/+1 |
| 2022-01-21 | Unify search input and buttons size | Guillaume Gomez | -11/+9 |
| 2022-01-19 | Move back templates into html folder | Guillaume Gomez | -0/+219 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -205/+0 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -24/+26 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -24/+26 |
| 2022-01-05 | Move crate drop-down to search results page | Jacob Hoffman-Andrews | -5/+1 |
| 2021-12-15 | Apply rust-logo class only on default logo | Jacob Hoffman-Andrews | -18/+14 |
| 2021-12-07 | Add missing whitespace before disabled HTML attribute | Guillaume Gomez | -1/+1 |
| 2021-12-05 | Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jsha | bors | -39/+54 |
| 2021-12-03 | Rollup merge of #91170 - jsha:preload-fonts, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2021-12-02 | Rename CSS class main-inner into width-limiter | Guillaume Gomez | -1/+1 |
| 2021-12-02 | Rename ID "main" into "main-content" | Guillaume Gomez | -1/+1 |
| 2021-12-02 | Fix remaining bugs | Guillaume Gomez | -1/+0 |
| 2021-11-29 | rustdoc: show logo in source sub nav | cynecx | -37/+49 |
| 2021-11-29 | rustdoc: merge source sidebar into main sidebar | cynecx | -12/+1 |
| 2021-11-29 | rustdoc: fix source view | cynecx | -7/+18 |
| 2021-11-29 | rustdoc: use flexbox to layout sidebar and main content | cynecx | -32/+36 |