| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez | Guillaume Gomez | -2/+8 |
| 2023-11-29 | rustdoc: remove small from `small-section-header` | Michael Howell | -3/+3 |
| 2023-11-12 | make LayoutError::Cycle carry ErrorGuaranteed | Michael Goulet | -1/+1 |
| 2023-11-07 | Auto merge of #115904 - notriddle:notriddle/preload-bold, r=GuillaumeGomez | bors | -1/+0 |
| 2023-10-22 | rustdoc: clean up sidebar.html block class | Michael Howell | -5/+1 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -1/+5 |
| 2023-10-11 | rustdoc: bundle sidebar button icon into CSS | Michael Howell | -4/+1 |
| 2023-10-11 | rustdoc: allow resizing the sidebar | Michael Howell | -2/+11 |
| 2023-10-08 | rustdoc: clean up the In [name] up-pointer | Michael Howell | -1/+3 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -20/+24 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -2/+5 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -10/+15 |
| 2023-09-25 | Fix whitespace in rustdoc type_layout.html | DaniPopes | -2/+2 |
| 2023-09-18 | Move mobile topbar title creation entirely into JS | Guillaume Gomez | -2/+1 |
| 2023-09-16 | rustdoc: stop preloading Source Serif 4 Bold | Michael Howell | -1/+0 |
| 2023-09-15 | rustdoc: merge theme css into rustdoc.css | Michael Howell | -9/+0 |
| 2023-09-13 | Merge settings.css into rustdoc.css | Guillaume Gomez | -1/+0 |
| 2023-09-07 | rustdoc: remove unused ID `mainThemeStyle` | Michael Howell | -2/+1 |
| 2023-08-16 | Rollup merge of #113115 - tshepang:patch-5, r=est31 | Matthias Krüger | -1/+1 |
| 2023-07-27 | Fix aksama template | Michael Goulet | -0/+5 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in JavaScript | Michael Howell | -2/+2 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -7/+7 |
| 2023-06-28 | accept review suggestion | Tshepang Mbambo | -1/+1 |
| 2023-06-28 | we are migrating to askama | Tshepang Mbambo | -1/+1 |
| 2023-06-27 | Replace `id` attribute with `name` for `<meta>` tag | Guillaume Gomez | -1/+1 |
| 2023-06-27 | Fix invalid HTML DIV tag used in HEAD | Guillaume Gomez | -2/+1 |
| 2023-06-23 | Link to the corresponding channel in the help popover | Guillaume Gomez | -0/+1 |
| 2023-06-21 | Fix union fields display | Guillaume Gomez | -8/+9 |
| 2023-06-11 | Add `item_template` macro | Nicky Lim | -4/+4 |
| 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 |