| Age | Commit message (Expand) | Author | Lines |
| 2021-03-28 | Add test for weird backticks placement | Camelid | -8/+23 |
| 2021-03-28 | Point to disambiguator instead of whole link | Camelid | -12/+5 |
| 2021-03-26 | Lint on unknown intra-doc link disambiguators | Camelid | -0/+50 |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -2/+2 |
| 2021-03-22 | rustdoc: Record crate name instead of using `None` | Camelid | -0/+17 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -12/+74 |
| 2021-03-16 | Don't warn about old rustdoc lint names (temporarily) | Joshua Nelson | -21/+10 |
| 2021-03-16 | Auto merge of #82898 - oli-obk:tait_🧊, r=nikomatsakis | bors | -2/+2 |
| 2021-03-15 | Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual... | Oli Scherer | -2/+2 |
| 2021-03-15 | Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco | Dylan DPC | -4/+64 |
| 2021-03-14 | Tweak diagnostics | Camelid | -8/+8 |
| 2021-03-14 | Rollup merge of #82798 - jyn514:rustdoc-group, r=Manishearth,GuillaumeGomez | Yuki Okushi | -31/+40 |
| 2021-03-13 | Update `rustdoc-ui` versions of the `doc-attr` test | Camelid | -1/+61 |
| 2021-03-13 | Add hyphen to "crate level" | Camelid | -3/+3 |
| 2021-03-11 | Update doc alias ui tests | Guillaume Gomez | -12/+74 |
| 2021-03-07 | Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez | Yuki Okushi | -10/+51 |
| 2021-03-05 | Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=Manishearth | Guillaume Gomez | -8/+47 |
| 2021-03-05 | Rename `rustdoc` to `rustdoc::all` | Joshua Nelson | -31/+40 |
| 2021-03-05 | Make invalid_doc_attribute lint plural | Guillaume Gomez | -2/+2 |
| 2021-03-04 | Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings | Guillaume Gomez | -8/+10 |
| 2021-03-04 | Add tests for #[doc(test(...)] check | Guillaume Gomez | -0/+37 |
| 2021-03-04 | Update missing code example test | Guillaume Gomez | -5/+18 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -98/+166 |
| 2021-03-03 | Change error about unknown doc attributes to a warning | Joshua Nelson | -4/+19 |
| 2021-03-02 | Report that `doc(plugins)` doesn't work using diagnostics instead of `println!` | Joshua Nelson | -1/+14 |
| 2021-03-02 | Clean up error reporting for deprecated passes | Joshua Nelson | -10/+38 |
| 2021-03-01 | Test that using the previous lint names still applies the lint | Joshua Nelson | -0/+28 |
| 2021-03-01 | Address review comments | Joshua Nelson | -5/+18 |
| 2021-03-01 | Improve error messages | Joshua Nelson | -9/+7 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -93/+122 |
| 2021-03-02 | Rollup merge of #82662 - GuillaumeGomez:doc-attr-check, r=jyn514 | Guillaume Gomez | -0/+19 |
| 2021-03-02 | Rollup merge of #82598 - GuillaumeGomez:rustdoc-rustc-pass, r=jyn514 | Guillaume Gomez | -0/+13 |
| 2021-03-01 | Add tests for doc attribute check | Guillaume Gomez | -0/+19 |
| 2021-02-28 | Remove deleted pass from rustdoc test suite | Joshua Nelson | -1/+1 |
| 2021-02-28 | Add test for rustdoc new check pass | Guillaume Gomez | -0/+13 |
| 2021-02-19 | [intra-doc links] Don't check feature gates of items re-exported across crates | Joshua Nelson | -0/+8 |
| 2021-02-19 | Rollup merge of #82261 - ojeda:rustdoc-argfile, r=jyn514 | Dylan DPC | -0/+48 |
| 2021-02-19 | rustdoc: Support argument files | Miguel Ojeda | -0/+48 |
| 2021-02-11 | Fix private intra-doc warnings on associated items | Joshua Nelson | -5/+26 |
| 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 |