about summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2024-06-05Remove `Type` from rustdoc `Const`Boxy-1/+1
2024-06-05Make top-level `rustc_parse` functions fallible.Nicholas Nethercote-3/+8
2024-06-05Reorder `source_str_to_stream` arguments.Nicholas Nethercote-1/+1
2024-06-05Don't use the word "parse" for lexing operations.Nicholas Nethercote-8/+3
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-2/+6
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-117/+3
2024-05-27Auto merge of #125410 - fmease:adj-lint-diag-api, r=nnethercotebors-30/+86
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-30/+86
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-1/+1
2024-05-19Don't strip items with inherited visibility in AliasedNonLocalStripperMichael Goulet-2/+7
2024-05-11Always hide private fields in aliased typeUrgau-0/+62
2024-05-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-117/+3