| Age | Commit message (Expand) | Author | Lines |
| 2023-05-25 | Add `ItemTemplate` trait | Nicky Lim | -4/+4 |
| 2023-05-02 | Avoid ICEing miri on layout query cycles | Oli Scherer | -44/+49 |
| 2023-04-22 | Rollup merge of #109949 - notriddle:notriddle/type-layout, r=jsha | Yuki Okushi | -0/+65 |
| 2023-04-18 | rustdoc: format type layout template with newline after `<p>` | Michael Howell | -8/+16 |
| 2023-04-18 | rustdoc: create variants list outside of template | Michael Howell | -7/+7 |
| 2023-04-18 | rustdoc: use a separate template for type layout size | Michael Howell | -0/+12 |
| 2023-04-12 | Move creation of `theme.css` file from `--extend-css` command into the `stati... | Guillaume Gomez | -1/+1 |
| 2023-04-08 | rustdoc: migrate `document_type_layout` to askama | Michael Howell | -0/+45 |
| 2023-04-08 | Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomez | bors | -0/+23 |
| 2023-04-05 | rustdoc: avoid including line numbers in Google SERP snippets | Michael Howell | -2/+4 |
| 2023-04-05 | rustdoc: migrate `item_union` to an Askama template | Michael Howell | -0/+23 |
| 2023-03-23 | Rollup merge of #109187 - clubby789:askama-source, r=GuillaumeGomez | Dylan DPC | -0/+19 |
| 2023-03-21 | Add `safe` to number rendering | clubby789 | -2/+2 |
| 2023-03-20 | Fix improper escaping of deprecation reasons | clubby789 | -1/+1 |
| 2023-03-16 | Fix invalid markdown link references | DaniPopes | -7/+7 |
| 2023-03-16 | Render source page layout with Askama | clubby789 | -0/+19 |
| 2023-03-11 | Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomez | Matthias Krüger | -0/+37 |
| 2023-03-11 | Rollup merge of #108757 - clubby789:askama-move, r=notriddle,jsha,GuillaumeGomez | Matthias Krüger | -0/+30 |
| 2023-03-10 | Render doc sidebar using Askama | clubby789 | -0/+37 |
| 2023-03-10 | Migrate `document_item_info` to templates | clubby789 | -0/+30 |
| 2023-03-08 | Only load one CSS theme by default | Michael Howell | -18/+21 |
| 2023-03-06 | Update documentation for HTML templates style | Guillaume Gomez | -13/+14 |
| 2023-03-06 | Remove unneeded minus sign in jinja tags | Guillaume Gomez | -173/+173 |
| 2023-02-07 | Rollup merge of #107471 - notriddle:notriddle/default-settings, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2023-01-30 | rustdoc: remove meta keywords from HTML | Michael Howell | -1/+0 |
| 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 |