| Age | Commit message (Expand) | Author | Lines |
| 2022-05-12 | rustdoc: remove weird, unused variable from source-files.js | Michael Howell | -1/+1 |
| 2022-05-12 | Auto merge of #96974 - matthiaskrgr:rollup-jd4otnc, r=matthiaskrgr | bors | -3/+5 |
| 2022-05-11 | Add missing CSS file for settings page | Guillaume Gomez | -3/+5 |
| 2022-05-10 | update rustdoc | lcnr | -1/+1 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -2/+2 |
| 2022-05-07 | Rollup merge of #96636 - GuillaumeGomez:fix-jump-to-def-regression, r=notriddle | Guillaume Gomez | -3/+1 |
| 2022-05-06 | Remove unneeded SpanMapVisitor::visit_generics function | Guillaume Gomez | -13/+1 |
| 2022-05-06 | Rollup merge of #96754 - notriddle:notriddle/impl-dups, r=GuillaumeGomez | Guillaume Gomez | -15/+96 |
| 2022-05-06 | Fix reexports missing from the search index | Guillaume Gomez | -2/+16 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -15/+96 |
| 2022-05-03 | Rollup merge of #93097 - GuillaumeGomez:settings-js, r=jsha | Yuki Okushi | -141/+10 |
| 2022-05-02 | Fix regression in link-to-definition introduced in #93803 | Guillaume Gomez | -2/+12 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -11/+2 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -141/+10 |
| 2022-04-21 | Remove .woff font files | Guillaume Gomez | -18/+9 |
| 2022-04-16 | Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddle | Dylan DPC | -39/+39 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -39/+39 |
| 2022-04-15 | Rollup merge of #95194 - kckeiks:update-algo-in-find-use-placement, r=pnkfelix | Dylan DPC | -2/+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 | -3/+52 |
| 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 | -165/+242 |
| 2022-04-06 | Switch item-info div to span to generate valid HTML | Guillaume Gomez | -3/+3 |
| 2022-04-06 | Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddle | Dylan DPC | -1/+1 |
| 2022-04-05 | Generate a <div> instead of a <span> for item-info elements | Guillaume Gomez | -1/+1 |
| 2022-04-05 | Mark scalar layout unions so that backends that do not support partially init... | Oli Scherer | -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-04-02 | Auto merge of #95568 - GuillaumeGomez:fix-invalid-dom-generation, r=notriddle | bors | -2/+2 |
| 2022-04-01 | Fix invalid DOM generation | Guillaume Gomez | -2/+2 |
| 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 |