| Age | Commit message (Expand) | Author | Lines |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -1/+2 |
| 2022-08-31 | Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomez | Ralf Jung | -1/+1 |
| 2022-08-31 | Print only blanket implementations on reference primitive type | Guillaume Gomez | -5/+15 |
| 2022-08-30 | rustdoc: Resugar async fn return type in `clean`, not `html` | Nixon Enraght-Moony | -1/+1 |
| 2022-08-27 | Rollup merge of #101062 - notriddle:notriddle/text-javascript, r=GuillaumeGomez | Yuki Okushi | -2/+4 |
| 2022-08-27 | Rollup merge of #101018 - notriddle:notriddle/item-right-docblock-short, r=Gu... | Yuki Okushi | -4/+14 |
| 2022-08-26 | rustdoc: remove empty extern_crates and type="text/javascript" on script | Michael Howell | -2/+4 |
| 2022-08-26 | Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddle | Guillaume Gomez | -1/+1 |
| 2022-08-25 | rustdoc: omit start/end tags for empty item description blocks | Michael Howell | -4/+14 |
| 2022-08-25 | Fix missing cfg propagation for reexports | Guillaume Gomez | -1/+1 |
| 2022-08-24 | Unify rightside rendering | Guillaume Gomez | -25/+9 |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -11/+1 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -11/+1 |
| 2022-08-02 | Remove Clean trait implementation for ast::Attribute and cleanup Attributes::... | Guillaume Gomez | -1/+1 |
| 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 | -4/+4 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -4/+4 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -2/+2 |
| 2022-07-07 | Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddle | Matthias Krüger | -9/+9 |
| 2022-07-07 | Replace boolean argument for print_where_clause with an enum to make code mor... | Guillaume Gomez | -9/+9 |
| 2022-07-06 | Rollup merge of #98939 - GuillaumeGomez:rustdoc-disamb-impls, r=notriddle | Guillaume Gomez | -2/+0 |
| 2022-07-05 | Fix invalid add of whitespace when there is where clause | Guillaume Gomez | -14/+41 |
| 2022-07-05 | rustdoc: Add more semantic information to impl ids | pierwill | -2/+0 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -0/+9 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -0/+9 |
| 2022-06-29 | Replace `sort_modules_alphabetically` boolean with enum | Noah Lev | -2/+6 |
| 2022-06-04 | Don't generate "Impls on Foreign Types" for std | Jacob Hoffman-Andrews | -1/+1 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -3/+2 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -3/+2 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -27/+34 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -9/+10 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -4/+1 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -9/+10 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -6/+6 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -4/+1 |
| 2022-05-10 | update rustdoc | lcnr | -1/+1 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -12/+90 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -1/+6 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -12/+90 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -32/+32 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -75/+85 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -1/+1 |
| 2022-04-01 | Fix invalid DOM generation | Guillaume Gomez | -2/+2 |
| 2022-03-30 | Remove unneeded `to_string` call | Guillaume Gomez | -1/+1 |
| 2022-03-29 | Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid | bors | -10/+12 |