summary refs log tree commit diff
path: root/src/librustdoc/json/conversions.rs
AgeCommit message (Expand)AuthorLines
2022-09-10Rustdoc-Json: Correcty handle intra-doc-links to items without HTML pageNixon Enraght-Moony-2/+9
2022-09-07Rustdoc-Json: More accurate struct type.Nixon Enraght-Moony-25/+11
2022-09-05Rustdoc-Json: Store Variant Fields as their own item.Nixon Enraght-Moony-11/+21
2022-09-05Auto merge of #101386 - aDotInTheVoid:rdj-discriminant, r=GuillaumeGomezbors-1/+13
2022-09-04rustdoc: Compute enum discriminant on demandNixon Enraght-Moony-8/+10
2022-09-03Rustdoc-Json: Add enum discriminantNixon Enraght-Moony-1/+11
2022-09-03remove redundant clonesMatthias Krüger-1/+1
2022-08-29Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h...Nixon Enraght-Moony-2/+6
2022-08-16rustdoc: box ItemKind::TraitMichael Howell-1/+1
2022-08-16rustdoc: factor Type::QPath out into its own boxMichael Howell-2/+2
2022-08-15Handle correctly stripped enum variant fieldsGuillaume Gomez-6/+4
2022-08-13Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomezMichael Goulet-26/+20
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-1/+1
2022-08-10Rustdoc-Json: Add `Path` type for traits.Nixon Enraght-Moony-26/+20
2022-08-10Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelidMatthias Krüger-18/+12
2022-08-03Rustdoc-Json: Add and use `FromWithTcx` for `Vec`Nixon Enraght-Moony-33/+31
2022-08-03Rustdoc-Json: Extract `convert_lifetime` to functionNixon Enraght-Moony-6/+10
2022-08-03Rustdoc-Json: Document HRTB's on DynTraitNixon Enraght-Moony-26/+22
2022-07-29Box FunctionItem, TyMethodItem, MethodItem, ForeignFunctionItemest31-4/+4
2022-07-29Box TypedefItem, ImplItem, AssocTypeItem variants of ItemKindest31-6/+6
2022-07-22Auto merge of #99598 - GuillaumeGomez:clean-trait-fields-on-demand, r=notriddlebors-2/+4
2022-07-22Make some clean::Trait fields computation on demandGuillaume Gomez-2/+4
2022-07-21Remove unused field in ItemKind::KeywordItemGuillaume Gomez-2/+2
2022-07-19rustdoc-json: De-duplicate `FromWithTcx<clean::Import>`Martin Nordholts-18/+12
2022-07-17rustdoc: extend `#[doc(tuple_variadic)]` to fn pointersMichael Howell-1/+1
2022-07-16Fix rustdoc JSON inlineGuillaume Gomez-4/+26
2022-07-02rustdoc-json-types: Clean up derives.Nixon Enraght-Moony-1/+1
2022-06-29rustdoc-json: Make default value of blanket impl assoc types workMartin Nordholts-1/+1
2022-06-28Auto merge of #98475 - notriddle:notriddle/index-fn-signatures, r=GuillaumeGomezbors-1/+0
2022-06-28Rollup merge of #98611 - GuillaumeGomez:rustdoc-json-glob-ice, r=notriddleMatthias Krüger-1/+6
2022-06-28Fix glob import ICE in rustdoc JSON formatGuillaume Gomez-1/+6
2022-06-27Fix kind for associated types in rustdoc JSON output for trait implementationsGuillaume Gomez-2/+5
2022-06-24rustdoc: reference function signature types from the `p` arrayMichael Howell-1/+0
2022-06-22Filter out keyword items in rustdoc JSON outputGuillaume Gomez-7/+4
2022-06-08rustdoc: show tuple impls as `impl Trait for (T, ...)`Michael Howell-1/+1
2022-06-02Add Symbol into rustdoc JSON ID to prevent conflicts between reexportsGuillaume Gomez-27/+50
2022-05-23Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddlebors-5/+9
2022-05-21Shrink GenericArgs/PathSegment with boxed slicesMichael Howell-2/+2
2022-05-21Remove fields_stripped fields (and equivalents)Guillaume Gomez-5/+9
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-10/+12
2022-05-04rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicateMartin Nordholts-2/+8
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-2/+1
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-7/+7
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-4/+7
2022-03-29Remove header field from clean::FunctionGuillaume Gomez-16/+21
2022-03-14rustdoc-json-types: implementors -> implementationsNixon Enraght-Moony-1/+1
2022-03-13rustdoc-json-types: ty -> type_Nixon Enraght-Moony-4/+5
2022-03-04rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSONMartin Nordholts-1/+2
2022-03-03make generic projection types print correctlyMichael Goulet-3/+8
2022-02-27make GATs print properly in traitsMichael Goulet-2/+3