| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -1/+1 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -2/+2 |
| 2023-01-14 | Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle | Yuki Okushi | -11/+1 |
| 2023-01-13 | Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov | Matthias Krüger | -11/+11 |
| 2023-01-13 | Remove redundant session field | Oli Scherer | -11/+11 |
| 2023-01-12 | Fix not displayed re-export of `doc(hidden)` item | Guillaume Gomez | -3/+18 |
| 2023-01-12 | Remove dead code in rustdoc stripper | Guillaume Gomez | -11/+1 |
| 2023-01-11 | Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco | nils | -1/+3 |
| 2023-01-08 | Make translate_message return result and add tests | mejrs | -1/+3 |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -0/+1 |
| 2023-01-04 | rename find_parent_node to opt_parent_id | Michael Goulet | -1/+1 |
| 2023-01-01 | clean: Always store enum disriminant. | Nixon Enraght-Moony | -1/+4 |
| 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 |