about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2022-10-27fix(rustdoc): add missing URL component for error messagesWeihang Lo-1/+1
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-12/+12
2022-10-24rustdoc: parse self-closing tags and attributes in `invalid_html_tags`Michael Howell-1/+54
2022-10-19rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`Vadim Petrochenkov-19/+13
2022-10-16rustdoc: Process extern impls in all loaded cratesVadim Petrochenkov-1/+2
2022-10-16rustdoc: Do not expect `doc(primitive)` modules to always existVadim Petrochenkov-5/+5
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-3/+4
2022-10-10Stabilize rustdoc CHECK_INVALID_HTML_TAGS checkGuillaume Gomez-4/+2
2022-10-10errors: use `HashMap` to store diagnostic argsDavid Wood-3/+4
2022-10-03Fix rustdoc ICE in invalid_rust_codeblocks lintNilstrieb-2/+5
2022-10-01rustdoc: adopt to the new lint APIMaybe Waffle-67/+57
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-1/+1
2022-09-12Rollup merge of #101735 - notriddle:notriddle/backslash-escaped-html, r=Guill...Guillaume Gomez-1/+1
2022-09-12Rollup merge of #101732 - Nemo157:gate-rustdoc-missing-examples, r=GuillaumeG...Guillaume Gomez-1/+1
2022-09-12rustdoc: fix treatment of backslash-escaped HTMLMichael Howell-1/+1
2022-09-12Feature gate the rustdoc::missing_doc_code_examples lintWim Looman-1/+1
2022-09-12rustdoc: improve rustdoc HTML suggestions handling of nested genericsMichael Howell-3/+80
2022-09-10Rustdoc-Json: Correcty handle intra-doc-links to items without HTML pageNixon Enraght-Moony-3/+7
2022-09-09Rustdoc supportMichael Goulet-2/+2
2022-09-01Rollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_nested_impl, r=notriddleMatthias Krüger-20/+40
2022-09-01Rollup merge of #101274 - aDotInTheVoid:comment-typo, r=TaKO8KiMatthias Krüger-1/+1
2022-09-01tracing::instrument cleanupOli Scherer-4/+2
2022-09-01Correctly merge impl block cfg attributes with its parentsGuillaume Gomez-20/+40
2022-09-01Fix typo in commentNixon Enraght-Moony-1/+1
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-28extend attrs if local_def_id existsTakayuki Maeda-2/+3
2022-08-25Fix missing cfg propagation for reexportsGuillaume Gomez-4/+35
2022-08-17Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-SimulacrumMatthias Krüger-9/+12
2022-08-15Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomezMatthias Krüger-1/+11
2022-08-15rustdoc: Mark imported items as retainedNixon Enraght-Moony-1/+11
2022-08-15errors: move translation logic into moduleDavid Wood-9/+12
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-8/+10
2022-08-09Prevent impl blocks containing only private items to be documented by defaultGuillaume Gomez-17/+54
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-1/+1
2022-07-30Rollup merge of #99873 - notriddle:notriddle/invalid-html-tags-webcomponents,...Matthias Krüger-1/+9
2022-07-30Update src/librustdoc/passes/html_tags.rsMichael Howell-1/+1
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-3/+3
2022-07-28rustdoc: align invalid-html-tags lint with commonmark specMichael Howell-1/+9
2022-07-21Rollup merge of #99559 - GuillaumeGomez:rm-unused-field-keyword, r=notriddleMatthias Krüger-2/+2
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-2/+2
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-1/+4
2022-07-16Correctly handle usage of private items in public API for JSON output formatGuillaume Gomez-4/+19
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-1/+2
2022-07-05lint: `LintDiagnosticBuilder` into `rustc_errors`David Wood-2/+3
2022-06-19Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-seMatthias Krüger-2/+2
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-2/+2
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-1/+0
2022-06-13remove unnecessary `to_string` and `String::new`Takayuki Maeda-1/+1
2022-06-06Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jshaMatthias Krüger-2/+3
2022-06-02Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill...Yuki Okushi-2/+29