| Age | Commit message (Expand) | Author | Lines |
| 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 #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=not... | bors | -8/+62 |
| 2022-04-02 | Fix doctest multi-line mod attributes handling | Guillaume Gomez | -8/+62 |
| 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 | Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgr | bors | -9/+34 |
| 2022-04-01 | Rollup merge of #95475 - Jules-Bertholet:rustdoc-hide-assoc-consts-from-trait... | Matthias Krüger | -0/+1 |
| 2022-04-01 | Rollup merge of #95530 - notriddle:notriddle/private-kw-prim, r=jsha | Matthias Krüger | -8/+11 |
| 2022-04-01 | Rollup merge of #95344 - jyn514:better-debug-output, r=camelid | Matthias Krüger | -1/+23 |
| 2022-03-31 | rustdoc: do not show primitives and keywords as private | Michael Howell | -8/+11 |
| 2022-03-31 | Rollup merge of #95495 - GuillaumeGomez:rm-unneeded-to-string, r=notriddle | Dylan DPC | -1/+1 |
| 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-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 |