about summary refs log tree commit diff
path: root/src/librustdoc/json/conversions.rs
AgeCommit message (Expand)AuthorLines
2022-02-18rustdoc-json: Better Header TypeNixon Enraght-Moony-23/+25
2022-01-17Update term for use in more placeskadmin-1/+10
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
2021-10-26Remove unneeded into_iterGuillaume Gomez-1/+1
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-1/+1
2021-10-18rustdoc: Box `ty` field of `GenericParamDefKind::Const`Noah Lev-1/+1
2021-10-18rustdoc: Box `default` fields of `GenericParamDefKind`Noah Lev-2/+2
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-14/+23
2021-10-08Remove special-casing of never primitive in rustdoc-json-typesLoïc BRANSTETT-1/+0
2021-10-04Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514Manish Goregaokar-1/+2
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-4/+4
2021-09-30Remove unnecessary `Box` in `Type::QPath`Noah Lev-1/+1
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-14/+18
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-1/+6
2021-09-29Remove Never variant from clean::Type enumGuillaume Gomez-1/+1
2021-09-29Don't ignore impls for primitive typesHirochika Matsumoto-1/+2
2021-09-12Remove `Type::ResolvedPath.is_generic`Noah Lev-1/+1
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-3/+1
2021-09-05Auto merge of #88604 - camelid:rustdoc-lifetime-bounds, r=GuillaumeGomezbors-1/+3
2021-09-03rustdoc: Box `GenericArg::Const` to reduce enum sizeNoah Lev-1/+1
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-1/+3
2021-09-02Auto merge of #88522 - camelid:box-paren-output, r=jyn514bors-1/+1
2021-08-31Box `GenericArgs::Parenthesized.output`Noah Lev-1/+1
2021-08-29Use the correct type for Enum variant tuplesGuillaume Gomez-1/+12
2021-07-25Add generic arg inferkadmin-0/+1
2021-07-05rustdoc: Use `impl_id` and `for_` DefId's for Blanket item idJustus K-2/+2
2021-07-05rustdoc: Add `PrimitiveType` to `ItemId::Primitive`Justus K-1/+1
2021-07-05rustdoc: Convert new ItemId's to real Json IdsJustus K-3/+18
2021-07-05Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size"Justus K-11/+10
2021-07-05rustdoc: Store DefId's in ItemId on heap for decreasing Item's sizeJustus K-10/+11
2021-07-05rustdoc: Replace `FakeDefId` with new `ItemId` typeJustus K-14/+12
2021-06-19rustdoc: Introduce new `DynTrait` type for better representation of trait obj...Justus K-4/+25
2021-06-18rustdoc: Render `for<'_>` lifetimes in trait objectsJustus K-1/+1
2021-06-18rustdoc: Render `for<'_>` lifetimes in front of where boundJustus K-1/+2
2021-06-09Rollup merge of #85957 - BoxyUwU:rustdoc-const-generic-defaults, r=oli-obkYuki Okushi-1/+3
2021-06-05Rollup merge of #84466 - jyn514:prim-str, r=GuillaumeGomezYuki Okushi-1/+1
2021-06-03rustdoc- Show defaults on const generics Ellen-1/+3
2021-05-20Remove `PrimitiveType::as_str`Joshua Nelson-1/+1
2021-05-19rustdoc: render `<Self as X>::Y` type casts properlyJustus K-1/+1
2021-05-15Minimize amount of fake `DefId`s used in rustdocJustus K-3/+2