| Age | Commit message (Expand) | Author | Lines |
| 2022-06-28 | Remove unused CSS rules | Guillaume Gomez | -17/+0 |
| 2022-06-27 | Add comments, fixes for `0` sentinel | Michael Howell | -5/+36 |
| 2022-06-27 | Update src/librustdoc/html/static/js/externs.js | Michael Howell | -1/+1 |
| 2022-06-27 | Put back, fix ()-output optimization | Michael Howell | -1/+2 |
| 2022-06-27 | Add documentation | Michael Howell | -1/+87 |
| 2022-06-26 | Rollup merge of #98297 - GuillaumeGomez:help-pocket-menu, r=notriddle | Matthias Krüger | -169/+174 |
| 2022-06-25 | Fix CSS rule for selected and hovered items in the source sidebar | Guillaume Gomez | -6/+6 |
| 2022-06-24 | Fix rustdoc under `#[no_core]` | Michael Howell | -28/+32 |
| 2022-06-24 | rustdoc: reference function signature types from the `p` array | Michael Howell | -123/+242 |
| 2022-06-24 | Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jsha | Yuki Okushi | -51/+229 |
| 2022-06-23 | Rollup merge of #98310 - jsha:defer-source-sidebar, r=GuillaumeGomez | Michael Goulet | -20/+36 |
| 2022-06-23 | Don't test the rustdoc rendering context size on Windows. | Dan Gohman | -1/+1 |
| 2022-06-23 | Merge all popover hide functions into one | Guillaume Gomez | -27/+18 |
| 2022-06-23 | Move help popup into a pocket menu as well | Guillaume Gomez | -159/+173 |
| 2022-06-20 | rustdoc: optimize loading of source sidebar | Jacob Hoffman-Andrews | -20/+36 |
| 2022-06-20 | Fix panic by checking if `CStore` has the crate data we want before actually ... | Guillaume Gomez | -6/+14 |
| 2022-06-20 | Integrate `generate_macro_def_id_path` into `href_with_root_path` | Guillaume Gomez | -68/+72 |
| 2022-06-20 | Improve code readability and documentation | Guillaume Gomez | -54/+94 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -136/+86 |
| 2022-06-20 | Rename ContextInfo into HrefContext | Guillaume Gomez | -26/+26 |
| 2022-06-20 | Add support for macro in "jump to def" feature | Guillaume Gomez | -36/+162 |
| 2022-06-19 | Rollup merge of #98105 - notriddle:notriddle/tuple-links, r=jsha | Dylan DPC | -10/+34 |
| 2022-06-19 | Rollup merge of #98230 - GuillaumeGomez:weird-js-condition, r=notriddle | Matthias Krüger | -4/+1 |
| 2022-06-19 | Rollup merge of #98229 - GuillaumeGomez:eslint-checks, r=Dylan-DPC | Matthias Krüger | -0/+2 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-06-18 | Remove weird JS condition | Guillaume Gomez | -4/+1 |
| 2022-06-18 | Adding new eslint checks: | Guillaume Gomez | -0/+2 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -3/+19 |
| 2022-06-16 | Rollup merge of #98092 - GuillaumeGomez:fix-sidebar-items-expand-collapse, r=... | Yuki Okushi | -3/+3 |
| 2022-06-14 | rustdoc: change "variadic tuple" notation to look less like real syntax | Michael Howell | -1/+1 |
| 2022-06-14 | rustdoc: remove tuple link on round braces | Michael Howell | -10/+34 |
| 2022-06-14 | Fix expand/collapse on source viewer sidebar folders | Guillaume Gomez | -3/+3 |
| 2022-06-13 | rustdoc: remove link on slice brackets | Michael Howell | -27/+2 |
| 2022-06-11 | Add test case for #trait-implementations-1 link | Michael Howell | -0/+2 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -1/+1 |
| 2022-06-11 | Add eslint rule "no-script-url" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-return-assign" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-multi-assign" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-mixed-operator" | Guillaume Gomez | -0/+1 |
| 2022-06-11 | Add eslint rule "no-lonely-if" | Guillaume Gomez | -0/+1 |
| 2022-06-09 | Auto merge of #97772 - GuillaumeGomez:minifier-update, r=notriddle | bors | -4/+6 |
| 2022-06-08 | rustdoc: show tuple impls as `impl Trait for (T, ...)` | Michael Howell | -3/+17 |
| 2022-06-07 | Update minifier version to 0.2.1 | Guillaume Gomez | -4/+6 |
| 2022-06-07 | Rollup merge of #97792 - GuillaumeGomez:eslint-checks, r=Dylan-DPC | Matthias Krüger | -1/+7 |
| 2022-06-06 | Add "no-label-var" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-implied-eval" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-implicit-globals" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-floating-decimal" eslint check | Guillaume Gomez | -0/+1 |
| 2022-06-06 | Add "no-div-regex" eslint check | Guillaume Gomez | -0/+1 |