about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2022-06-16Fix `cfg(not)` and `cfg(all)` causing Rustdoc stab to disappearSprite-6/+10
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-06-11Fix incorrectly spelled "variadic"Michael Howell-3/+3
2022-06-08rustdoc: fixed messed-up rustdoc auto trait implsMichael Howell-4/+4
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-2/+15
2022-06-08Folding revamp.Nicholas Nethercote-1/+1
2022-06-03Manipulate lifetimes by LocalDefId for region resolution.Camille GILLOT-17/+6
2022-05-31rustdoc: also index impl traitMichael Howell-0/+4
2022-05-29Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomezbors-0/+6
2022-05-26Rollup merge of #97066 - petrochenkov:nofragkind, r=camelidMichael Goulet-1/+1
2022-05-25rustdoc: include impl generics / self in search indexMichael Howell-0/+6
2022-05-25Auto merge of #97365 - klensy:rustdoc-vs-clippy, r=notriddlebors-41/+41
2022-05-24fix simple clippy lintsklensy-41/+41
2022-05-24Rollup merge of #97288 - compiler-errors:tcxify-rustdoc, r=Dylan-DPCDylan DPC-150/+162
2022-05-23Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddlebors-16/+43
2022-05-23Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomezbors-31/+32
2022-05-22Clean up `&args[..]`, use more readable `args.iter()` insteadMichael Howell-1/+1
2022-05-22Lifetime variance fixes for rustdocMichael Goulet-150/+162
2022-05-22Auto merge of #97177 - oli-obk:const-stability, r=davidtwcobors-3/+3
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-14/+15
2022-05-21Remove unused Hash impl from DocFragmentKindMichael Howell-1/+1
2022-05-21rustdoc: Stop using `write!` in `UrlFragment::render`Vadim Petrochenkov-1/+1
2022-05-21Remove fields_stripped fields (and equivalents)Guillaume Gomez-16/+43
2022-05-21Auto merge of #93963 - GuillaumeGomez:reduce-clean-type-size, r=notriddlebors-201/+212
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-340/+348
2022-05-19Add and use stability helper methodsJacob Pratt-3/+3
2022-05-15Prevent to recompute `should_show_cast` by passing down `self_def_id`Guillaume Gomez-197/+191
2022-05-15Reduce clean::Type size by replacing a DefId (only used to check for display)...Guillaume Gomez-13/+30
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-11/+11
2022-05-13Add bound_impl_trait_refJack Huey-5/+5
2022-05-13Add bound_type_ofJack Huey-5/+5
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-19/+25
2022-05-11Rollup merge of #91518 - luojia65:rustdoc-riscv-arch, r=GuillaumeGomezDylan DPC-0/+2
2022-05-10Introduce EarlyBinderJack Huey-5/+5
2022-05-10update rustdoclcnr-19/+25
2022-05-07Track if a where bound comes from a impl Trait desugarflip1995-1/+2
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-7/+5
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-42/+77
2022-04-30Inline WhereClause into Generics.Camille GILLOT-1/+1
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-6/+6
2022-04-27tut tut tutEllen-1/+1
2022-04-21rustdoc: Unindent doc fragments on `Attributes` constructionVadim Petrochenkov-3/+156
2022-04-19rustdoc: Sligthly optimize `Attributes` construction and processing before do...Vadim Petrochenkov-41/+28
2022-04-19rustdoc: Optimize and refactor doc link resolutionVadim Petrochenkov-1/+8
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-15/+7
2022-04-16Rollup merge of #96118 - GuillaumeGomez:cleanup-def-id-item-id, r=notriddleDylan DPC-21/+21
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-21/+21