| Age | Commit message (Expand) | Author | Lines |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -2/+2 |
| 2023-09-12 | Auto merge of #115689 - Alexendoo:clippy-doc-comments, r=notriddle,Manisheart... | bors | -144/+77 |
| 2023-09-11 | Rollup merge of #115752 - GuillaumeGomez:aliased-type-title, r=notriddle | Matthias Krüger | -0/+2 |
| 2023-09-11 | Rollup merge of #115727 - fee1-dead-contrib:effect-fallback, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-09-11 | add `is_host_effect` to `GenericParamDefKind::Const` and address review | Deadbeef | -1/+1 |
| 2023-09-11 | Add missing ID into the ID map | Guillaume Gomez | -0/+1 |
| 2023-09-11 | Add missing "Aliased type" title in the sidebar | Guillaume Gomez | -0/+1 |
| 2023-09-10 | Auto merge of #115682 - notriddle:notriddle/impl-sidebar, r=GuillaumeGomez | bors | -48/+66 |
| 2023-09-10 | rustdoc: filter before storing in vec | Michael Howell | -4/+10 |
| 2023-09-09 | rustdoc: factor all-impls-for-item out into its own method | Michael Howell | -78/+55 |
| 2023-09-09 | rustdoc-search: fix bugs when unboxing and reordering combine | Michael Howell | -235/+275 |
| 2023-09-09 | Auto merge of #115669 - GuillaumeGomez:js-anonymous-functions, r=notriddle | bors | -18/+18 |
| 2023-09-08 | Reuse rustdoc's doc comment handling in Clippy | Alex Macleod | -144/+77 |
| 2023-09-08 | rustdoc: add impl items from aliased type into sidebar | Michael Howell | -5/+40 |
| 2023-09-08 | Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau... | Guillaume Gomez | -4/+43 |
| 2023-09-08 | Change syntax for anonymous functions set | Guillaume Gomez | -18/+18 |
| 2023-09-08 | Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov | bors | -0/+10 |
| 2023-09-08 | Rollup merge of #115655 - notriddle:notriddle/rustdoc-fe-cleanup, r=Guillaume... | Matthias Krüger | -3/+1 |
| 2023-09-08 | Rollup merge of #115604 - GuillaumeGomez:private-fields-tuple-struct, r=notri... | Matthias Krüger | -14/+30 |
| 2023-09-08 | Add missing Debuginfo to PDB debug file on windows. | Florian Schmiderer | -0/+10 |
| 2023-09-07 | rustdoc: remove unused ID `mainThemeStyle` | Michael Howell | -3/+1 |
| 2023-09-07 | Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomez | bors | -146/+462 |
| 2023-09-06 | Render missing fields in tuple struct/enum as /* private fields */ | Michael Goulet | -14/+30 |
| 2023-09-05 | Auto merge of #115507 - cjgillot:relative-source-file, r=oli-obk | bors | -2/+2 |
| 2023-09-03 | rustdoc: fix test case for generics that look like names | Michael Howell | -1/+2 |
| 2023-09-03 | rustdoc: bug fix for `-> option<t>` | Michael Howell | -1/+5 |
| 2023-09-03 | rustdoc-search: add support for type parameters | Michael Howell | -290/+472 |
| 2023-09-03 | rustdoc-search: `null`, not `-1`, for missing id | Michael Howell | -14/+14 |
| 2023-09-03 | Rollup merge of #115490 - pitaj:rustdoc-searchjs-comment, r=GuillaumeGomez | Guillaume Gomez | -8/+17 |
| 2023-09-03 | Use relative positions inside a SourceFile. | Camille GILLOT | -2/+2 |
| 2023-09-03 | Auto merge of #115436 - GuillaumeGomez:fix-type-based-search, r=notriddle | bors | -135/+242 |
| 2023-09-02 | rustdoc: update comment in search.js for #107629 | Peter Jaszkowiak | -8/+17 |
| 2023-09-02 | Correctly handle paths from foreign items | Guillaume Gomez | -11/+46 |
| 2023-09-02 | Auto merge of #115286 - saethlin:detangler, r=petrochenkov | bors | -100/+8 |
| 2023-09-01 | Auto merge of #115276 - fmease:rustdoc-obj-lt-defs-handle-self-ty-params, r=G... | bors | -8/+23 |
| 2023-09-01 | Reuse const rendering from rustdoc in rmeta encoding | Ben Kimock | -100/+8 |
| 2023-09-01 | rustdoc: correctly deal with self ty params when eliding default object lifet... | León Orell Valerian Liehr | -8/+23 |
| 2023-09-01 | Merge all loops into one when generating search index | Guillaume Gomez | -92/+65 |
| 2023-09-01 | [rustdoc] Fix path in type-based search | Guillaume Gomez | -36/+139 |
| 2023-08-31 | Improve `search.js` code | Guillaume Gomez | -17/+13 |
| 2023-08-30 | Do not ICE in rustdoc. | Camille GILLOT | -1/+1 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -3/+3 |
| 2023-08-28 | rustdoc: always print type alias inner type (with it's where clauses) | Urgau | -22/+14 |
| 2023-08-27 | Unify CSS color formats a bit more | Guillaume Gomez | -14/+14 |
| 2023-08-26 | Add note about lazy_type_alias | Michael Howell | -2/+2 |
| 2023-08-26 | rustdoc: remove details for type alias inner type and fix sidebar | Urgau | -94/+94 |
| 2023-08-26 | rustdoc: normalize all typedef inner types | Urgau | -0/+25 |
| 2023-08-26 | rustdoc: bind typedef inner type items to the folding system | Urgau | -35/+48 |
| 2023-08-26 | rustdoc: handle typedef inner type when doing cross-crate inlining | Urgau | -10/+6 |
| 2023-08-26 | rustdoc: show inner enum and struct in type definition for concrete type | Urgau | -5/+231 |