about summary refs log tree commit diff
path: root/src/librustdoc/passes/collect_intra_doc_links.rs
AgeCommit message (Expand)AuthorLines
2025-09-26Add new `tyalias` intra-doc link disambiguatorGuillaume Gomez-0/+2
2025-09-12Don't store defaultness for inherent impl itemsCameron Steffen-1/+1
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-2/+2
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-12/+16
2025-08-12rustdoc: Minimal fixes to compile with `MacroKinds`Josh Triplett-12/+16
2025-08-12Rollup merge of #144921 - lolbinarycat:rustdoc-intra-doc-gfm-141866, r=fmease...Stuart Cook-2/+14
2025-08-11don't emit rustdoc::broken_intra_doc_links for stuff like [!NOTE]binarycat-2/+14
2025-08-05rustdoc: fix caching of intra-doc links on reexportsbinarycat-1/+6
2025-07-24rustdoc::broken_intra_doc_links: only be lenient with shortcut linksbinarycat-5/+22
2025-07-24rustdoc::broken_intra_doc_links: no backticks = use old behaviorbinarycat-1/+3
2025-07-24get rid of some false negatives in rustdoc::broken_intra_doc_linksbinarycat-3/+10
2025-07-19Fix clippy lints in librustdocGuillaume Gomez-13/+12
2025-06-23Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...Guillaume Gomez-5/+8
2025-05-28Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill...Trevor Gross-8/+28
2025-05-27rustdoc: linking to a local proc macro no longer warnsbinarycat-8/+28
2025-05-22Remove `is_empty` check in `filter_assoc_items_by_name_and_namespace`.Nicholas Nethercote-6/+1
2025-05-09Remove `Ident::empty`.Nicholas Nethercote-6/+15
2025-04-19Fix error when an intra doc link is trying to resolve an empty associated itemGuillaume Gomez-1/+6
2025-04-15Move two methods from `AssocKind` to `AssocItem`.Nicholas Nethercote-2/+2
2025-03-07Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomezMatthias Krüger-1/+1
2025-03-06`x clippy src/librustdoc --fix`Yotam Ofek-1/+1
2025-03-06`librustdoc`: flatten nested ifsYotam Ofek-30/+27
2025-03-04Adapt `librustdoc` to 2024 edition lifetieme capture rulesYotam Ofek-1/+1
2025-02-21convert all_macro_rules from hashmap to hashsetklensy-1/+1
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-1/+1
2024-12-25Improve rustdoc codeGuillaume Gomez-1/+1
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+1
2024-11-28Fix new clippy lintsGuillaume Gomez-28/+24
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-10-20Remove unused `recoverable` argument in collect_intra_doc_linksGuillaume Gomez-21/+9
2024-10-15Remove `AmbiguousLinks::disambiguator`Guillaume Gomez-3/+1
2024-10-15Improve documentation for intra-doc links computationGuillaume Gomez-9/+9
2024-10-14Delay ambiguous intra-doc link resolution after `Cache` has been populatedGuillaume Gomez-34/+226
2024-10-08Rollup merge of #131408 - GuillaumeGomez:more-intra-doc-cleanup, r=notriddleMatthias Krüger-4/+2
2024-10-08Remove unneeded argument of `LinkCollector::verify_disambiguator`Guillaume Gomez-4/+2
2024-10-08Auto merge of #131368 - GuillaumeGomez:rustdoc-dead-code, r=notriddlebors-67/+0
2024-10-07Remove dead codeGuillaume Gomez-67/+0
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-3/+3
2024-10-04rustdoc: cleaner errors on disambiguator/namespace mismatchesMichael Howell-5/+16
2024-10-01Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid...bors-41/+54
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-1/+1
2024-09-24Fix toolsMichael Goulet-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+7
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-41/+54
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+1
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-1/+3
2024-08-24Fix `elided_named_lifetimes` in codePavel Grigorenko-1/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+11