| Age | Commit message (Expand) | Author | Lines |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -12/+0 |
| 2021-05-04 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -17/+0 |
| 2021-04-24 | Revert "rustdoc: Hide `#text` in doc-tests" | David Hewitt | -31/+0 |
| 2021-04-22 | rustdoc: Hide `#text` in doc-tests | Joshua Nelson | -0/+31 |
| 2021-04-17 | rustdoc: Give a more accurate span for anchor failures | Joshua Nelson | -6/+18 |
| 2021-04-15 | Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviper | Dylan DPC | -0/+5 |
| 2021-04-14 | rustdoc: Note that forbidding anchors in links to primitives is a bug | Joshua Nelson | -0/+5 |
| 2021-04-12 | Add explanatory note to `bare_urls` lint | Camelid | -0/+34 |
| 2021-04-12 | Rollup merge of #84079 - camelid:improve-bare-urls-test, r=jyn514 | Dylan DPC | -18/+80 |
| 2021-04-10 | Run rustfix for `bare-urls` test | Camelid | -18/+80 |
| 2021-04-10 | Rename `url-improvements` test to `bare-urls` | Camelid | -18/+18 |
| 2021-04-09 | Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomez | bors | -9/+9 |
| 2021-04-09 | Add back missing trait test | Joshua Nelson | -9/+8 |
| 2021-04-09 | rustdoc: Don't generate blanket impls when running --show-coverage | Joshua Nelson | -0/+1 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -51/+72 |
| 2021-04-08 | Auto merge of #83866 - jyn514:disambiguator-error, r=camelid | bors | -0/+12 |
| 2021-04-08 | Rollup merge of #82497 - jyn514:json, r=CraftSpider | Dylan DPC | -0/+4 |
| 2021-04-07 | rustdoc: Link to the docs on namespaces when an unknown disambiguator is found | Joshua Nelson | -0/+12 |
| 2021-04-06 | Fix handling of `--output-format json` flag | Joshua Nelson | -0/+4 |
| 2021-04-06 | Auto merge of #83934 - Dylan-DPC:rollup-nw5dadn, r=Dylan-DPC | bors | -0/+33 |
| 2021-04-06 | Rollup merge of #83895 - eggyal:issue-83883, r=jyn514 | Dylan DPC | -0/+33 |
| 2021-04-06 | Auto merge of #83875 - jyn514:diag_info, r=bugadani | bors | -5/+15 |
| 2021-04-06 | Add listing of lints (eg via -W help) to rustdoc | Alan Egerton | -0/+33 |
| 2021-04-06 | Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani | Yuki Okushi | -13/+33 |
| 2021-04-05 | Use DiagnosticInfo for anchor failure | Joshua Nelson | -5/+15 |
| 2021-04-05 | Rollup merge of #83705 - jyn514:theme-error, r=GuillaumeGomez | Dylan DPC | -0/+7 |
| 2021-04-05 | Use more appropriate return type for `resolve_associated_item` | Joshua Nelson | -13/+33 |
| 2021-04-05 | Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514 | Dylan DPC | -0/+21 |
| 2021-04-05 | Fix bug where rustc_lint would not apply renamed tool lints | Joshua Nelson | -1/+26 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -8/+24 |
| 2021-04-05 | Remove 'unnecessary long for for link' warning | Joshua Nelson | -42/+22 |
| 2021-04-04 | Don't report disambiguator error if link would have been ignored | Camelid | -0/+21 |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -4/+1 |
| 2021-04-03 | Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkov | bors | -0/+20 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -0/+20 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -0/+34 |
| 2021-03-31 | Give a better error when --theme is not a CSS file | Joshua Nelson | -0/+7 |
| 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 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -0/+34 |
| 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 |