about summary refs log tree commit diff
path: root/src/rustdoc-json-types
AgeCommit message (Expand)AuthorLines
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-2/+7
2025-07-30rustdoc-json: Move `#[macro_export]` from `Other` to it's own variantAlona Enraght-Moony-2/+5
2025-07-15rustdoc-json: Structured attributesAlona Enraght-Moony-4/+85
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-2/+2
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-2/+2
2025-06-21rustdoc_json: represent generic args consistently.Nicholas Nethercote-4/+4
2025-06-21Fix some comments.Nicholas Nethercote-3/+3
2025-06-20expected word diagnostic testJana Dönszelmann-2/+2
2025-06-18bump rustdoc json format number for pretty print change of attributeJana Dönszelmann-2/+2
2025-06-17bump rustdoc json version for inline attribute representation Jana Dönszelmann-2/+2
2025-06-17Add a comment to `FORMAT_VERSION`.Nicholas Nethercote-0/+8
2025-06-03rustdoc-json-type: Depend on `serde` and `serde_derive` seperatelyAlona Enraght-Moony-2/+3
2025-06-02[rustdoc-json] Implement PartialOrd and Ord for rustdoc_types::IdLuca Palmieri-1/+1
2025-05-22rustdoc JSON: Don't apply `#[repr]` privacy heuristicsLeón Orell Valerian Liehr-1/+1
2025-05-21rustdoc-json: Remove false docs and add test for inline attributeAlona Enraght-Moony-7/+1
2025-04-18Update rustdoc-json-types `FORMAT_VERSION` to 45Guillaume Gomez-1/+1
2025-04-18Make rustdoc JSON Span column 1-based, just like line numbersGuillaume Gomez-2/+2
2025-04-15rustdoc: Output target feature informationWill Glynn-1/+57
2025-03-22rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.Predrag Gruevski-4/+18
2025-03-15Add RTN support to rustdocMichael Goulet-1/+3
2025-03-10make precise capturing args in rustdoc Json typedmorine0122-2/+18
2025-02-24Fix rustdoc and clippyJana Dönszelmann-2/+4
2025-02-01rustdoc-json-types: Document that crate name isn't package name.Alona Enraght-Moony-0/+7
2025-01-24Rollup merge of #135799 - aDotInTheVoid:skrrt-skrrt-revrrt, r=GuillaumeGomezMatthias Krüger-8/+12
2025-01-22rustdoc-json-types: Finalize dyn compatibility renamingAlona Enraght-Moony-2/+1
2025-01-22rustdoc-json: Rename `Path::name` to `path`, and give it path (again).Alona Enraght-Moony-8/+12
2025-01-14Made `Path::name` only have item name rather than full nameAditya Kumar-1/+1
2024-12-01rustdoc-json: Include safety of `static`sAlona Enraght-Moony-1/+17
2024-10-20Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgrbors-7/+19
2024-10-20Rollup merge of #131976 - jalil-salame:rustdoc-types-copy-enums, r=aDotInTheVoidMatthias Krüger-7/+7
2024-10-20fix(rustdoc-json-types): typosJalil David Salamé Messina-4/+4
2024-10-20feat(rustdoc-json-types): mark simple enums as copyJalil David Salamé Messina-3/+3
2024-10-20fix(rustdoc-json-types): document rustc-hash featureJalil David Salamé Messina-0/+12
2024-10-20Update rustc-hash to version 2Noratrieb-1/+1
2024-10-19feat(rustdoc-json-types): introduce rustc-hash featureJalil David Salamé Messina-6/+14
2024-10-16rustdoc-JSON: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-3/+6
2024-10-11Rollup merge of #130078 - its-the-shrimp:rustdoc-types-compress-ids, r=aDotIn...Trevor Gross-3/+3
2024-10-10fix typo in rustdoc-json-types commentm-1/+1
2024-09-29rustdoc-json: `Id(String)` -> `Id(u32)`schvv31n-3/+3
2024-09-27rustdoc: update `ProcMacro` docs section on helper attributesPredrag Gruevski-1/+1
2024-09-01rustdoc: normalise type/field names in rustdoc-json-types/jsondoclintschvv31n-41/+49
2024-08-15rustdoc-json: Use FxHashMap from rustdoc_json_typesAlona Enraght-Moony-1/+1
2024-08-09rustdoc-json-types `Discriminant`: fix typokraktus-1/+1
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-9/+1
2024-07-29Rollup merge of #127290 - its-the-shrimp:document_rustdoc_json_types, r=aDotI...Matthias Krüger-52/+533
2024-07-29fully document rustdoc-json-typesschvv31n-52/+533
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-07-12Add rustdoc-json support for use<>Michael Goulet-1/+3
2024-07-03rustdoc-json: Better representation of lifetime bounds in where clauses.Alona Enraght-Moony-3/+3
2024-06-05Remove `Type` from rustdoc `Const`Boxy-4/+7