| Age | Commit message (Expand) | Author | Lines |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -4/+3 |
| 2023-04-17 | Rollup merge of #110341 - notriddle:notriddle/main-js-replacestate, r=Guillau... | Matthias Krüger | -4/+2 |
| 2023-04-16 | Spelling librustdoc | Josh Soref | -23/+23 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -1/+1 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -4/+3 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -6/+5 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -1/+1 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -6/+5 |
| 2023-04-15 | rustdoc: stop passing a title to `replaceState` second argument | Michael Howell | -4/+2 |
| 2023-04-15 | fix clippy::{filter_map_identiy, map_identity, manual_flatten} | Matthias Krüger | -1/+1 |
| 2023-04-15 | Auto merge of #109802 - notriddle:notriddle/rustdoc-search-generics-nested, r... | bors | -11/+10 |
| 2023-04-14 | rustdoc-search: add support for nested generics | Michael Howell | -11/+10 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -9/+2 |
| 2023-04-14 | Rollup merge of #110305 - notriddle:notriddle/es6-map-set, r=GuillaumeGomez | Yuki Okushi | -58/+73 |
| 2023-04-14 | Rollup merge of #103682 - Swatinem:stable-run-directory, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2023-04-14 | Rollup merge of #110279 - GuillaumeGomez:compiler-macro-derive, r=notriddle | Matthias Krüger | -40/+55 |
| 2023-04-14 | Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot | bors | -3/+3 |
| 2023-04-13 | rustdoc-search: use ES6 Map for `Result` instead of Object | Michael Howell | -21/+40 |
| 2023-04-13 | rustdoc-search: use ES6 `Set` for deduplication instead of `Object` | Michael Howell | -3/+3 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for generic matching instead of `Object` | Michael Howell | -23/+14 |
| 2023-04-13 | rustdoc-search: use ES6 `Map` for aliases instead of `Object` | Michael Howell | -11/+16 |
| 2023-04-13 | Correctly handle built-in compiler proc-macros as proc-macro and not macro | Guillaume Gomez | -40/+55 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2023-04-12 | Auto merge of #110252 - matthiaskrgr:rollup-ovaixra, r=matthiaskrgr | bors | -10/+4 |
| 2023-04-12 | Rollup merge of #110235 - GuillaumeGomez:fix-extend-css, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-04-12 | Rollup merge of #109810 - jyn514:rustdoc-opt-tests, r=TaKO8Ki | Matthias Krüger | -9/+3 |
| 2023-04-12 | Rollup merge of #110237 - oli-obk:impl_trait_in_assoc_tys, r=jackh726 | Matthias Krüger | -0/+1 |
| 2023-04-12 | Rollup merge of #110205 - notriddle:notriddle/pixelated-border, r=GuillaumeGomez | Matthias Krüger | -1/+5 |
| 2023-04-12 | Move creation of `theme.css` file from `--extend-css` command into the `stati... | Guillaume Gomez | -1/+1 |
| 2023-04-12 | rustdoc: use CSS `overscroll-behavior` instead of JavaScript | Michael Howell | -56/+8 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -9/+2 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -0/+1 |
| 2023-04-12 | rustdoc: make settings radio and checks thicker, less contrast | Michael Howell | -1/+5 |
| 2023-04-12 | resolve: Pre-compute non-reexport module children | Vadim Petrochenkov | -3/+3 |
| 2023-04-12 | Make rustdoc and rustc's help match exactly | Jynn Nelson | -9/+3 |
| 2023-04-11 | Rollup merge of #110162 - notriddle:notriddle/main-js-expand, r=GuillaumeGomez | Michael Goulet | -14/+5 |
| 2023-04-11 | Rollup merge of #110155 - DaniPopes:rest-typos, r=jyn514 | Michael Goulet | -5/+6 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+1 |
| 2023-04-11 | Auto merge of #109765 - petrochenkov:encodeless, r=cjgillot | bors | -1/+1 |
| 2023-04-10 | rustdoc: remove redundant expandSection code from main.js | Michael Howell | -14/+5 |
| 2023-04-10 | Fix typos in librustdoc | DaniPopes | -6/+7 |
| 2023-04-10 | fix(doc): do not parse inline when output is json for external crate | bohan | -2/+3 |
| 2023-04-10 | rustc_metadata: Filter encoded data more aggressively using `DefKind` | Vadim Petrochenkov | -1/+1 |
| 2023-04-10 | Stabilize IsTerminal | Josh Triplett | -1/+0 |
| 2023-04-09 | Auto merge of #109500 - petrochenkov:modchainld, r=oli-obk | bors | -150/+36 |
| 2023-04-08 | rustdoc: migrate `document_type_layout` to askama | Michael Howell | -99/+112 |
| 2023-04-08 | Auto merge of #109925 - notriddle:notriddle/item-union, r=GuillaumeGomez | bors | -476/+595 |
| 2023-04-08 | rustc_middle: Remove `Option` from `module_reexports` query | Vadim Petrochenkov | -3/+2 |
| 2023-04-08 | rustdoc: Migrate some logic to `module_reexports` | Vadim Petrochenkov | -147/+34 |
| 2023-04-08 | resolve: Preserve reexport chains in `ModChild`ren | Vadim Petrochenkov | -1/+1 |