| Age | Commit message (Expand) | Author | Lines |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -8/+1 |
| 2021-05-04 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -66/+36 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -8/+4 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -9/+14 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -1/+1 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -1/+1 |
| 2021-04-24 | Add attr_span helper function | Joshua Nelson | -17/+13 |
| 2021-04-17 | rustdoc: Give a more accurate span for anchor failures | Joshua Nelson | -8/+16 |
| 2021-04-15 | Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviper | Dylan DPC | -0/+4 |
| 2021-04-14 | rustdoc: Note that forbidding anchors in links to primitives is a bug | Joshua Nelson | -0/+4 |
| 2021-04-12 | Add explanatory note to `bare_urls` lint | Camelid | -0/+1 |
| 2021-04-11 | Move crate loader to collect_intra_doc_links::early | Joshua Nelson | -11/+77 |
| 2021-04-10 | Preprocess intra-doc links consistently | Joshua Nelson | -82/+138 |
| 2021-04-09 | Auto merge of #84034 - jyn514:regex-in-loop, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-04-09 | Fix perf regression in non-autolinks | Joshua Nelson | -1/+1 |
| 2021-04-09 | Auto merge of #84030 - jyn514:no-blanket-impls, r=GuillaumeGomez | bors | -44/+7 |
| 2021-04-09 | rustdoc: Don't generate blanket impls when running --show-coverage | Joshua Nelson | -44/+7 |
| 2021-04-08 | Rollup merge of #81764 - jyn514:lint-links, r=GuillaumeGomez | Dylan DPC | -58/+35 |
| 2021-04-07 | Reuse logic for determining the channel in the rest of rustdoc | Joshua Nelson | -9/+3 |
| 2021-04-07 | rustdoc: Link to the docs on namespaces when an unknown disambiguator is found | Joshua Nelson | -1/+14 |
| 2021-04-06 | Store links in Cache instead of on items directly | Joshua Nelson | -2/+2 |
| 2021-04-06 | Auto merge of #83875 - jyn514:diag_info, r=bugadani | bors | -124/+52 |
| 2021-04-06 | Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadani | Yuki Okushi | -135/+102 |
| 2021-04-05 | Use DiagnosticInfo for `report_diagnostic` | Joshua Nelson | -39/+29 |
| 2021-04-05 | Take DiagnosticInfo in privacy_error | Joshua Nelson | -3/+7 |
| 2021-04-05 | Take `DiagnosticInfo` in `ambiguity_error` | Joshua Nelson | -12/+3 |
| 2021-04-05 | Take DiagnosticInfo in disambiguator_error | Joshua Nelson | -3/+2 |
| 2021-04-05 | Rename link_range -> disambiguator_range in disambiguator_error | Joshua Nelson | -2/+2 |
| 2021-04-05 | Take `DiagnosticInfo` in `resolution_failure` | Joshua Nelson | -30/+6 |
| 2021-04-05 | Use DiagnosticInfo for anchor failure | Joshua Nelson | -47/+15 |
| 2021-04-05 | Rename path_str -> ori_link in anchor_failure | Joshua Nelson | -3/+3 |
| 2021-04-05 | Use more appropriate return type for `resolve_associated_item` | Joshua Nelson | -83/+56 |
| 2021-04-05 | Reduce indentation in `resolve_associated_item` | Joshua Nelson | -45/+35 |
| 2021-04-05 | Remove duplicate unwrap_or_else | Joshua Nelson | -43/+47 |
| 2021-04-05 | Rename non_autolinks -> bare_urls | Joshua Nelson | -14/+14 |
| 2021-04-05 | Remove 'unnecessary long for for link' warning | Joshua Nelson | -38/+22 |
| 2021-04-05 | Stabilize `non_autolinks` lint | Joshua Nelson | -8/+1 |
| 2021-04-04 | Don't report disambiguator error if link would have been ignored | Camelid | -4/+24 |
| 2021-04-02 | Don't load all extern crates unconditionally | Joshua Nelson | -3/+3 |
| 2021-03-28 | Inline `find_suffix` closure that's only used once | Camelid | -18/+14 |
| 2021-03-28 | Point to disambiguator instead of whole link | Camelid | -10/+29 |
| 2021-03-26 | Lint on unknown intra-doc link disambiguators | Camelid | -11/+34 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -3/+7 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -6/+2 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -6/+2 |
| 2021-03-21 | Rename `clean::Span::span()` to `clean::Span::inner()` | Camelid | -8/+8 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -12/+10 |
| 2021-03-07 | Rollup merge of #82402 - jyn514:module-cache-refcell, r=GuillaumeGomez | Yuki Okushi | -45/+51 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -4/+6 |
| 2021-03-04 | Use cache access levels | Guillaume Gomez | -1/+1 |