| Age | Commit message (Expand) | Author | Lines |
| 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 | -4/+4 |
| 2022-07-07 | Replace boolean argument for print_where_clause with an enum to make code mor... | Guillaume Gomez | -4/+4 |
| 2022-07-07 | Rollup merge of #98973 - GuillaumeGomez:inherent-impl-anchors, r=notriddle | Dylan DPC | -4/+16 |
| 2022-07-06 | Don't generate anchors on inherent impl methods | Guillaume Gomez | -4/+16 |
| 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 | -25/+8 |
| 2022-07-04 | Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomez | Matthias Krüger | -1/+3 |
| 2022-07-04 | rustdoc: censor certain complex unevaluated const exprs | León Orell Valerian Liehr | -1/+3 |
| 2022-06-27 | Put back, fix ()-output optimization | Michael Howell | -0/+1 |
| 2022-06-24 | rustdoc: reference function signature types from the `p` array | Michael Howell | -37/+44 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -18/+1 |
| 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 | -3/+2 |
| 2022-06-02 | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomez | Yuki Okushi | -3/+1 |
| 2022-06-01 | Improve calculation of "Impls on Foreign Types" | Jacob Hoffman-Andrews | -3/+1 |
| 2022-05-31 | Display empty impl blocks if they have documentations | Guillaume Gomez | -0/+7 |
| 2022-05-29 | Fix order of closing HTML elements in rustdoc output | Jan-Erik Rediger | -1/+1 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -30/+28 |
| 2022-05-24 | fix clippy perf lints | klensy | -1/+3 |
| 2022-05-24 | fix simple clippy lints | klensy | -4/+4 |
| 2022-05-21 | Remove fields_stripped fields (and equivalents) | Guillaume Gomez | -2/+1 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -22/+22 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -2/+2 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -1/+10 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -128/+0 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -5/+5 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -2/+2 |
| 2022-04-13 | Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez | Dylan DPC | -1/+35 |
| 2022-04-12 | Add Rustdoc book link to scrape examples help. Remove remaining panic | Will Crichton | -3/+9 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -90/+157 |
| 2022-04-06 | Switch item-info div to span to generate valid HTML | Guillaume Gomez | -3/+3 |
| 2022-04-05 | Generate a <div> instead of a <span> for item-info elements | Guillaume Gomez | -1/+1 |
| 2022-04-03 | Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddle | Dylan DPC | -1/+6 |
| 2022-04-03 | Fix display of attributes in rustdoc | Guillaume Gomez | -1/+6 |
| 2022-03-30 | Only show associated consts from inherent impls in sidebar | Jules Bertholet | -0/+1 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -4/+3 |
| 2022-03-27 | Add scrape examples help page | Will Crichton | -3/+26 |
| 2022-03-27 | Fix markdown issue, remove hard-coded rust-lang.org url | Will Crichton | -1/+3 |
| 2022-03-27 | Improve alignment of additional scraped examples, add scrape examples help page | Will Crichton | -0/+2 |
| 2022-03-27 | Only highlight identifier in scraped examples, not arguments | Will Crichton | -29/+4 |
| 2022-03-27 | Improve Rustdoc UI for scraped examples with multiline arguments, fix | Will Crichton | -3/+29 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -10/+2 |
| 2022-03-11 | Collapse Blanket Implementations and Auto-trait implementations by default | Guillaume Gomez | -5/+11 |
| 2022-03-08 | Unify inherent impl blocks by wrapping them into a div | Guillaume Gomez | -6/+10 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -10/+2 |
| 2022-02-27 | make GATs print properly in traits | Michael Goulet | -18/+39 |
| 2022-02-27 | move method out of nesting | Michael Goulet | -89/+90 |
| 2022-02-27 | Correctly generate links in the sidebar for impls | Guillaume Gomez | -7/+10 |