| Age | Commit message (Expand) | Author | Lines |
| 2020-12-21 | Remove redundant test | Dániel Buga | -16/+0 |
| 2020-12-02 | Add tests for #[doc(keyword = "...")] and update other doc attributes tests | Guillaume Gomez | -3/+3 |
| 2020-12-01 | Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obk | Guillaume Gomez | -14/+14 |
| 2020-12-01 | Improve some attributes error spans | Guillaume Gomez | -14/+14 |
| 2020-12-01 | Rollup merge of #79527 - jyn514:intra-doc-tests, r=Manishearth | Mara Bos | -97/+97 |
| 2020-11-29 | Auto merge of #75752 - jakoschiko:test-suite-time, r=m-ou-se | bors | -39/+49 |
| 2020-11-29 | Rollup merge of #79464 - GuillaumeGomez:doc-keyword-ident, r=jyn514 | Dylan DPC | -0/+12 |
| 2020-11-28 | Move `src/test/rustdoc-ui` intra-doc tests into a subdirectory | Joshua Nelson | -97/+97 |
| 2020-11-27 | Add tests for doc_keyword feature extension | Guillaume Gomez | -0/+12 |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -39/+49 |
| 2020-11-26 | Update coverage output now that primitives have proper spans | Joshua Nelson | -2/+1 |
| 2020-11-26 | Rollup merge of #79412 - GuillaumeGomez:cleanup-rustdoc-tests, r=jyn514 | Jonas Schievink | -22/+15 |
| 2020-11-25 | Clean up rustdoc tests by removing unnecessary features | Guillaume Gomez | -22/+15 |
| 2020-11-24 | Get rid of doctree::Function | Joshua Nelson | -8/+8 |
| 2020-11-22 | Get rid of `doctree::Impl` | Joshua Nelson | -9/+9 |
| 2020-11-21 | x.py test --bless | Joshua Nelson | -93/+93 |
| 2020-11-16 | Add test to ensure that "invalid HTML tag" lint isn't fired in code blocks | Guillaume Gomez | -0/+21 |
| 2020-11-13 | Rollup merge of #78984 - GuillaumeGomez:rustdoc-check-option, r=jyn514 | Guillaume Gomez | -0/+138 |
| 2020-11-12 | Ensure that INVALID_CODEBLOCK_ATTRIBUTES lint is emitted | Guillaume Gomez | -28/+47 |
| 2020-11-12 | Add tests for rustdoc --check option | Guillaume Gomez | -0/+119 |
| 2020-11-11 | add error-in-impl-trait const generics test | Bastian Kauschke | -0/+24 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -11/+11 |
| 2020-11-05 | Improve lint even more | Guillaume Gomez | -0/+2 |
| 2020-11-05 | Don't check for URLs inside codeblocks | Guillaume Gomez | -20/+24 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -4/+4 |
| 2020-11-05 | Improve automatic_links globally | Guillaume Gomez | -3/+137 |
| 2020-11-05 | Extend automatic_links lint to take into account URLs without link syntax | Guillaume Gomez | -9/+17 |
| 2020-11-05 | Add tests for automatic_links lint | Guillaume Gomez | -0/+40 |
| 2020-10-15 | Rollup merge of #77753 - GuillaumeGomez:check-html-comments, r=jyn514 | Yuki Okushi | -1/+21 |
| 2020-10-15 | Rollup merge of #77570 - GuillaumeGomez:whitespace-doc-alias, r=jyn514,ollie27 | Yuki Okushi | -8/+15 |
| 2020-10-14 | Handle multi-line HTML comments | Guillaume Gomez | -2/+6 |
| 2020-10-13 | Add check for HTML comments | Guillaume Gomez | -1/+17 |
| 2020-10-13 | Auto merge of #76196 - r-52:r-coverage-allow-missing-docs, r=jyn514 | bors | -0/+68 |
| 2020-10-12 | Extend test to ensure that items inherit lint level from the parent | Guillaume Gomez | -0/+2 |
| 2020-10-12 | Apply same treatment to MISSING_DOC_CODE_EXAMPLES | Guillaume Gomez | -0/+20 |
| 2020-10-12 | Inherit lint level from parents | Guillaume Gomez | -2/+10 |
| 2020-10-12 | rustdoc: skip allow missing doc in cover. report | Roman | -0/+38 |
| 2020-10-10 | Apply suggestions from code review | Dániel Buga | -1/+20 |
| 2020-10-10 | Auto merge of #76934 - camelid:rustdoc-allow-generic-params, r=jyn514 | bors | -1/+122 |
| 2020-10-09 | Remove unneeded ImportItem on glob ones | Guillaume Gomez | -13/+2 |
| 2020-10-09 | Add test to ensure that external items aren't lint-checked | Guillaume Gomez | -2/+14 |
| 2020-10-09 | Add test for reexported items lints | Guillaume Gomez | -0/+31 |
| 2020-10-08 | Allow generic parameters in intra-doc links | Camelid | -1/+122 |
| 2020-10-07 | Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 | bors | -1/+180 |
| 2020-10-06 | Enforce whitespace ascii character check for doc alias | Guillaume Gomez | -1/+15 |
| 2020-10-05 | Allow ascii whitespace char for doc aliases | Guillaume Gomez | -9/+2 |
| 2020-10-05 | Rollup merge of #76329 - GuillaumeGomez:doc-alias-crate-level, r=matthewjasper | Dylan DPC | -0/+20 |
| 2020-10-04 | Enforce crate level attributes checks | Guillaume Gomez | -4/+13 |
| 2020-10-04 | Rollup merge of #77469 - camelid:rustdoc-better-failed-res-error, r=jyn514 | Yuki Okushi | -35/+35 |
| 2020-10-03 | Add test for #[doc(alias = "...")] at crate level | Guillaume Gomez | -0/+11 |