about summary refs log tree commit diff
path: root/src/librustdoc/json
AgeCommit message (Expand)AuthorLines
2023-11-15Re-format code with new rustfmtMark Rousskov-10/+11
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-7/+7
2023-08-21rustdoc: Rename `clean` items from typedef to type aliasNoah Lev-5/+5
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-3/+3
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-26rustdoc-json: Time serialization.Alona Enraght-Moony-1/+4
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-4/+2
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-10/+21
2023-02-18Fix bad handling of primitive typesGuillaume Gomez-30/+48
2023-02-18Allow reexports of items with same name but different types to both appearGuillaume Gomez-57/+60
2023-02-15Use more let chainGuillaume Gomez-6/+5
2023-02-08Fix small debug typoGuillaume Gomez-1/+1
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-8/+8
2023-01-10Remove unneeded ItemId::Primitive variantGuillaume Gomez-1/+0
2023-01-04Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,...Matthias Krüger-8/+23
2023-01-04Remove unused match pattern for primitive typesGuillaume Gomez-1/+1
2023-01-03Fix link generation for local primitive types in rustdoc JSON outputGuillaume Gomez-7/+22
2023-01-01Rustdoc-Json: Report discriminant on all kinds of enum variant.Nixon Enraght-Moony-5/+7
2023-01-01clean: Always store enum disriminant.Nixon Enraght-Moony-3/+6
2022-12-02Rustdoc-Json: Don't include foreign traitsNixon Enraght-Moony-52/+1
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-1/+1
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-5/+5
2022-11-16rustdoc JSON: Use `Function` everywhere and remove `Method`Martin Nordholts-22/+7
2022-11-13fix some typos in commentscui fliter-2/+2
2022-11-05rustdoc: use `ThinVec` and `Box<str>` to shrink `clean::ItemKind`Michael Howell-1/+1
2022-11-04Rollup merge of #103935 - GuillaumeGomez:remove-rustdoc-visibility-ty, r=notr...Matthias Krüger-6/+5
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-6/+5