about summary refs log tree commit diff
path: root/src/librustdoc/clean/mod.rs
AgeCommit message (Expand)AuthorLines
2025-01-23Rustdog :3cBoxy-8/+13
2025-01-23Make `hir::TyKind::TraitObject` use tagged ptrBoxy-2/+2
2025-01-15Rollup merge of #135428 - camelid:attr-cleanup, r=GuillaumeGomezGuillaume Gomez-7/+13
2025-01-14Add hir::HeaderSafety to make follow up commits simplerOli Scherer-1/+1
2025-01-13rustdoc: Eliminate `AttributesExt`Noah Lev-2/+8
2025-01-12rustdoc: Extract `AttributesExt::lists` trait method as functionNoah Lev-5/+5
2025-01-12rustdoc: Extract `AttributesExt::cfg` trait method as functionNoah Lev-1/+1
2025-01-04turn hir::ItemKind::Fn into a named-field variantRalf Jung-1/+1
2024-12-31Unsafe binder support in rustdocMichael Goulet-3/+22
2024-12-28nits: librustdoc::cleanAlexis (Poliorcetics) Bourget-12/+10
2024-12-25Improve rustdoc codeGuillaume Gomez-3/+3
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-20/+27
2024-12-19Rename TyMethodItem -> RequiredMethodItemDavid Tolnay-2/+2
2024-12-19Rename TyAssocTypeItem -> RequiredAssocTypeItemDavid Tolnay-2/+2
2024-12-19Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItemDavid Tolnay-15/+22
2024-12-19Rename TyAssocConstItem -> RequiredAssocConstItemDavid Tolnay-2/+2
2024-12-18Rollup merge of #134161 - nnethercote:overhaul-token-cursors, r=spastorino许杰友 Jieyou Xu (Joe)-1/+1
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-1/+1
2024-12-16split attributesJonathan Dönszelmann-4/+4
2024-12-15Add hir::AttributeJonathan Dönszelmann-14/+14
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-2/+6
2024-12-12Fix toolsMichael Goulet-0/+3
2024-12-10Remove more traces of anonymous ADTsMichael Goulet-3/+0
2024-12-02Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxuGuillaume Gomez-1/+1
2024-12-02Change `AttrArgs::Eq` into a struct variantOli Scherer-1/+1
2024-11-30Remove hir::ArrayLen, introduce ConstArgKind::InferDominik Stolz-20/+18
2024-11-28Fix new clippy lintsGuillaume Gomez-10/+8
2024-11-26Rollup merge of #133443 - fmease:rm-dead-eff-code-ii, r=compiler-errorsGuillaume Gomez-8/+0
2024-11-25Remove dead code stemming from the old effects desugaring (II)León Orell Valerian Liehr-8/+0
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-5/+5
2024-11-20Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errorsbors-3/+1
2024-11-19rustdoc: yeet `TypingEnv::from_param_env`lcnr-3/+1
2024-11-19Introduce `min_generic_const_args` and directly represent pathsNoah Lev-7/+8
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-3/+3
2024-11-13Rollup merge of #132302 - fmease:rustdoc-better-vis-for-macro-decl, r=notriddleMatthias Krüger-7/+4
2024-11-13rustdoc: Treat decl macros like other itemsLeón Orell Valerian Liehr-7/+4
2024-11-11[perf] rustdoc: Perform less work when cleaning parenthesized generic argsLeón Orell Valerian Liehr-2/+2
2024-11-05Auto merge of #132580 - compiler-errors:globs, r=Noratriebbors-14/+18
2024-11-04Rename `DocContext::is_json` into `DocContext::is_json_output`Guillaume Gomez-2/+2
2024-11-04Fix invalid coverage computation when `--output-format=json` is enabledGuillaume Gomez-2/+2
2024-11-04ty::BrK -> ty::BoundRegionKind::KMichael Goulet-4/+8
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-10/+10
2024-11-03Rename the FIXMEs, remove a few that dont matter anymoreMichael Goulet-2/+2
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-1/+1
2024-10-29update toolslcnr-3/+3
2024-10-26Effects cleanupDeadbeef-1/+0
2024-10-24Implement const effect predicate in new solverMichael Goulet-1/+3
2024-10-24Remove associated type based effects logicMichael Goulet-3/+3
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1