| Age | Commit message (Expand) | Author | Lines |
| 2022-04-02 | Add test for multi-line attribute handling in doctests | Guillaume Gomez | -0/+18 |
| 2022-03-25 | Bless rustdoc tests. | Camille GILLOT | -30/+0 |
| 2022-03-15 | fix typos | Dylan DPC | -1/+1 |
| 2022-03-02 | Rollup merge of #94478 - GuillaumeGomez:macro-generated-intra-doc-link, r=not... | Matthias Krüger | -0/+33 |
| 2022-03-01 | Add test to ensure it does not panic when an intra-doc link is generated from... | Guillaume Gomez | -0/+33 |
| 2022-02-27 | Rollup merge of #94399 - GuillaumeGomez:regression-test-79465, r=matthiaskrgr | Matthias Krüger | -0/+18 |
| 2022-02-26 | Add test for #79465 to prevent regression | Guillaume Gomez | -0/+18 |
| 2022-02-25 | Wire up --check-cfg to rustdoc | Loïc BRANSTETT | -0/+50 |
| 2022-02-16 | rustdoc: resolve intra-doc links when checking HTML | Michael Howell | -0/+94 |
| 2022-02-08 | Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkov | Matthias Krüger | -0/+9 |
| 2022-02-08 | Rollup merge of #93715 - GuillaumeGomez:horizontal-trim, r=notriddle | Matthias Krüger | -0/+21 |
| 2022-02-08 | Rollup merge of #93569 - notriddle:notriddle/rustdoc-html-tags-generics, r=Cr... | Matthias Krüger | -0/+213 |
| 2022-02-07 | Add test for block doc comments horizontal trim | Guillaume Gomez | -0/+21 |
| 2022-02-06 | rustdoc: Special-case macro lookups less | Joshua Nelson | -0/+9 |
| 2022-02-01 | Use multipart suggestion for code wrapping | Michael Howell | -35/+40 |
| 2022-02-01 | rustdoc: correct unclosed HTML tags as generics | Michael Howell | -0/+208 |
| 2022-01-28 | remove allow_fail test flag | yuhaixin.hx | -111/+16 |
| 2022-01-10 | Use Res instead of Disambiguator for `resolved` in `report_mismatch` | Noah Lev | -2/+2 |
| 2022-01-10 | Add test for disambiguator mismatch with crate | Noah Lev | -1/+17 |
| 2022-01-06 | Rollup merge of #92443 - mdibaiee:90703/resolve-traits-of-primitive-types, r=... | Matthias Krüger | -9/+2 |
| 2022-01-06 | Rollup merge of #92349 - avitex:fix-rustdoc-private-doc-tests, r=GuillaumeGomez | Matthias Krüger | -0/+45 |
| 2022-01-05 | Rustdoc: resolve associated traits for primitive types | Mahdi Dibaiee | -9/+2 |
| 2021-12-28 | Add regression test for #59502 | Noah Lev | -0/+11 |
| 2021-12-29 | Improve rustdoc::private_doc_tests tests | avitex | -2/+33 |
| 2021-12-28 | Fix rustdoc::private_doc_tests lint for public re-exported items | avitex | -0/+14 |
| 2021-12-20 | Auto merge of #91900 - pitaj:fix-91714, r=jyn514 | bors | -20/+12 |
| 2021-12-18 | Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726 | Matthias Krüger | -14/+4 |
| 2021-12-15 | rustdoc: remove `--passes` and `--no-defaults` | Peter Jaszkowiak | -20/+12 |
| 2021-12-11 | Rollup merge of #91717 - inashivb:issue-91713, r=jyn514 | Matthias Krüger | -0/+38 |
| 2021-12-11 | Rollup merge of #91310 - hi-rustin:rustin-patch-rustdoc, r=jyn514 | Matthias Krüger | -0/+3 |
| 2021-12-10 | Update src/test/rustdoc-ui/issue-91713.rs | Shivani Bhardwaj | -0/+1 |
| 2021-12-09 | Add test for deprecation warning for --passes | Shivani Bhardwaj | -0/+37 |
| 2021-12-05 | Do not warn in rustdoc test. | Camille GILLOT | -14/+4 |
| 2021-12-01 | Auto merge of #91433 - matthiaskrgr:rollup-118ql06, r=matthiaskrgr | bors | -0/+48 |
| 2021-12-01 | Use `try_normalize_erasing_regions` instead of a custom infer context | Joshua Nelson | -0/+48 |
| 2021-12-01 | Auto merge of #91275 - camelid:deny-test-warnings, r=jyn514 | bors | -0/+53 |
| 2021-11-30 | Add --out-dir flag for rustdoc | hi-rustin | -0/+3 |
| 2021-11-28 | Fix warnings in rustdoc HTML tests | Noah Lev | -0/+53 |
| 2021-11-28 | Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-11-28 | Change output path to {{build-base}} | Deadbeef | -1/+1 |
| 2021-11-26 | Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomez | Matthias Krüger | -7/+47 |
| 2021-11-26 | Remove `--display-doctest-warnings` | Joshua Nelson | -7/+47 |
| 2021-11-27 | Reduce the ICE | Deadbeef | -469/+1 |
| 2021-11-27 | Add ICE test | Deadbeef | -0/+472 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -3/+2 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -3/+2 |
| 2021-11-22 | Update issue-91134.stdout | Michael Howell | -1/+1 |
| 2021-11-22 | fix(doctest): detect extern crate items in statement doctests | Michael Howell | -0/+23 |
| 2021-11-18 | rustdoc doctest: detect `fn main` after an unexpected semicolon | Michael Howell | -0/+42 |
| 2021-11-08 | Add more missing methods to `IntraLinkCrateLoader` | Joshua Nelson | -0/+30 |