| Age | Commit message (Expand) | Author | Lines |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -3/+21 |
| 2024-04-07 | Rollup merge of #123584 - tgross35:rustc_doc_primitive-usage-error, r=fmease | Matthias Krüger | -2/+10 |
| 2024-04-07 | rustdoc: error when `rustc_doc_primitive` has an unknown type | Trevor Gross | -2/+10 |
| 2024-04-06 | Add `f16` and `f128` to rustdoc's `PrimitiveType` | Trevor Gross | -0/+8 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -0/+1 |
| 2024-04-04 | Rollup merge of #123407 - GuillaumeGomez:js-failed-theme, r=notriddle | Jacob Pratt | -3/+9 |
| 2024-04-04 | In case a foreign item has `doc(hidden)` attribute, we simply merged its attr... | Guillaume Gomez | -6/+22 |
| 2024-04-04 | Improve code a bit | Guillaume Gomez | -17/+15 |
| 2024-04-04 | use `DefineOpaqueTypes::Yes` in rustdoc | Oli Scherer | -1/+1 |
| 2024-04-03 | Default to light theme is JS is enabled but not working | Guillaume Gomez | -3/+9 |
| 2024-04-02 | Rollup merge of #123375 - fmease:rustdoc-sati-re-hotfix, r=GuillaumeGomez | Matthias Krüger | -1/+7 |
| 2024-04-02 | rustdoc: synthetic auto trait impls: accept unresolved region vars for now | León Orell Valerian Liehr | -1/+7 |
| 2024-04-02 | Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez | Guillaume Gomez | -210/+753 |
| 2024-04-02 | Clean up src/librustdoc/html/render/search_index/encode.rs | Michael Howell | -24/+22 |
| 2024-04-02 | Auto merge of #123340 - fmease:rustdoc-simplify-auto-trait-impl-synth, r=Guil... | bors | -799/+402 |
| 2024-04-02 | Support type '/' to search | mu001999 | -2/+3 |
| 2024-04-02 | rustdoc: heavily simplify synthesis of auto trait impls | León Orell Valerian Liehr | -720/+403 |
| 2024-04-01 | rustdoc: synthetic impls: auto traits: Fx{Hash↦Index}{Map,Set} | León Orell Valerian Liehr | -119/+39 |
| 2024-03-30 | bump tracing-tree to 0.3 | klensy | -1/+1 |
| 2024-03-29 | Auto merge of #122450 - Urgau:simplify-trim-paths-feature, r=michaelwoerister | bors | -1/+1 |
| 2024-03-28 | Make local_crate_source_file return a RealFileName | Urgau | -1/+1 |
| 2024-03-28 | Rollup merge of #123162 - GuillaumeGomez:fix-123158, r=notriddle | Matthias Krüger | -1/+12 |
| 2024-03-28 | Correctly get complete intra-doc link data | Guillaume Gomez | -1/+12 |
| 2024-03-27 | Add rustdoc hack | Oli Scherer | -2/+3 |
| 2024-03-27 | Remove `DefId`'s `Partial/Ord` impls | Oli Scherer | -10/+9 |
| 2024-03-27 | Rollup merge of #123116 - chloekek:rustdoc-variant-swap-fields-doc, r=Guillau... | Guillaume Gomez | -2/+2 |
| 2024-03-27 | rustdoc: Swap fields and variant documentations | chloekek | -2/+2 |
| 2024-03-25 | Make sysroot mandatory for rustdoc | Lukas Wirth | -1/+8 |
| 2024-03-25 | Make use of sysroot in librustdoc/config.rs for builtin:$path | Lukas Wirth | -2/+2 |
| 2024-03-25 | Implement `-L builtin:$path` | Lukas Wirth | -2/+6 |
| 2024-03-25 | Move `--sysroot` argument out of the argument file to fix miri issue | Guillaume Gomez | -3/+6 |
| 2024-03-24 | Rollup merge of #122840 - GuillaumeGomez:rustdoc-test-too-many-args, r=notrid... | Matthias Krüger | -75/+153 |
| 2024-03-23 | Fixed builds with modified libc | Adam Gastineau | -1/+1 |
| 2024-03-23 | Rename `RustdocTestOptions` into `IndividualTestOptions` | Guillaume Gomez | -4/+4 |
| 2024-03-23 | Put temporary directory into one common function | Guillaume Gomez | -9/+7 |
| 2024-03-23 | Prevent cloning more than necessary `RustdocOptions` fields | Guillaume Gomez | -48/+77 |
| 2024-03-23 | `rustdoc --test`: Prevent reaching the maximum size of command-line by using ... | Guillaume Gomez | -31/+82 |
| 2024-03-22 | rustdoc-search: address nits | Michael Howell | -265/+297 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -2/+2 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -4/+2 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -21/+9 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -32/+393 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+1 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -1/+4 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -0/+1 |
| 2024-03-18 | Use promise.all to load sorted results in parallel | Michael Howell | -3/+8 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -0/+1 |
| 2024-03-17 | Fix style errors | Michael Howell | -1/+1 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -4/+4 |