summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
2024-11-04Rename `DocContext::is_json` into `DocContext::is_json_output`Guillaume Gomez-3/+3
2024-11-04Fix invalid coverage computation when `--output-format=json` is enabledGuillaume Gomez-3/+4
2024-11-02rustdoc: skip stability inheritance for some item kindsLukas Markeffsky-17/+57
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-2/+2
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-45/+237
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-07Convert `Option<&Lrc<T>>` return types to `Option<&T>`.Nicholas Nethercote-2/+2
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-4/+4
2024-10-04rustdoc: cleaner errors on disambiguator/namespace mismatchesMichael Howell-5/+16
2024-10-01Auto merge of #131076 - lukas-code:doc-stab2, r=notriddlebors-0/+77
2024-10-01Auto merge of #130587 - coolreader18:field-variant-doclink-disambig, r=notrid...bors-41/+54
2024-09-30rustdoc: rewrite stability inheritance as a passLukas Markeffsky-0/+77
2024-09-25rm higher-ranked lifetimes from `DocVisitor`Lukas Markeffsky-6/+6
2024-09-25de-rc external traitsLukas Markeffsky-0/+2
2024-09-24Fix toolsMichael Goulet-1/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-24/+23
2024-09-19Add `field@` and `variant@` doc-link disambiguatorsNoa-41/+54
2024-09-11Auto merge of #129975 - notriddle:notriddle/lint-skip, r=GuillaumeGomezbors-202/+184
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-15/+15
2024-09-04rustdoc: unify the short-circuit on all lintsMichael Howell-202/+184
2024-08-31Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu...Matthias Krüger-0/+7
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+7
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-22Fix extern crates not being hidden with `doc(hidden)`Guillaume Gomez-3/+4
2024-08-20Remove unneeded conversion to `DefId` for `ExtraInfo`Guillaume Gomez-2/+4
2024-08-14Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errorsbors-1/+1
2024-08-13Unify naming of `DocTest`Guillaume Gomez-1/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-1/+1
2024-08-08rustdoc: fixed #101105schvv31n-1/+8
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-2/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-62/+65
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-1/+1
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger-19/+17
2024-07-04Adjust rustdoc automatic link suggestionEsteban Küber-19/+17
2024-07-01rustdoc: add usable lint for pulldown-cmark-0.11 parsing changesMichael Howell-0/+154
2024-06-30rustdoc: update to pulldown-cmark 0.11Michael Howell-11/+15
2024-06-28docs: check if the disambiguator matches its suffixbohan-8/+24
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+8
2024-06-07rustdoc: Remove `DoctestVisitor::get_line`Noah Lev-2/+2
2024-06-07rustdoc: Rename `Tester` to `DoctestVisitor`Noah Lev-2/+2
2024-06-06Auto merge of #126068 - lqd:revert-124976, r=petrochenkovbors-1/+1
2024-06-06Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk"Rémy Rakic-1/+1
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-2/+6