about summary refs log tree commit diff
path: root/src/librustdoc/json/conversions.rs
AgeCommit message (Expand)AuthorLines
2024-08-04rustdoc: Create `SelfTy` to replace `Generic(kw::SelfUpper)`Noah Lev-1/+3
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-8/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-5/+15
2024-07-12Add rustdoc-json support for use<>Michael Goulet-0/+1
2024-07-03rustdoc-json: Better representation of lifetime bounds in where clauses.Alona Enraght-Moony-2/+9
2024-06-28implement new effects desugaringDeadbeef-9/+7
2024-06-20Implement `unsafe_extern_blocks` feature in rustdocGuillaume Gomez-2/+4
2024-06-05Remove `Type` from rustdoc `Const`Boxy-2/+5
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-11/+11
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-11/+11
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-1/+4
2024-05-17Rename Unsafe to SafetySantiago Pastorino-5/+5
2024-04-08Actually create ranged int types in the type system.Oli Scherer-3/+4
2024-04-08Thread pattern types through the HIROli Scherer-0/+3
2024-02-15rustdoc: cross-crate re-exports: correctly render late-bound params in source...León Orell Valerian Liehr-14/+11
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-0/+3
2023-12-23Add `is_object_safe` information for traits in JSON outputGuillaume Gomez-0/+2
2023-11-15Re-format code with new rustfmtMark Rousskov-7/+8
2023-10-30Descriptive variant name deprecation versions outside the standard libraryDavid Tolnay-1/+1
2023-10-30Represent absence of 'since' attribute as a variant of DeprecatedSinceDavid Tolnay-4/+4
2023-10-30Add a DeprecatedSince::Err variant for versions that fail to parseDavid Tolnay-1/+8
2023-10-29Store version of `deprecated` attribute in structured formDavid Tolnay-2/+1
2023-10-22rustdoc: wrap Type with Box instead of GenericsMichael Howell-3/+3
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-1/+2
2023-10-12Hide host effect params from docsOli Scherer-7/+9
2023-10-09Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmeasebors-1/+1
2023-10-03rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimesLeón Orell Valerian Liehr-3/+2
2023-09-25Show enum variant value if it is a C-like variantGuillaume Gomez-1/+1
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-1/+2
2023-09-07Auto merge of #114855 - Urgau:rustdoc-typedef-inner-variants, r=GuillaumeGomezbors-1/+1
2023-09-01Reuse const rendering from rustdoc in rmeta encodingBen Kimock-2/+2
2023-08-26rustdoc: show inner enum and struct in type definition for concrete typeUrgau-1/+1
2023-08-21rustdoc-json: Rename typedef to type aliasNoah Lev-6/+6
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-5/+5
2023-07-28Render generic const items in rustdocLeón Orell Valerian Liehr-2/+7
2023-05-30rustdoc: simplify `clean` by removing `FnRetTy`Michael Howell-4/+1
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-1/+1
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-1/+1
2023-05-02Make tools happyMichael Goulet-0/+4
2023-04-29Unify attributes retrieval for JSON and HTML renderingGuillaume Gomez-6/+1
2023-04-16Spelling librustdocJosh Soref-2/+2
2023-04-12remove some unneeded importsKaDiWa-1/+0
2023-03-30Replace doc(primitive) with rustc_doc_primitiveGuillaume Gomez-3/+1
2023-03-28rustdoc + rustdoc-json support for non_lifetime_bindersMichael Goulet-4/+30
2023-02-22rustdoc: reduce allocations when generating tooltipsMichael Howell-1/+1
2023-02-18Improve code readabilityGuillaume Gomez-8/+19
2023-02-18Fix bad handling of primitive typesGuillaume Gomez-29/+47
2023-02-18Allow reexports of items with same name but different types to both appearGuillaume Gomez-48/+54
2023-01-10Remove unneeded ItemId::Primitive variantGuillaume Gomez-1/+0