| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -1/+1 |
| 2022-07-30 | Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,... | Matthias Krüger | -1/+9 |
| 2022-07-30 | Update src/librustdoc/passes/html_tags.rs | Michael Howell | -1/+1 |
| 2022-07-29 | Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKind | est31 | -3/+3 |
| 2022-07-28 | rustdoc: align invalid-html-tags lint with commonmark spec | Michael Howell | -1/+9 |
| 2022-07-21 | Rollup merge of #99559 - GuillaumeGomez:rm-unused-field-keyword, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-07-21 | Remove unused field in ItemKind::KeywordItem | Guillaume Gomez | -2/+2 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -1/+4 |
| 2022-07-16 | Correctly handle usage of private items in public API for JSON output format | Guillaume Gomez | -4/+19 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -1/+2 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+3 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -2/+2 |
| 2022-06-14 | Make ResolverAstLowering a struct. | Camille GILLOT | -1/+0 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -1/+1 |
| 2022-06-06 | Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha | Matthias Krüger | -2/+3 |
| 2022-06-02 | Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill... | Yuki Okushi | -2/+29 |