| Age | Commit message (Expand) | Author | Lines |
| 2023-07-22 | fix doc links on `use` items | Lukas Markeffsky | -0/+16 |
| 2023-07-20 | Rollup merge of #110765 - wackbyte:fix-defaultness-position, r=fmease,Guillau... | Matthias Krüger | -12/+31 |
| 2023-07-20 | Rollup merge of #113857 - GuillaumeGomez:document-hidden-items-test, r=notriddle | Matthias Krüger | -0/+71 |
| 2023-07-19 | Add tests for `--document-hidden-items` option | Guillaume Gomez | -0/+71 |
| 2023-07-18 | Add regression test for #105735 | Guillaume Gomez | -0/+46 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in JavaScript | Michael Howell | -5/+5 |
| 2023-07-14 | rustdoc: use `src` consistently over `source` in code | Michael Howell | -10/+10 |
| 2023-07-12 | Update jump to def tests | Guillaume Gomez | -9/+61 |
| 2023-06-27 | Rollup merge of #113058 - GuillaumeGomez:improve-code-comments, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-06-26 | Add/improve code comments | Guillaume Gomez | -1/+1 |
| 2023-06-26 | Rollup merge of #112920 - fmease:rustdoc-fix-112904, r=GuillaumeGomez | Takayuki Maeda | -0/+29 |
| 2023-06-25 | Auto merge of #113038 - matthiaskrgr:rollup-sdcfkxa, r=matthiaskrgr | bors | -0/+14 |
| 2023-06-25 | rustdoc: handle assoc const equalities in cross-crate impl-Trait-in-arg-pos | León Orell Valerian Liehr | -0/+15 |
| 2023-06-24 | Add tests for default unsafe trait methods | wackbyte | -12/+31 |
| 2023-06-24 | rustdoc: get rid of extra line when line-wrapping fn decls with empty arg list | León Orell Valerian Liehr | -0/+14 |
| 2023-06-24 | rustdoc: render gen params & where-clauses of cross-crate assoc tys in impl b... | León Orell Valerian Liehr | -0/+29 |
| 2023-06-23 | Rollup merge of #112960 - GuillaumeGomez:rustdoc-files-check, r=notriddle | Matthias Krüger | -0/+17 |
| 2023-06-23 | Add @files checks in rustdoc tests | Guillaume Gomez | -0/+17 |
| 2023-06-23 | Rollup merge of #112927 - GuillaumeGomez:where-clause-indent, r=notriddle | Matthias Krüger | -1/+20 |
| 2023-06-22 | Update existing snapshot and add more snapshots of where clause indentation | Guillaume Gomez | -1/+20 |
| 2023-06-22 | Rollup merge of #112906 - fmease:rustdoc-render-assoc-ty-body-before-where-cl... | Matthias Krüger | -2/+2 |
| 2023-06-21 | rustdoc: render the assoc ty body before the where-clause | León Orell Valerian Liehr | -2/+2 |
| 2023-06-21 | Rollup merge of #112894 - GuillaumeGomez:gui-fields-display, r=notriddle | Guillaume Gomez | -0/+11 |
| 2023-06-21 | Add test to prevent regression for fields display | Guillaume Gomez | -0/+11 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -0/+47 |
| 2023-06-21 | Correctly handle Weak type aliases in rustdoc | Guillaume Gomez | -4/+2 |
| 2023-06-21 | Add tests for invalid files generation | Guillaume Gomez | -4/+81 |
| 2023-06-21 | Add rustdoc tests for `lazy_type_alias` | Guillaume Gomez | -0/+49 |
| 2023-06-15 | Rollup merge of #112304 - GuillaumeGomez:re-exports, r=notriddle | Matthias Krüger | -0/+143 |
| 2023-06-12 | Add regression test for #112515 | Guillaume Gomez | -0/+30 |
| 2023-06-12 | Revert "Add regression test for #32077" | Guillaume Gomez | -59/+0 |
| 2023-06-10 | Auto merge of #107637 - fmease:rustdoc-reelide-x-crate-def-tr-obj-lt-bnds, r=... | bors | -19/+167 |
| 2023-06-09 | Add regression test for #32077 | Guillaume Gomez | -0/+59 |
| 2023-06-07 | rustdoc: re-elide cross-crate default trait object lifetime bounds | León Orell Valerian Liehr | -19/+167 |
| 2023-06-05 | Add rustdoc test to ensure that #109449 is working as expected | Guillaume Gomez | -0/+143 |
| 2023-06-05 | Auto merge of #110945 - wackbyte:doc-vis-on-inherent-assoc-types, r=jsha | bors | -1/+26 |
| 2023-06-04 | Rollup merge of #112178 - GuillaumeGomez:fix-inline-private-intermediate, r=n... | Matthias Krüger | -2/+25 |
| 2023-06-03 | Update reexport-attr-merge rustdoc test | Guillaume Gomez | -2/+2 |
| 2023-06-02 | Add rustdoc test for double-hyphen to dash doc comment conversion | Guillaume Gomez | -0/+9 |
| 2023-06-01 | Add regression test where private item with intermediate doc hidden re-export... | Guillaume Gomez | -0/+23 |
| 2023-06-01 | Rollup merge of #108459 - benediktwerner:rustdoc-fix-link-match, r=GuillaumeG... | Dylan DPC | -1/+38 |
| 2023-05-30 | rustdoc: Fix LinkReplacer link matching | benediktwerner | -1/+38 |
| 2023-05-30 | Add regression test for re-export of doc hidden item inside private item not ... | Guillaume Gomez | -0/+16 |
| 2023-05-27 | Rollup merge of #111997 - GuillaumeGomez:re-export-doc-hidden-macros, r=notri... | Guillaume Gomez | -3/+44 |
| 2023-05-27 | Correctly handle multiple re-exports of bang macros at the same level | Guillaume Gomez | -1/+43 |
| 2023-05-26 | Update tests for re-exports of doc hidden macros | Guillaume Gomez | -3/+2 |
| 2023-05-25 | rustdoc: add test for strikethrough with single tildes | Lukas Markeffsky | -9/+10 |
| 2023-05-21 | rustdoc: include strikethrough in item summary | Lukas Markeffsky | -0/+6 |
| 2023-05-16 | Add regression test for #111415 | Guillaume Gomez | -0/+36 |
| 2023-05-10 | Use proper impl self type for alias impl in rustdoc | Michael Goulet | -0/+9 |