| Age | Commit message (Expand) | Author | Lines |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -13/+2 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -13/+2 |
| 2022-08-09 | Auto merge of #100150 - notriddle:notriddle/implementors-js, r=GuillaumeGomez | bors | -17/+62 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+9 |
| 2022-08-05 | rustdoc: use serde, which can escape strings more quickly | Michael Howell | -35/+15 |
| 2022-08-05 | rustdoc: reduce the number of intermediate Strings allocated | Michael Howell | -12/+21 |
| 2022-08-04 | rustdoc: use a more compact encoding for implementors/trait.*.js | Michael Howell | -17/+73 |
| 2022-08-03 | Rollup merge of #100083 - notriddle:notriddle/source-files-js, r=GuillaumeGomez | Matthias Krüger | -13/+20 |
| 2022-08-02 | rustdoc: use a more compact encoding for source-files.js | Michael Howell | -13/+20 |
| 2022-08-02 | Remove Clean trait implementation for ast::Attribute and cleanup Attributes::... | Guillaume Gomez | -1/+1 |
| 2022-07-30 | Rollup merge of #99904 - GuillaumeGomez:cleanup-html-whitespace, r=notriddle | Yuki Okushi | -10/+12 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -2/+2 |
| 2022-07-29 | Remove unwanted extra white space characters from HTML | Guillaume Gomez | -10/+12 |
| 2022-07-27 | Rollup merge of #99700 - est31:rustdoc_layout_heading, r=GuillaumeGomez | Yuki Okushi | -1/+5 |
| 2022-07-25 | apply review suggestions | Maybe Waffle | -1/+1 |
| 2022-07-25 | Add a clickable link to the layout section | est31 | -1/+5 |
| 2022-07-24 | add backticks | Maybe Waffle | -2/+2 |
| 2022-07-24 | Add support for `#[rustc_must_implement_one_of]` to rustdoc | Maybe Waffle | -5/+16 |
| 2022-07-22 | Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddle | bors | -5/+5 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -5/+5 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -2/+2 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -1/+1 |
| 2022-07-07 | Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddle | Matthias Krüger | -13/+13 |
| 2022-07-07 | Replace boolean argument for print_where_clause with an enum to make code mor... | Guillaume Gomez | -13/+13 |
| 2022-07-07 | Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle | Dylan DPC | -4/+16 |
| 2022-07-06 | Rollup merge of #98939 - GuillaumeGomez:rustdoc-disamb-impls, r=notriddle | Guillaume Gomez | -42/+20 |
| 2022-07-06 | Don't generate anchors on inherent impl methods | Guillaume Gomez | -4/+16 |
| 2022-07-05 | Fix invalid add of whitespace when there is where clause | Guillaume Gomez | -14/+41 |
| 2022-07-05 | Fix link generation in the sidebar for impls | Guillaume Gomez | -15/+12 |
| 2022-07-05 | rustdoc: Add more semantic information to impl ids | pierwill | -27/+8 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -1/+12 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -1/+12 |
| 2022-06-29 | Replace `sort_modules_alphabetically` boolean with enum | Noah Lev | -9/+16 |
| 2022-06-27 | Add comments, fixes for `0` sentinel | Michael Howell | -1/+27 |
| 2022-06-27 | Put back, fix ()-output optimization | Michael Howell | -0/+1 |
| 2022-06-24 | Fix rustdoc under `#[no_core]` | Michael Howell | -28/+32 |
| 2022-06-24 | rustdoc: reference function signature types from the `p` array | Michael Howell | -88/+146 |
| 2022-06-24 | Rollup merge of #91264 - GuillaumeGomez:macro-jump-to-def, r=jsha | Yuki Okushi | -17/+66 |
| 2022-06-23 | Don't test the rustdoc rendering context size on Windows. | Dan Gohman | -1/+1 |
| 2022-06-20 | Improve code readability and documentation | Guillaume Gomez | -28/+40 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -25/+2 |
| 2022-06-20 | Add support for macro in "jump to def" feature | Guillaume Gomez | -17/+54 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-09 | Auto merge of #97772 - GuillaumeGomez:minifier-update, r=notriddle | bors | -4/+6 |
| 2022-06-07 | Update minifier version to 0.2.1 | Guillaume Gomez | -4/+6 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -0/+7 |
| 2022-06-04 | Don't generate "Impls on Foreign Types" for std | Jacob Hoffman-Andrews | -4/+3 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -6/+3 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -6/+3 |
| 2022-05-31 | rustdoc: also index raw pointers | Michael Howell | -2/+3 |