| Age | Commit message (Expand) | Author | Lines |
| 2021-09-24 | resolve: Refactor obtaining `Module` from its `DefId` | Vadim Petrochenkov | -1/+1 |
| 2021-09-21 | Revert the rustdoc box syntax removal | est31 | -1/+1 |
| 2021-09-12 | Fix broken handling of primitive items | Joshua Nelson | -36/+23 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -1/+1 |
| 2021-08-22 | Revert "Revert "Don't load all extern crates unconditionally"" | Joshua Nelson | -0/+3 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -1/+1 |
| 2021-08-04 | Auto merge of #87568 - petrochenkov:localevel, r=cjgillot | bors | -5/+2 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -6/+6 |
| 2021-07-31 | rustc: Replace `HirId`s with `LocalDefId`s in `AccessLevels` tables | Vadim Petrochenkov | -5/+2 |
| 2021-07-29 | Change span for intra-doc links errors | Guillaume Gomez | -24/+73 |
| 2021-07-12 | suggest removing disambiguator if linking to field | Deadbeef | -0/+6 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -28/+30 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -30/+28 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -41/+40 |
| 2021-07-01 | Revert "Don't load all extern crates unconditionally" | Guillaume Gomez | -3/+0 |
| 2021-06-23 | Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514 | Dylan DPC | -27/+12 |
| 2021-06-22 | Accept `!{}` and `![]` as macro disambiguators | LeSeulArtichaut | -3/+5 |
| 2021-06-22 | Rollup merge of #86334 - LeSeulArtichaut:86120-links-type-aliases, r=jyn514 | Yuki Okushi | -5/+46 |
| 2021-06-21 | Fix handling of disambiguator suffixes for intra-doc links | LeSeulArtichaut | -27/+10 |
| 2021-06-21 | Resolve type aliases to the type they point to in intra-doc links | LeSeulArtichaut | -5/+46 |
| 2021-06-14 | Use the now available implementation of `IntoIterator` for arrays | LeSeulArtichaut | -4/+4 |
| 2021-06-05 | Auto merge of #85990 - jyn514:channel-replace-rustdoc, r=Manishearth | bors | -2/+5 |
| 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 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -4/+2 |
| 2021-05-15 | Minimize amount of fake `DefId`s used in rustdoc | Justus K | -42/+21 |
| 2021-05-12 | Use () for privacy. | Camille GILLOT | -4/+2 |
| 2021-05-08 | Remove `FakeDefId::expect_local()` | Camelid | -1/+5 |
| 2021-05-07 | rustdoc: Link to the docs on namespaces when an unknown disambiguator is found | Joshua Nelson | -1/+4 |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -8/+1 |
| 2021-05-04 | Add type to differentiate between fake and real DefId's | Justus K | -36/+60 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -6/+2 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -7/+12 |
| 2021-04-24 | Add attr_span helper function | Joshua Nelson | -6/+3 |
| 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-11 | Move crate loader to collect_intra_doc_links::early | Joshua Nelson | -11/+14 |
| 2021-04-10 | Preprocess intra-doc links consistently | Joshua Nelson | -82/+138 |
| 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 |