about summary refs log tree commit diff
path: root/src/librustdoc/json
AgeCommit message (Expand)AuthorLines
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-18Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddleYuki Okushi-3/+3
2022-06-17Fix rustdoc handling of primitive documentationGuillaume Gomez-3/+3
2022-06-16Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomezbors-1/+1
2022-06-13Ignore impl items because they can be duplicated in case of generic implGuillaume Gomez-10/+43
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-35/+66
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-11/+13
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-16/+16
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-2/+2
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
2022-02-23Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpiderMatthias Krüger-23/+25
2022-02-18rustdoc-json: Better Header TypeNixon Enraght-Moony-23/+25
2022-02-13rustdoc-json: buffer outputNixon Enraght-Moony-3/+6
2022-01-21Remove FIXME and fix inconsistency of local blanket impls by using HIR for themRune Tynan-14/+1
2022-01-20Rollup merge of #93099 - tomkris:rustdoc-fix, r=jshaMatthias Krüger-4/+8
2022-01-20Rollup merge of #92860 - CraftSpider:rustdoc-json-impl-ice, r=jshaMatthias Krüger-1/+14
2022-01-19rustdoc: auto create output directory when "--output-format json"Artem Kryvokrysenko-4/+8
2022-01-17Update term for use in more placeskadmin-1/+10
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-2/+2
2022-01-13Move FIXME to if statementRune Tynan-4/+4
2022-01-13Update comment to make it a FIXMERune Tynan-2/+4
2022-01-13inline ItemId method, clarify comments a bitRune Tynan-3/+10
2022-01-13Fix errors on blanket impls by ignoring the children of their generated imple...Rune Tynan-1/+5
2021-12-30Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514bors-1/+1
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-1/+1
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-2/+1
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-1/+1
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-1/+1
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-1/+1
2021-12-11rustdoc: Pretty-print assoc const defaults on-demandNoah Lev-1/+3
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-4/+4
2021-11-25Stop re-exporting `Type::ResolvedPath`Noah Lev-5/+9
2021-11-24Remove `ResolvedPath.did`Noah Lev-9/+5
2021-11-07rustdoc: Use `ty::ImplPolarity` instead of custom enumNoah Lev-3/+3
2021-11-07Use an enum to record polarity in `clean::Impl`Noah Lev-2/+5
2021-11-07rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enumNoah Lev-11/+9
2021-11-06rustdoc: Remove redundant `Impl.span` fieldNoah Lev-1/+0
2021-10-29Fix invalid handling of genericsGuillaume Gomez-0/+1