| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-03-04 | No more need for borrow call | Guillaume Gomez | -1/+1 |
| 2021-03-04 | Pass TyCtxt directly instead of DocContext in librustdoc::visit_ast::inherits... | Guillaume Gomez | -1/+1 |
| 2021-03-04 | Move visibility check inside the should_have_doc_example function | Guillaume Gomez | -17/+17 |
| 2021-03-04 | Don't warn for `missing_doc_examples` when item is #[doc(hidden)] | Guillaume Gomez | -1/+10 |
| 2021-03-04 | Remove RefCell around module_trait_cache | Joshua Nelson | -24/+26 |
| 2021-03-04 | Don't require a `DocContext` for `report_diagnostic` | Joshua Nelson | -22/+26 |
| 2021-03-04 | Rollup merge of #80527 - jyn514:rustdoc-lints, r=GuillaumeGomez | Yuki Okushi | -12/+7 |
| 2021-03-01 | Move lint machinery into a separate file | Joshua Nelson | -6/+6 |
| 2021-03-01 | Rename rustdoc lints to be a tool lint instead of built-in. | Joshua Nelson | -12/+7 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -5/+4 |
| 2021-02-28 | Auto merge of #81349 - jyn514:blanket-impls-cleanup, r=lcnr | bors | -8/+2 |
| 2021-02-28 | Remove unnecessary `self_ty` parameter to `get_blanket_impls` | Joshua Nelson | -8/+2 |
| 2021-02-26 | Update src/librustdoc/passes/collect_intra_doc_links.rs | Lucas De Angelis | -1/+1 |
| 2021-02-26 | Fix formatting | Lucas De Angelis | -1/+6 |
| 2021-02-26 | Fix intra-doc handling of `Self` in enum | Lucas De Angelis | -0/+3 |
| 2021-02-25 | Rollup merge of #81575 - camelid:rustdoc-wrongnamespace-cleanup, r=jyn514 | Dylan DPC | -17/+22 |
| 2021-02-23 | rustdoc: Name fields of `ResolutionFailure::WrongNamespace` | Camelid | -17/+22 |
| 2021-02-22 | Remove many RefCells from DocContext | Camelid | -7/+5 |
| 2021-02-22 | Auto merge of #82295 - jyn514:feature-gate, r=Manishearth | bors | -0/+3 |
| 2021-02-19 | [intra-doc links] Don't check feature gates of items re-exported across crates | Joshua Nelson | -0/+3 |
| 2021-02-16 | Make `Clean` take &mut DocContext | Joshua Nelson | -16/+22 |
| 2021-02-16 | Take `&mut DocContext` in passes | Joshua Nelson | -82/+48 |
| 2021-02-15 | Trait impls are Items, therefore HIR owners. | Camille GILLOT | -2/+2 |
| 2021-02-11 | Fix private intra-doc warnings on associated items | Joshua Nelson | -4/+5 |
| 2021-02-04 | Cleanup rustdoc pass descriptions a bit | Camelid | -6/+6 |
| 2021-01-30 | Rollup merge of #81495 - camelid:rustdoc-output_format-optional, r=GuillaumeG... | Yuki Okushi | -1/+1 |
| 2021-01-30 | rustdoc tweaking | bors | -23/+21 |
| 2021-01-28 | rustdoc: Remove unnecessary optional | Camelid | -1/+1 |
| 2021-01-28 | Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser | Yuki Okushi | -10/+8 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -19/+15 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -17/+26 |
| 2021-01-23 | Make `-Z time-passes` less noisy | Joshua Nelson | -10/+8 |
| 2021-01-21 | Fix rustc::internal lints on rustdoc | Joshua Nelson | -4/+4 |
| 2021-01-17 | Feature-gate `pointer` and `reference` in intra-doc links | Joshua Nelson | -3/+26 |
| 2021-01-17 | Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper | Mara Bos | -2/+7 |
| 2021-01-15 | Rename VariantKind -> Variant | Joshua Nelson | -1/+1 |
| 2021-01-15 | Remove useless `clean::Variant` struct | Joshua Nelson | -1/+1 |
| 2021-01-12 | Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-11 | resolve: Simplify collection of traits in scope | Vadim Petrochenkov | -2/+7 |