| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-16 | Unify sidebar a bit more by generating a list using <ul> instead of <div> ele... | Guillaume Gomez | -121/+104 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -64/+156 |
| 2022-02-09 | Title-case trait aliases section for consistency | Noah Lev | -1/+1 |
| 2022-02-09 | Refactor sidebar printing code | Noah Lev | -39/+45 |
| 2022-02-09 | Deduplicate item sections | Noah Lev | -10/+5 |
| 2022-02-09 | rustdoc: Create enum for sections holding items | Noah Lev | -30/+121 |
| 2022-02-09 | Unify headings indent and remove useless anchor | Guillaume Gomez | -1/+1 |
| 2022-02-04 | Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomez | Matthias Krüger | -35/+27 |
| 2022-02-02 | Emit valid HTML from rustdoc | Jacob Hoffman-Andrews | -35/+27 |
| 2022-02-02 | Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-31 | Improve wrapping on settings page | Jacob Hoffman-Andrews | -1/+1 |
| 2022-01-30 | Rollup merge of #93391 - notriddle:notriddle/remove-srclink-tooltip, r=jsha,G... | Matthias Krüger | -1/+1 |
| 2022-01-27 | rustdoc: remove tooltip from source link | Michael Howell | -1/+1 |
| 2022-01-25 | Fix invalid extra dot after version if no source | Guillaume Gomez | -3/+4 |
| 2022-01-23 | rustdoc settings: use radio buttons for theme | Jacob Hoffman-Andrews | -40/+35 |
| 2022-01-21 | rustdoc: Make some `pub` items crate-private | Noah Lev | -1/+1 |
| 2022-01-20 | Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomez | Matthias Krüger | -36/+55 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -25/+6 |
| 2022-01-18 | Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2022-01-17 | Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-14 | Add support for "always theme" in setting | Jacob Hoffman-Andrews | -0/+6 |
| 2022-01-15 | Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelid | Matthias Krüger | -5/+3 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -3/+4 |