summary refs log tree commit diff
path: root/src/librustdoc/clean/utils.rs
AgeCommit message (Expand)AuthorLines
2022-12-12Round 3: require binders for substsOli Scherer-10/+19
2022-12-12Round 2: make clean_middle_ty take a binderOli Scherer-3/+7
2022-11-28Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errorsDylan DPC-1/+1
2022-11-27Remove Crate::primitives fieldGuillaume Gomez-1/+1
2022-11-27Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaningMaybe Waffle-1/+1
2022-11-22Split `MacArgs` in two.Nicholas Nethercote-1/+1
2022-11-08Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomezbors-14/+8
2022-11-05rustdoc: print usize with less string manipulationMichael Howell-12/+6
2022-11-05rustdoc: use `ThinVec` and `Box<str>` to shrink `clean::ItemKind`Michael Howell-2/+2
2022-11-04rustdoc: render the return type of cross-crate `Fn`-family trait bounds in tr...León Orell Valerian Liehr-7/+7
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-4/+5
2022-10-30rustdoc: Do not add external traits to the crate in `register_res`Vadim Petrochenkov-4/+0
2022-10-29rustdoc: Simplify modifications of effective visibility tableVadim Petrochenkov-2/+1
2022-10-09Remove unnecessary lift calls from rustdocMichael Goulet-4/+4
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-1/+3
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-1/+1
2022-09-22introduce mir::Unevaluatedb-naber-2/+1
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-4/+3
2022-09-15Streamline `register_res`.Nicholas Nethercote-21/+5
2022-09-13rebaseb-naber-1/+1
2022-09-13use ty::Unevaluated<'tcx, ()> in type systemb-naber-3/+2
2022-09-09RPITIT placeholder itemsMichael Goulet-2/+2
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-9/+25
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-4/+4
2022-08-09remove Clean trait implementation for ast::ModuleGuillaume Gomez-4/+4
2022-08-03remove Clean trait implementation for ty::RegionGuillaume Gomez-4/+4
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-2/+1
2022-07-24Remove Clean trait implementation for ConstantGuillaume Gomez-4/+4
2022-07-23Remove Clean trait implementation for hir::Ty and middle::TyGuillaume Gomez-4/+5
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-1/+1
2022-07-04Rollup merge of #98814 - fmease:minimal-fix-for-issue-97933, r=GuillaumeGomezMatthias Krüger-6/+87
2022-07-04rustdoc: censor certain complex unevaluated const exprsLeón Orell Valerian Liehr-6/+87
2022-06-21Rustdoc fallout.Camille GILLOT-6/+3
2022-06-14address reviewb-naber-9/+10
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-7/+6
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-2/+2
2022-05-25Auto merge of #97365 - klensy:rustdoc-vs-clippy, r=notriddlebors-1/+1
2022-05-24fix simple clippy lintsklensy-1/+1
2022-05-24Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPCDylan DPC-11/+11
2022-05-22Lifetime variance fixes for rustdocMichael Goulet-11/+11
2022-05-21Extend `substs_to_args` into a perfectly-sized Vec almost every timeMichael Howell-16/+16
2022-05-21Shrink GenericArgs/PathSegment with boxed slicesMichael Howell-4/+4
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-18/+22
2022-05-10update rustdoclcnr-4/+3
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-1/+1
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-2/+2
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-1/+1
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-1/+1
2022-03-30fix rustdoclcnr-1/+1
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-1/+1