about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2025-02-08Rustfmtbjorn3-49/+61
2025-02-06Auto merge of #136265 - notriddle:notriddle/clean-up, r=fmeasebors-14/+12
2025-02-05Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomezbors-19/+40
2025-02-04librustdoc: create a helper for separating elements of an iterator instead of...Yotam Ofek-19/+40
2025-02-04Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgrbors-4/+4
2025-02-04Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelidMatthias Krüger-4/+4
2025-02-03Rollup merge of #136411 - dtolnay:fnptr, r=notriddleMatthias Krüger-5/+17
2025-02-02rustc_allowed_through_unstable_modules: require deprecation messageRalf Jung-10/+2
2025-02-01Omit argument names from function pointers that do not have argument namesDavid Tolnay-5/+17
2025-01-30fix(rustdoc): always use a channel when linking to doc.rust-lang.orgAlexis (Poliorcetics) Bourget-4/+4
2025-01-30introduce `ty::Value`Lukas Markeffsky-4/+2
2025-01-29Collect directly into ThinVecMichael Howell-9/+7
2025-01-29rustdoc: use ThinVec for generic arg partsMichael Howell-5/+5
2025-01-29Eliminate PatKind::PathOli Scherer-1/+2
2025-01-24Auto merge of #135272 - BoxyUwU:generic_arg_infer_reliability_2, r=compiler-e...bors-9/+14
2025-01-23Rustdog :3cBoxy-8/+13
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-2/+2
2025-01-22rustdoc: extract duplicated code into methodYotam Ofek-72/+45
2025-01-15Rollup merge of #135428 - camelid:attr-cleanup, r=GuillaumeGomezGuillaume Gomez-142/+112
2025-01-15Rollup merge of #135003 - RalfJung:deprecate-allowed-through-unstable, r=davi...Guillaume Gomez-5/+11
2025-01-15Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl...bors-5/+16
2025-01-15Treat safe target_feature functions as unsafe by defaultOli Scherer-2/+13
2025-01-15show deprecation message in rustdoc, tooRalf Jung-5/+11
2025-01-15allowed_through_unstable_modules: support showing a deprecation message when ...Ralf Jung-1/+1
2025-01-14Fix clippy lintsGuillaume Gomez-4/+4
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-4/+4
2025-01-13rustdoc: Eliminate `AttributesExt`Noah Lev-45/+20
2025-01-12rustdoc: Extract `AttributesExt::lists` trait method as functionNoah Lev-32/+21
2025-01-12rustdoc: Extract `AttributesExt::cfg` trait method as functionNoah Lev-80/+86
2025-01-08Rename PatKind::Lit to ExprOli Scherer-2/+2
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-0/+1
2025-01-04Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obkbors-1/+1
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2025-01-02rustdoc: treat `allowed_through_unstable_modules` as deprecationMichael Howell-1/+21
2024-12-31add guard patterns to HIR and implement loweringMax Niederman-0/+1
2024-12-31Unsafe binder support in rustdocMichael Goulet-5/+32
2024-12-28nits: librustdoc::cleanAlexis (Poliorcetics) Bourget-12/+10
2024-12-25Improve rustdoc codeGuillaume Gomez-3/+3
2024-12-25Auto merge of #134703 - poliorcetics:ab/push-ovsylkzsoxku, r=GuillaumeGomezbors-12/+10
2024-12-24nit: cleanups in `Cfg::simplify_with`Alexis (Poliorcetics) Bourget-12/+10
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+2
2024-12-20Rollup merge of #134321 - dtolnay:docassocconst, r=fmeaseJacob Pratt-38/+55
2024-12-19Rename TyMethodItem -> RequiredMethodItemDavid Tolnay-7/+9
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-7/+7
2024-12-19Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItemDavid Tolnay-21/+32
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-8/+12
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-2/+2
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-2/+2
2024-12-17Auto merge of #134376 - jdonszelmann:fix-rustdoc-perf, r=jieyouxubors-1/+1
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1