summary refs log tree commit diff
path: root/src/librustdoc/passes
AgeCommit message (Expand)AuthorLines
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
2024-04-25Fix some typos in commentsTechVest-1/+1
2024-04-13rustdoc: check redundant explicit links with correct itemidMichael Howell-11/+8
2024-04-09Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelidMatthias Krüger-3/+5
2024-04-08rustdoc: slightly clean up the synthesis of blanket implsLeón Orell Valerian Liehr-3/+5
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+1
2024-04-06Add `f16` and `f128` to rustdoc's `PrimitiveType`Trevor Gross-0/+4
2024-03-28Correctly get complete intra-doc link dataGuillaume Gomez-1/+12
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-4/+2
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-0/+1
2024-03-14hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`Vadim Petrochenkov-2/+1
2024-03-12s/mt/mutability/Oli Scherer-1/+1
2024-03-12Add `nested` bool to `DefKind::Static`.Oli Scherer-1/+1
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-3/+3
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-3/+3