| Age | Commit message (Expand) | Author | Lines |
| 2023-10-11 | rustdoc: enforce BODY_MIN constraint on sidebar resize | Michael Howell | -17/+122 |
| 2023-10-11 | rustdoc: clean up main.js and src-script.js | Michael Howell | -6/+13 |
| 2023-10-11 | rustdoc: allow resizing the sidebar | Michael Howell | -21/+328 |
| 2023-10-11 | Handle private dep at the same level as masked crates | Guillaume Gomez | -15/+10 |
| 2023-10-11 | Prevent showing methods from blanket impls of not available foreign traits to... | Guillaume Gomez | -1/+13 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -60/+209 |
| 2023-10-10 | Rollup merge of #109422 - notriddle:notriddle/impl-disambiguate-search, r=Gui... | Guillaume Gomez | -51/+146 |
| 2023-10-09 | Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmease | bors | -31/+112 |
| 2023-10-09 | Improve code | Guillaume Gomez | -36/+24 |
| 2023-10-08 | Clean up subversion layout | Michael Howell | -0/+5 |
| 2023-10-08 | rustdoc: add missing macros to sibling nav sidebar | Michael Howell | -8/+21 |
| 2023-10-08 | rustdoc: clean up the In [name] up-pointer | Michael Howell | -12/+33 |
| 2023-10-08 | rustdoc: align crate name with search bar | Michael Howell | -5/+27 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -32/+70 |
| 2023-10-08 | rustdoc: clean up the layout for annotated version numbers | Michael Howell | -6/+16 |
| 2023-10-08 | rustdoc: show crate name beside small logo | Michael Howell | -33/+73 |
| 2023-10-07 | Correctly handle cross-crate C-like variants | Guillaume Gomez | -20/+7 |
| 2023-10-07 | Only display enum variants integer values if one of them has a value set | Guillaume Gomez | -18/+27 |
| 2023-10-06 | Show values of C-like variants even if not defined by the user | Guillaume Gomez | -22/+90 |
| 2023-10-05 | rustdoc-search: fix bug with multi-item impl trait | Michael Howell | -1/+1 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -104/+69 |
| 2023-10-03 | rustdoc: add support for cross-crate higher-ranked types | León Orell Valerian Liehr | -1/+16 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -103/+53 |
| 2023-09-30 | Auto merge of #116195 - fmease:rustdoc-investigate-perf-regression, r=Guillau... | bors | -27/+16 |
| 2023-09-30 | rustdoc: reduce the amount of `asyncness` query executions | León Orell Valerian Liehr | -1/+7 |
| 2023-09-29 | rustdoc: simplify sugared_async_return_type | León Orell Valerian Liehr | -26/+9 |
| 2023-09-28 | Rollup merge of #116211 - matthiaskrgr:clippy3, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-09-28 | Auto merge of #116208 - matthiaskrgr:the_loop_that_wasnt, r=GuillaumeGomez | bors | -1/+1 |
| 2023-09-27 | Auto merge of #116148 - DaniPopes:rustdoc-type-layout-ws, r=jsha | bors | -2/+2 |
| 2023-09-27 | fix clippy::{redundant_guards, useless_format} | Matthias Krüger | -1/+1 |
| 2023-09-27 | rustdoc: while -> if | Matthias Krüger | -1/+1 |
| 2023-09-26 | Don't store lazyness in DefKind | Michael Goulet | -6/+6 |
| 2023-09-25 | Auto merge of #116084 - fmease:rustdoc-fix-x-crate-async-fn, r=GuillaumeGomez | bors | -30/+35 |
| 2023-09-25 | Fix whitespace in rustdoc type_layout.html | DaniPopes | -2/+2 |
| 2023-09-25 | rustdoc: correctly render ret ty of cross-crate async fns | León Orell Valerian Liehr | -30/+35 |
| 2023-09-25 | Show enum variant value if it is a C-like variant | Guillaume Gomez | -18/+47 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -3/+1 |
| 2023-09-22 | Merge `ExternProviders` into the general `Providers` struct | Oli Scherer | -1/+1 |
| 2023-09-22 | Have a single struct for queries and hook | Oli Scherer | -1/+1 |
| 2023-09-22 | Add a way to decouple the implementation and the declaration of a TyCtxt method. | Oli Scherer | -1/+1 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -0/+1 |
| 2023-09-21 | Update search-result-impl-disambiguation.goml | Michael Howell | -2/+2 |
| 2023-09-21 | rustdoc: wait for section to open before trying to highlight | Michael Howell | -2/+6 |
| 2023-09-21 | rustdoc-search: add impl disambiguator to duplicate assoc items | Michael Howell | -20/+113 |
| 2023-09-21 | rustdoc: use let chain in `CacheBuilder::fold_item` | Michael Howell | -31/+29 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -3/+7 |
| 2023-09-21 | Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomez | Guillaume Gomez | -7/+0 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -4/+4 |
| 2023-09-20 | Delete obsolete --disable-per-crate-search rustdoc flag | David Tolnay | -7/+0 |