| Age | Commit message (Expand) | Author | Lines |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -8/+11 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -2/+2 |
| 2023-04-19 | rustdoc-search: give longer notification for type corrections | Michael Howell | -2/+7 |
| 2023-04-19 | Fix missing blanket impl if the trait is not directly public | Guillaume Gomez | -1/+1 |
| 2023-04-19 | Remove find_map_relevant_impl | Michael Goulet | -9/+11 |
| 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 | -63/+60 |
| 2023-04-18 | rustdoc: use a separate template for type layout size | Michael Howell | -12/+24 |
| 2023-04-18 | Rollup merge of #110450 - GuillaumeGomez:fix-nested-items-on-private-doc, r=n... | Matthias Krüger | -10/+38 |
| 2023-04-18 | Rollup merge of #110348 - GuillaumeGomez:disambiguators-suffixes-rustdoc-book... | Matthias Krüger | -0/+2 |
| 2023-04-17 | rustdoc: restructure type search engine to pick-and-use IDs | Michael Howell | -196/+227 |
| 2023-04-17 | rustdoc-search: fix incorrect doc comment | Michael Howell | -1/+1 |
| 2023-04-17 | Fix invalid handling of nested items with `--document-private-items` | Guillaume Gomez | -5/+35 |
| 2023-04-17 | Remove unused RustdocVisitor::visit_item_inner return type | Guillaume Gomez | -5/+3 |
| 2023-04-17 | Add code comment to remind contributors to update rustdoc book if they update... | Guillaume Gomez | -0/+2 |
| 2023-04-17 | Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddle | Matthias Krüger | -23/+23 |
| 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 |