| Age | Commit message (Expand) | Author | Lines |
| 2023-01-21 | Remove some superfluous type parameters from layout.rs. | Michael Benfield | -2/+2 |
| 2023-01-21 | Migrate scraped-examples top and bottom "borders" to CSS variables | Guillaume Gomez | -21/+12 |
| 2023-01-21 | rustdoc: compute maximum Levenshtein distance based on the query | Michael Howell | -65/+84 |
| 2023-01-20 | Rollup merge of #107131 - notriddle:notriddle/rustdoc-radio-display-inline-fl... | Michael Goulet | -6/+1 |
| 2023-01-20 | Rollup merge of #107095 - notriddle:notriddle/sidebar-current, r=GuillaumeGomez | Michael Goulet | -1/+1 |
| 2023-01-20 | rustdoc: use CSS inline layout for radio line instead of flexbox | Michael Howell | -6/+1 |
| 2023-01-19 | rustdoc: remove redundant CSS selector `.sidebar .current` | Michael Howell | -1/+1 |
| 2023-01-19 | Revert "Improve code readability" | Guillaume Gomez | -1/+1 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -1/+1 |
| 2023-01-18 | Rollup merge of #107045 - notriddle:notriddle/settings-css-setting-line, r=Gu... | Michael Goulet | -5/+1 |
| 2023-01-18 | Rollup merge of #107042 - notriddle:notriddle/rustdoc-js-question, r=Guillaum... | Michael Goulet | -1/+5 |
| 2023-01-18 | Rollup merge of #105796 - notriddle:notriddle/rustdoc-search-stop-doing-demer... | Michael Goulet | -50/+64 |
| 2023-01-18 | rustdoc: remove redundant rule `#settings .setting-line` | Michael Howell | -5/+1 |
| 2023-01-18 | rustdoc: fix "?" keyboard command when radio button is focused | Michael Howell | -1/+2 |
| 2023-01-18 | rustdoc: put focus on the help link when opening it from keyboard | Michael Howell | -0/+3 |
| 2023-01-18 | Rollup merge of #107014 - notriddle:notriddle/js-cleanup, r=GuillaumeGomez | Dylan DPC | -9/+4 |
| 2023-01-17 | rustdoc: stop using deprecated `window.event` when there's an `ev` param | Michael Howell | -1/+1 |
| 2023-01-17 | rustdoc: remove function `handleClick` that's only used once | Michael Howell | -8/+3 |
| 2023-01-17 | rustdoc: instead of `.setting-name { width: 100% }`, use default div CSS | Michael Howell | -5/+1 |
| 2023-01-17 | Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume... | Matthias Krüger | -16/+16 |
| 2023-01-16 | Move compiler input and ouput paths into session | Oli Scherer | -1/+1 |
| 2023-01-15 | rustdoc: simplify some & ref erences | Matthias Krüger | -3/+3 |
| 2023-01-14 | rustdoc: simplify JS search routine by not messing with lev distance | Michael Howell | -50/+64 |
| 2023-01-14 | rustdoc: remove redundant item kind class from `.item-decl > pre` | Michael Howell | -16/+16 |
| 2023-01-14 | Rollup merge of #106855 - klensy:rd-s, r=notriddle | Matthias Krüger | -24/+28 |
| 2023-01-14 | Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill... | Matthias Krüger | -4/+8 |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -8/+8 |
| 2023-01-13 | rustdoc: remove `docblock` class from notable trait popover | Michael Howell | -4/+8 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -56/+56 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -8/+8 |
| 2023-01-13 | CrateData: don't allocate String when Serialize, &str is enough | klensy | -1/+1 |
| 2023-01-13 | Playground.crate_name String -> Symbol | klensy | -6/+5 |
| 2023-01-13 | fmt_type: don't alloc const String, use &str instead | klensy | -1/+1 |
| 2023-01-13 | generate_macro_def_id_path: don't eagerly stringify Symbols | klensy | -7/+12 |
| 2023-01-13 | IndexItem.name String -> Symbol | klensy | -5/+5 |
| 2023-01-13 | evade clones | klensy | -4/+4 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-11 | Rollup merge of #106690 - GuillaumeGomez:item-declaration-scrolling, r=notriddle | Yuki Okushi | -0/+4 |
| 2023-01-11 | Rollup merge of #106628 - GuillaumeGomez:rm-itemid-primitive, r=notriddle | Yuki Okushi | -20/+55 |
| 2023-01-10 | Remove unneeded ItemId::Primitive variant | Guillaume Gomez | -20/+55 |
| 2023-01-10 | Fix scrolling for item declaration block | Guillaume Gomez | -0/+4 |
| 2023-01-09 | rustdoc: merge common CSS for `a` | Michael Howell | -4/+1 |
| 2023-01-07 | Rollup merge of #106556 - notriddle:notriddle/margin-left-content-mobile, r=G... | Matthias Krüger | -4/+0 |
| 2023-01-06 | Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu... | Michael Goulet | -5/+1 |
| 2023-01-06 | rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }` | Michael Howell | -4/+0 |
| 2023-01-06 | Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddle | Matthias Krüger | -41/+103 |
| 2023-01-06 | rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }` | Michael Howell | -5/+1 |
| 2023-01-06 | Correctly render sidebar for relative module paths | clubby789 | -41/+103 |
| 2023-01-06 | Rollup merge of #106502 - notriddle:notriddle/user-select, r=GuillaumeGomez | Dylan DPC | -2/+0 |
| 2023-01-05 | rustdoc: remove legacy user-select CSS | Michael Howell | -2/+0 |