| Age | Commit message (Expand) | Author | Lines |
| 2024-04-15 | Stabilize checking of cfgs at compile-time: --check-cfg option | Urgau | -6/+3 |
| 2024-04-13 | rustdoc: check redundant explicit links with correct itemid | Michael Howell | -11/+8 |
| 2024-04-11 | Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgr | bors | -2/+1 |
| 2024-04-11 | Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddle | Matthias Krüger | -23/+37 |
| 2024-04-11 | Replace `document.write` with `document.head.insertAdjacentHTML` | Guillaume Gomez | -2/+1 |
| 2024-04-10 | Properly handle emojis as literal prefix in macros | Esteban Küber | -3/+4 |
| 2024-04-09 | rustdoc: remove unused 16x16 favicon | Michael Howell | -3/+0 |
| 2024-04-09 | rustdoc: load icons from css instead of inline | Michael Howell | -23/+26 |
| 2024-04-09 | rustdoc: reduce size of `<head>` with preload loop | Michael Howell | -9/+6 |
| 2024-04-09 | rustdoc: clean up type alias code | Michael Howell | -16/+12 |
| 2024-04-09 | Rollup merge of #123638 - fmease:rustdoc-synth-auto-yeet-item-param-env-claus... | Guillaume Gomez | -1/+1 |
| 2024-04-09 | Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelid | Matthias Krüger | -131/+121 |
| 2024-04-08 | rustdoc: add re-export info to RawSearchIndex type def | Michael Howell | -6/+13 |
| 2024-04-08 | Update search_index.rs | Michael Howell | -1/+0 |
| 2024-04-08 | rustdoc: improve comments based on feedback | Michael Howell | -8/+13 |
| 2024-04-08 | rustdoc-search: single result for items with multiple paths | Michael Howell | -22/+177 |
| 2024-04-08 | rustdoc: slightly clean up the synthesis of blanket impls | León Orell Valerian Liehr | -131/+121 |
| 2024-04-08 | rustdoc: synthetic auto: filter out clauses from the implementor's ParamEnv | León Orell Valerian Liehr | -1/+1 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -3/+9 |
| 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 |