| Age | Commit message (Expand) | Author | Lines |
| 2022-04-01 | Rollup merge of #95475 - Jules-Bertholet:rustdoc-hide-assoc-consts-from-trait... | Matthias Krüger | -0/+1 |
| 2022-03-31 | remove find_use_placement | Fausto | -2/+5 |
| 2022-03-30 | Remove unneeded `to_string` call | Guillaume Gomez | -1/+1 |
| 2022-03-30 | Only show associated consts from inherent impls in sidebar | Jules Bertholet | -0/+1 |
| 2022-03-29 | Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid | bors | -14/+15 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -14/+15 |
| 2022-03-27 | Add scrape examples help page | Will Crichton | -5/+43 |
| 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-21 | fix: add a space only in front of 🔒 | Maximilian Köhl | -2/+2 |
| 2022-03-21 | move the 🔒 after the name | Maximilian Köhl | -1/+1 |
| 2022-03-19 | apply rustfmt | Maximilian Köhl | -2/+4 |
| 2022-03-19 | rustdoc: add 🔒 to indicate restricted visibility | Maximilian Köhl | -3/+10 |
| 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 | -14/+4 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -1/+1 |
| 2022-03-11 | Collapse Blanket Implementations and Auto-trait implementations by default | Guillaume Gomez | -5/+11 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -1/+1 |
| 2022-03-10 | Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle | Matthias Krüger | -6/+10 |
| 2022-03-08 | Unify inherent impl blocks by wrapping them into a div | Guillaume Gomez | -6/+10 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -5/+5 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -14/+4 |
| 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 | Rollup merge of #94417 - GuillaumeGomez:fix-duplicated-impl-links, r=notriddle | Matthias Krüger | -7/+10 |
| 2022-02-27 | Correctly generate links in the sidebar for impls | Guillaume Gomez | -7/+10 |
| 2022-02-22 | Prevent generation of infinite redirections | Guillaume Gomez | -26/+34 |
| 2022-02-20 | Rollup merge of #94002 - GuillaumeGomez:duplicated-sidebar-macro, r=notriddle | Matthias Krüger | -6/+11 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -3/+1 |
| 2022-02-16 | Adopt let_else in even more places | est31 | -3/+1 |
| 2022-02-16 | Unify sidebar a bit more by generating a list using <ul> instead of <div> ele... | Guillaume Gomez | -121/+104 |
| 2022-02-14 | Fix macro reexports duplicates in the sidebar | Guillaume Gomez | -6/+11 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -81/+171 |
| 2022-02-09 | Title-case trait aliases section for consistency | Noah Lev | -1/+1 |
| 2022-02-09 | Refactor sidebar printing code | Noah Lev | -40/+48 |
| 2022-02-09 | Deduplicate item sections | Noah Lev | -22/+13 |
| 2022-02-09 | rustdoc: Create enum for sections holding items | Noah Lev | -37/+128 |
| 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-03 | rustdoc: clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 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-02-01 | librustdoc: render: use render_into instead of creating a temp string | Muhammad Falak R Wani | -2/+1 |
| 2022-01-31 | Improve wrapping on settings page | Jacob Hoffman-Andrews | -1/+1 |
| 2022-01-30 | Auto merge of #92711 - zredb:issue-90187-fix, r=notriddle | bors | -24/+34 |
| 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 |