about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2022-11-05Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillotDylan DPC-1/+2
2022-11-04Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr...Matthias Krüger-44/+19
2022-11-04Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgrbors-17/+20
2022-11-04Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomezMatthias Krüger-17/+20
2022-11-04Auto merge of #102928 - notriddle:notriddle/rustdoc-thin-vec, r=GuillaumeGomezbors-63/+60
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-44/+19
2022-11-03roll another resolution logic in rustdocDeadbeef-1/+2
2022-11-02rustdoc: add size tracking for `Generics`Michael Howell-0/+1
2022-11-02rustdoc: remove unneeded Box from ItemKindMichael Howell-3/+3
2022-11-02rustdoc: use ThinVec for cleaned genericsMichael Howell-60/+56
2022-11-02Properly render asyncness for traits without default bodyMichael Goulet-17/+20
2022-11-02Fix merge of attributes for reexports of local itemsGuillaume Gomez-5/+21
2022-11-02Auto merge of #103690 - GuillaumeGomez:visibility-on-demand, r=notriddlebors-97/+84
2022-11-02Auto merge of #103649 - petrochenkov:docnotrait, r=GuillaumeGomezbors-4/+0
2022-10-30Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau...Michael Howell-0/+15
2022-10-30Make rustdoc Item::visibility computed on-demandGuillaume Gomez-97/+84
2022-10-30rustdoc: Do not add external traits to the crate in `register_res`Vadim Petrochenkov-4/+0
2022-10-29rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+15
2022-10-29rustdoc: Split effective visibilities from rustc from similar data built by r...Vadim Petrochenkov-4/+4
2022-10-29rustdoc: Simplify modifications of effective visibility tableVadim Petrochenkov-2/+1
2022-10-29Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errorsGuillaume Gomez-1/+1
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-19/+19
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-4/+4
2022-10-28Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not...Matthias Krüger-8/+35
2022-10-27Update toolingMaybe Waffle-1/+1
2022-10-27Rollup merge of #103408 - compiler-errors:rpitit-rustdoc, r=GuillaumeGomezMatthias Krüger-53/+69
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-4/+4
2022-10-25Don't merge inline doc comments for impl blocksGuillaume Gomez-8/+35
2022-10-23Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomezMichael Howell-18/+23
2022-10-23Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514Dylan DPC-94/+102
2022-10-22Clean middle RPITITs correctly in rustdocMichael Goulet-53/+69
2022-10-19rustdoc: render bounds of cross-crate GAT paramsLeón Orell Valerian Liehr-14/+30
2022-10-19rustdoc: Do not filter out `Self: Sized` boundsLeón Orell Valerian Liehr-18/+23
2022-10-19rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`Vadim Petrochenkov-94/+102
2022-10-14Add some tidy-alphabeticalnils-1/+2
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-1/+1
2022-10-14more dupe word typosRageking8-1/+1
2022-10-13rustdoc: don't ICE on `TyKind::Typeof`Maybe Waffle-2/+1
2022-10-10Rollup merge of #102834 - compiler-errors:unnecessary-lift, r=jyn514Yuki Okushi-17/+9
2022-10-10Rollup merge of #102831 - compiler-errors:rustdoc-norm-oops, r=jyn514Yuki Okushi-5/+4
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-2/+2
2022-10-09Remove unnecessary lift calls from rustdocMichael Goulet-18/+9
2022-10-09Don't use unnormalized type in Ty::fn_sigMichael Goulet-5/+4
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-2/+2
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-64/+57
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-33/+90
2022-10-03Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r...Matthias Krüger-23/+25
2022-10-03rustdoc: re-sugar more cross-crate trait boundsLeón Orell Valerian Liehr-23/+25
2022-09-29Auto merge of #101887 - nnethercote:shrink-Res, r=spastorinobors-6/+11
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-6/+11