about summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
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
2022-04-14clarify doc(cfg) wordingAndy Russell-30/+19
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-47/+77
2022-04-11Rollup merge of #95876 - fee1-dead:note-const-drop, r=oli-obkMatthias Krüger-11/+1
2022-04-11Add a note for unsatisfied `~const Drop` boundsDeadbeef-11/+1
2022-04-07Hide cross-crate doc-hidden assoc items in trait implsLeón Orell Valerian Liehr-4/+17
2022-04-05rustdoc changes for ~const DropPietro Albini-10/+2
2022-04-01Rollup merge of #95530 - notriddle:notriddle/private-kw-prim, r=jshaMatthias Krüger-8/+11
2022-04-01Rollup merge of #95344 - jyn514:better-debug-output, r=camelidMatthias Krüger-1/+23
2022-03-31rustdoc: do not show primitives and keywords as privateMichael Howell-8/+11
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-2/+2
2022-03-30fix rustdoclcnr-55/+58
2022-03-29Make `impl Debug for rustdoc::clean::Item` easier to readJoshua Nelson-1/+23
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-2/+2
2022-03-29Merge ItemKind::TyMethodItem branch with ItemKind::FunctionItem and ItemKind:...Guillaume Gomez-16/+16
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-83/+52
2022-03-21Rename `~const Drop` to `~const Destruct`Deadbeef-3/+21
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-1/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-1/+3
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1
2022-03-14Auto merge of #94139 - est31:let_else_rustdoc, r=notriddlebors-19/+8
2022-03-12Remove needless use of `Into`Noah Lev-2/+2
2022-03-12Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-deadbors-2/+2