| Age | Commit message (Expand) | Author | Lines |
| 2021-02-04 | Add a test for the shortness format in rustdoc | Alexis Bourget | -0/+28 |
| 2021-01-30 | Balance sidebar `Deref` cycle check with main content | J. Ryan Stinnett | -0/+15 |
| 2021-01-23 | Add option to control doctest run directory | Arpad Borsos | -0/+35 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -9/+39 |
| 2021-01-16 | Add a test | Ömer Sinan Ağacan | -0/+17 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -3/+5 |
| 2021-01-08 | Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez | bors | -0/+17 |
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -0/+17 |
| 2021-01-08 | Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider | Yuki Okushi | -0/+3 |
| 2021-01-08 | Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth | Yuki Okushi | -0/+20 |
| 2021-01-07 | Get rid of custom pretty-printing in rustdoc | Joshua Nelson | -0/+3 |
| 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 |