| Age | Commit message (Expand) | Author | Lines |
| 2022-08-20 | Rollup merge of #100718 - GuillaumeGomez:fix-item-info, r=jsha | Matthias Krüger | -4/+8 |
| 2022-08-18 | rustdoc: count deref and non-deref as same set of used methods | Michael Howell | -6/+11 |
| 2022-08-18 | Fix item-info display | Guillaume Gomez | -4/+8 |
| 2022-08-16 | rustdoc: factor Type::QPath out into its own box | Michael Howell | -2/+2 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -1/+1 |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -2/+1 |
| 2022-08-09 | rustdoc: simplify highlight.rs | Jacob Hoffman-Andrews | -2/+1 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+9 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -2/+2 |
| 2022-07-22 | Make some clean::Trait fields computation on demand | Guillaume Gomez | -1/+1 |
| 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 |