| Age | Commit message (Expand) | Author | Lines |
| 2022-03-31 | rustdoc: Fix resolution of `crate`-relative paths in doc links | Vadim Petrochenkov | -40/+5 |
| 2022-03-30 | Auto merge of #95436 - cjgillot:static-mut, r=oli-obk | bors | -6/+7 |
| 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-30 | fix rustdoc wrt builtin impls switch | lcnr | -2/+3 |
| 2022-03-30 | fix rustdoc | lcnr | -57/+60 |
| 2022-03-29 | Make `impl Debug for rustdoc::clean::Item` easier to read | Joshua Nelson | -1/+23 |
| 2022-03-29 | Remember mutability in `DefKind::Static`. | Camille GILLOT | -6/+7 |
| 2022-03-29 | Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid | bors | -113/+88 |
| 2022-03-29 | Merge ItemKind::TyMethodItem branch with ItemKind::FunctionItem and ItemKind:... | Guillaume Gomez | -16/+16 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -113/+88 |
| 2022-03-28 | Auto merge of #95024 - koehlma:rustdoc-private-items, r=GuillaumeGomez,cameli... | bors | -3/+12 |
| 2022-03-27 | Don't panic when scraping invalid calls | Will Crichton | -9/+16 |
| 2022-03-27 | Add scrape examples help page | Will Crichton | -12/+86 |
| 2022-03-27 | Improve styling on scrape examples help button | Will Crichton | -12/+11 |
| 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 | -40/+106 |
| 2022-03-27 | Use PathSegment::ident for scraping method calls | Will Crichton | -15/+2 |
| 2022-03-27 | Only highlight identifier in scraped examples, not arguments | Will Crichton | -46/+42 |
| 2022-03-27 | Improve Rustdoc UI for scraped examples with multiline arguments, fix | Will Crichton | -15/+54 |
| 2022-03-25 | Auto merge of #95255 - petrochenkov:suggresolve, r=michaelwoerister | bors | -33/+22 |
| 2022-03-25 | Auto merge of #92361 - vacuus:doctest-run-test-out-lines, r=CraftSpider | bors | -5/+5 |
| 2022-03-25 | resolve: Optimize path resolution for rustdoc | Vadim Petrochenkov | -33/+22 |
| 2022-03-23 | Auto merge of #94901 - fee1-dead:destructable, r=oli-obk | bors | -3/+21 |
| 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-21 | Rename `~const Drop` to `~const Destruct` | Deadbeef | -3/+21 |
| 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-19 | Remove animation on source sidebar | Guillaume Gomez | -7/+0 |
| 2022-03-17 | Rollup merge of #94960 - codehorseman:master, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -12/+24 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -3/+3 |
| 2022-03-15 | Rollup merge of #94947 - Dylan-DPC:fix/typos, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-03-15 | Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber | bors | -1/+1 |
| 2022-03-15 | fix typos | Dylan DPC | -2/+2 |
| 2022-03-14 | Auto merge of #94139 - est31:let_else_rustdoc, r=notriddle | bors | -95/+51 |
| 2022-03-14 | rustdoc-json-types: implementors -> implementations | Nixon Enraght-Moony | -2/+2 |
| 2022-03-13 | rustdoc-json-types: ty -> type_ | Nixon Enraght-Moony | -4/+5 |
| 2022-03-13 | Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jsha | bors | -3/+3 |
| 2022-03-12 | Remove needless use of `Into` | Noah Lev | -2/+2 |
| 2022-03-12 | Auto merge of #94875 - matthiaskrgr:rollup-tq1li2d, r=matthiaskrgr | bors | -1/+2 |
| 2022-03-12 | Rollup merge of #94150 - Enselic:synthetic-generic-parameters-in-json, r=Craf... | Matthias Krüger | -1/+2 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -9/+9 |
| 2022-03-11 | Collapse Blanket Implementations and Auto-trait implementations by default | Guillaume Gomez | -5/+11 |
| 2022-03-11 | Auto merge of #94304 - notriddle:notriddle/buffer-args, r=CraftSpider | bors | -27/+19 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -9/+9 |
| 2022-03-10 | Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ... | Dylan DPC | -23/+22 |
| 2022-03-10 | Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle | Matthias Krüger | -7/+12 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -23/+22 |