| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+1 |
| 2022-12-08 | Prevent to try to retrieve auto and blanket implementations if there were err... | Guillaume Gomez | -0/+6 |
| 2022-12-04 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -499/+439 |
| 2022-11-27 | Remove Crate::primitives field | Guillaume Gomez | -2/+4 |
| 2022-11-22 | Consolidate rustdoc's lint passes into a single pass | Noah Lev | -499/+439 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -2/+2 |
| 2022-11-13 | rustdoc: Resolve doc links in external traits having local impls | Vadim Petrochenkov | -1/+8 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -2/+2 |
| 2022-11-07 | return `None` when def_kind is `DefKind::Use` | Takayuki Maeda | -1/+2 |
| 2022-11-03 | Remove rustdoc clean::Visibility type | Guillaume Gomez | -4/+4 |
| 2022-10-30 | Make rustdoc Item::visibility computed on-demand | Guillaume Gomez | -12/+15 |
| 2022-10-30 | Auto merge of #103010 - petrochenkov:effvisdoc, r=GuillaumeGomez | bors | -14/+27 |
| 2022-10-30 | Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddle | Dylan DPC | -1/+1 |
| 2022-10-29 | rustdoc: Split effective visibilities from rustc from similar data built by r... | Vadim Petrochenkov | -14/+27 |
| 2022-10-29 | Add regression test for missing item from private mod in JSON output | Guillaume Gomez | -1/+1 |
| 2022-10-29 | Add missing impl blocks for item reexported from private mod in JSON output | Guillaume Gomez | -5/+25 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -12/+12 |
| 2022-10-27 | fix(rustdoc): add missing URL component for error messages | Weihang Lo | -1/+1 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -12/+12 |
| 2022-10-24 | rustdoc: parse self-closing tags and attributes in `invalid_html_tags` | Michael Howell | -1/+54 |
| 2022-10-19 | rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits` | Vadim Petrochenkov | -19/+13 |
| 2022-10-16 | rustdoc: Process extern impls in all loaded crates | Vadim Petrochenkov | -1/+2 |
| 2022-10-16 | rustdoc: Do not expect `doc(primitive)` modules to always exist | Vadim Petrochenkov | -5/+5 |
| 2022-10-12 | Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errors | Dylan DPC | -3/+4 |
| 2022-10-10 | Stabilize rustdoc CHECK_INVALID_HTML_TAGS check | Guillaume Gomez | -4/+2 |
| 2022-10-10 | errors: use `HashMap` to store diagnostic args | David Wood | -3/+4 |
| 2022-10-03 | Fix rustdoc ICE in invalid_rust_codeblocks lint | Nilstrieb | -2/+5 |
| 2022-10-01 | rustdoc: adopt to the new lint API | Maybe Waffle | -67/+57 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -1/+1 |
| 2022-09-12 | Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill... | Guillaume Gomez | -1/+1 |
| 2022-09-12 | Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG... | Guillaume Gomez | -1/+1 |
| 2022-09-12 | rustdoc: fix treatment of backslash-escaped HTML | Michael Howell | -1/+1 |
| 2022-09-12 | Feature gate the rustdoc::missing_doc_code_examples lint | Wim Looman | -1/+1 |
| 2022-09-12 | rustdoc: improve rustdoc HTML suggestions handling of nested generics | Michael Howell | -3/+80 |
| 2022-09-10 | Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page | Nixon Enraght-Moony | -3/+7 |
| 2022-09-09 | Rustdoc support | Michael Goulet | -2/+2 |
| 2022-09-01 | Rollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_nested_impl, r=notriddle | Matthias Krüger | -20/+40 |
| 2022-09-01 | Rollup merge of #101274 - aDotInTheVoid:comment-typo, r=TaKO8Ki | Matthias Krüger | -1/+1 |
| 2022-09-01 | tracing::instrument cleanup | Oli Scherer | -4/+2 |
| 2022-09-01 | Correctly merge impl block cfg attributes with its parents | Guillaume Gomez | -20/+40 |
| 2022-09-01 | Fix typo in comment | Nixon Enraght-Moony | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-28 | extend attrs if local_def_id exists | Takayuki Maeda | -2/+3 |
| 2022-08-25 | Fix missing cfg propagation for reexports | Guillaume Gomez | -4/+35 |
| 2022-08-17 | Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-Simulacrum | Matthias Krüger | -9/+12 |
| 2022-08-15 | Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomez | Matthias Krüger | -1/+11 |
| 2022-08-15 | rustdoc: Mark imported items as retained | Nixon Enraght-Moony | -1/+11 |
| 2022-08-15 | errors: move translation logic into module | David Wood | -9/+12 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -8/+10 |
| 2022-08-09 | Prevent impl blocks containing only private items to be documented by default | Guillaume Gomez | -17/+54 |