| Age | Commit message (Expand) | Author | Lines |
| 2021-01-08 | Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth | Yuki Okushi | -0/+20 |
| 2021-01-08 | Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514 | Yuki Okushi | -0/+18 |
| 2021-01-05 | Remove useless doc_alias feature | Guillaume Gomez | -4/+2 |
| 2021-01-04 | fix incompatible disambiguator test | max-heller | -0/+18 |
| 2021-01-04 | Add tests for new doc alias check | Guillaume Gomez | -0/+12 |
| 2021-01-03 | Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514 | bors | -8/+84 |
| 2021-01-03 | Only report reference-style link errors once | Dániel Buga | -8/+84 |
| 2021-01-03 | Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j... | Guillaume Gomez | -0/+24 |
| 2021-01-02 | Update rustdoc-ui test output | Guillaume Gomez | -2/+4 |
| 2021-01-01 | Add test for suggestion in case a "ignore" doc block has invalid rust code in... | Guillaume Gomez | -0/+24 |
| 2020-12-31 | Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514 | bors | -0/+44 |
| 2020-12-31 | Rustdoc render public underscore_imports as Re-exports | bors | -0/+44 |
| 2020-12-30 | Rollup merge of #80381 - rust-lang:revert-80244-spans, r=GuillaumeGomez | Yuki Okushi | -0/+27 |
| 2020-12-27 | Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearth | bors | -0/+103 |
| 2020-12-26 | update tests | Bastian Kauschke | -1/+0 |
| 2020-12-26 | Revert "Cleanup markdown span handling" | Joshua Nelson | -0/+27 |
| 2020-12-25 | Don't panic when an external crate can't be resolved | Joshua Nelson | -0/+20 |
| 2020-12-24 | Don't process `[]` and `()` in intra-doc links | Joshua Nelson | -0/+103 |
| 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 |