| Age | Commit message (Expand) | Author | Lines |
| 2021-06-10 | manually crafted revert of PR #80653, to address issue #82465. | Felix S. Klock II | -62/+35 |
| 2021-06-05 | Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth | bors | -2/+5 |
| 2021-06-05 | Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomez | Yuki Okushi | -6/+6 |
| 2021-06-04 | rustdoc: link consistently to stable/beta in diagnostic messages | Joshua Nelson | -2/+5 |
| 2021-05-20 | Remove `PrimitiveType::as_str` | Joshua Nelson | -6/+6 |
| 2021-05-17 | Fix rebase conflicts | Joshua Nelson | -1/+1 |
| 2021-05-17 | Address review comments | Joshua Nelson | -1/+1 |
| 2021-05-17 | Rename INVALID_RUST_CODEBLOCK{,S} | Joshua Nelson | -1/+1 |
| 2021-05-17 | Add back missing help for ignore blocks | Joshua Nelson | -28/+26 |
| 2021-05-17 | New rustdoc lint to respect -Dwarnings correctly | Alexis Bourget | -33/+59 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -6/+4 |
| 2021-05-15 | Rollup merge of #85067 - Stupremee:minimize-amount-of-fake-defids, r=jyn514,G... | Guillaume Gomez | -46/+25 |
| 2021-05-15 | Rollup merge of #84461 - jyn514:remove-strip-item, r=GuillaumeGomez | Guillaume Gomez | -5/+5 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -46/+25 |
| 2021-05-12 | Use () for all_traits. | Camille GILLOT | -2/+2 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -4/+2 |
| 2021-05-12 | Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister | bors | -3/+3 |
| 2021-05-08 | Remove `FakeDefId::expect_local()` | Camelid | -3/+15 |
| 2021-05-07 | rustdoc: Link to the docs on namespaces when an unknown disambiguator is found | Joshua Nelson | -1/+4 |
| 2021-05-05 | Use local and remapped paths where appropriate | Andy Wang | -2/+2 |
| 2021-05-05 | Remove impl Display for FileName and add FileNameDisplay wrapper type | Andy Wang | -1/+1 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -8/+1 |
| 2021-05-04 | rustdoc: Remove unnecessary `StripItem` wrapper | Joshua Nelson | -5/+5 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -65/+94 |
| 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 |