| Age | Commit message (Expand) | Author | Lines |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -1/+5 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -5/+5 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-03 | Handle inherent associated types fallout | León Orell Valerian Liehr | -5/+5 |
| 2023-07-29 | Mark lazy_type_alias as incomplete | Michael Goulet | -0/+2 |
| 2023-07-28 | Add rustdoc tests for generic const items | León Orell Valerian Liehr | -0/+86 |
| 2023-07-27 | Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm... | bors | -0/+212 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -2/+50 |
| 2023-07-26 | Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddle | bors | -0/+22 |
| 2023-07-26 | Fix regression for private in public | Guillaume Gomez | -0/+14 |
| 2023-07-26 | rustdoc: fix cross-crate impl-Sized | León Orell Valerian Liehr | -2/+50 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -4/+21 |
| 2023-07-24 | Add regression test for generics reexport of private import | Guillaume Gomez | -0/+13 |
| 2023-07-24 | Add test for `--document-hidden-items` | Guillaume Gomez | -0/+16 |
| 2023-07-24 | Add test for private items | Guillaume Gomez | -0/+32 |
| 2023-07-24 | Correctly handle `super` and `::` | Guillaume Gomez | -0/+23 |
| 2023-07-24 | Extend issue-81141-private-reexport-in-public-api test to cover more cases | Guillaume Gomez | -0/+80 |
| 2023-07-24 | Add regression test for #81141 | Guillaume Gomez | -0/+34 |
| 2023-07-24 | Add regression test for #113982 | Guillaume Gomez | -0/+22 |
| 2023-07-22 | fix doc links on `extern crate` items | Lukas Markeffsky | -4/+5 |
| 2023-07-22 | rustdoc: handle cross-crate RPITITs correctly | León Orell Valerian Liehr | -0/+70 |
| 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 |