| Age | Commit message (Expand) | Author | Lines |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -26/+23 |
| 2022-05-07 | Rollup merge of #96636 - GuillaumeGomez:fix-jump-to-def-regression, r=notriddle | Guillaume Gomez | -0/+18 |
| 2022-05-06 | Add regression test for jump-to-def | Guillaume Gomez | -0/+18 |
| 2022-05-05 | Fix test case checking for where the JS goes | Michael Howell | -1/+1 |
| 2022-04-29 | Rollup merge of #96536 - rust-lang:notriddle/deref-slice-core, r=GuillaumeGomez | Dylan DPC | -0/+22 |
| 2022-04-28 | rustdoc: fix missing method list for primitive deref target | Michael Howell | -0/+22 |
| 2022-04-27 | Rollup merge of #96410 - notriddle:notriddle/issue-95873, r=GuillaumeGomez | Dylan DPC | -0/+2 |
| 2022-04-26 | Update src/test/rustdoc/issue-95873.rs | Michael Howell | -1/+1 |
| 2022-04-25 | rustdoc: do not write `{{root}}` in `pub use ::foo` docs | Michael Howell | -0/+2 |
| 2022-04-25 | Fix issue 96381 | Michael Goulet | -0/+16 |
| 2022-04-20 | Auto merge of #96135 - petrochenkov:doclink6, r=GuillaumeGomez | bors | -0/+26 |
| 2022-04-19 | Rollup merge of #95813 - Urgau:rustdoc-where-clause-space, r=GuillaumeGomez | Dylan DPC | -0/+17 |
| 2022-04-19 | Add regression test for #96079 | Guillaume Gomez | -0/+26 |
| 2022-04-17 | Add regression test for rustdoc duplicated blanket impls | Guillaume Gomez | -0/+14 |
| 2022-04-17 | Remove extra space before a where clause in the documentation | Loïc BRANSTETT | -0/+17 |
| 2022-04-14 | Error on `#[rustc_deprecated]` | Jacob Pratt | -20/+19 |
| 2022-04-14 | clarify doc(cfg) wording | Andy Russell | -20/+20 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -8/+6 |
| 2022-04-12 | rustdoc: discr. required+provided assoc consts+tys | León Orell Valerian Liehr | -5/+31 |
| 2022-04-11 | Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obk | Matthias Krüger | -6/+25 |
| 2022-04-11 | Add a note for unsatisfied `~const Drop` bounds | Deadbeef | -6/+25 |
| 2022-04-09 | Rollup merge of #95769 - fmease:fix-issue-95717, r=GuillaumeGomez | Dylan DPC | -0/+42 |
| 2022-04-08 | Add test for empty doc comments with a backline | Guillaume Gomez | -0/+22 |
| 2022-04-07 | Hide cross-crate doc-hidden assoc items in trait impls | León Orell Valerian Liehr | -0/+42 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -15/+5 |
| 2022-04-06 | Update rustdoc test following DOM change | Guillaume Gomez | -1/+1 |
| 2022-04-06 | remove ~const Drop from rustdoc test | Pietro Albini | -15/+5 |
| 2022-04-05 | Rollup merge of #95645 - GuillaumeGomez:intra-doc-link-ice-traits-in-scope-pr... | Dylan DPC | -0/+7 |
| 2022-04-05 | Auto merge of #95337 - petrochenkov:doclink3, r=camelid | bors | -0/+17 |
| 2022-04-04 | Add test to ensure rustdoc does not panic on intra doc link pass | Guillaume Gomez | -0/+7 |
| 2022-04-03 | Rollup merge of #95613 - GuillaumeGomez:fix-rustdoc-attr-display, r=notriddle | Dylan DPC | -0/+7 |
| 2022-04-03 | Add test for attribute display in rustdoc | Guillaume Gomez | -0/+7 |
| 2022-04-02 | Rollup merge of #95354 - dtolnay:rustc_const_stable, r=lcnr | Dylan DPC | -3/+3 |
| 2022-04-01 | Auto merge of #95552 - matthiaskrgr:rollup-bxminn9, r=matthiaskrgr | bors | -0/+22 |
| 2022-04-01 | Rollup merge of #95475 - Jules-Bertholet:rustdoc-hide-assoc-consts-from-trait... | Matthias Krüger | -4/+24 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -3/+3 |
| 2022-03-31 | rustdoc: do not show primitives and keywords as private | Michael Howell | -0/+22 |
| 2022-03-31 | rustdoc: Fix resolution of `crate`-relative paths in doc links | Vadim Petrochenkov | -0/+17 |
| 2022-03-30 | Only show associated consts from inherent impls in sidebar | Jules Bertholet | -4/+24 |
| 2022-03-30 | fix rustdoc wrt builtin impls switch | lcnr | -12/+11 |
| 2022-03-30 | update rustdoc | lcnr | -2/+1 |
| 2022-03-30 | update ui tests | lcnr | -0/+1 |
| 2022-03-29 | Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid | bors | -0/+12 |
| 2022-03-29 | Add test to ensure foreign functions from dependencies are correctly handled | Guillaume Gomez | -0/+12 |
| 2022-03-28 | Auto merge of #95024 - koehlma:rustdoc-private-items, r=GuillaumeGomez,cameli... | bors | -0/+31 |
| 2022-03-21 | add tests for 🔒 | Maximilian Köhl | -0/+31 |
| 2022-03-18 | Add test to ensure auto-traits are respecting constraints | Guillaume Gomez | -0/+8 |
| 2022-03-10 | Rollup merge of #94740 - GuillaumeGomez:unify-impl-blocks, r=notriddle | Matthias Krüger | -1/+3 |
| 2022-03-08 | Update GUI tests for impl blocks path changes | Guillaume Gomez | -0/+2 |
| 2022-03-08 | Unify inherent impl blocks by wrapping them into a div | Guillaume Gomez | -1/+1 |