| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2021-01-11 | Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-01-11 | Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomez | Yuki Okushi | -21/+20 |
| 2021-01-10 | rustdoc: Remove `*` intra-doc alias for `pointer` | Camelid | -1/+1 |
| 2021-01-10 | rustdoc: Resolve `&str` as `str` | Camelid | -1/+1 |
| 2021-01-10 | Small cleanups | Joshua Nelson | -15/+4 |
| 2021-01-10 | Fix intra-doc links to `Self` and `crate` | Joshua Nelson | -6/+16 |
| 2021-01-08 | Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez | bors | -36/+64 |
| 2021-01-08 | Preserve non-local recursive `Deref` impls | J. Ryan Stinnett | -36/+64 |
| 2021-01-05 | Document hackiness around primitive associated item disambiguators | max-heller | -0/+8 |
| 2021-01-03 | half working | max-heller | -50/+51 |
| 2021-01-03 | still verify disambiguators for primitives | max-heller | -47/+57 |
| 2021-01-03 | fix issue 80559 | max-heller | -5/+10 |
| 2021-01-03 | Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514 | bors | -52/+74 |