summary refs log tree commit diff
path: root/tests/rustdoc-json
AgeCommit message (Expand)AuthorLines
2025-03-22rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.Predrag Gruevski-31/+47
2025-03-21tests/rustdoc-json: change assertions to use RFC 9535 jsonpathAlona Enraght-Moony-25/+25
2025-03-21tests/rustdoc-json: replace `$.paths[*][?` with `$.paths[?`Alona Enraght-Moony-6/+6
2025-03-21tests/rustdoc-json: replace `$.index[*][?` with `$.index[?`Alona Enraght-Moony-1155/+1155
2025-03-18Rollup merge of #138569 - aDotInTheVoid:reprdoc-json, r=GuillaumeGomezMatthias Krüger-0/+163
2025-03-16rustdoc-json: Don't also include `#[deprecated]` in `Item::attrs`Alona Enraght-Moony-8/+8
2025-03-16rustdoc-json: Add tests for `#[deprecated(...)]`Alona Enraght-Moony-0/+38
2025-03-16rustdoc-json: Add tests for `#[repr(...)]`Alona Enraght-Moony-0/+163
2025-03-15Add RTN support to rustdocMichael Goulet-0/+18
2025-03-13Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo...Matthias Krüger-3/+3
2025-03-10make precise capturing args in rustdoc Json typedmorine0122-3/+3
2025-03-10Fix pretty printing of parsed attrs in hir_prettyMichael Goulet-2/+2
2025-03-05rustdoc: Add attribute-related tests for rustdoc JSON.Predrag Gruevski-0/+58
2025-03-03Always allow rustdoc-json tests to contain long linesNoratrieb-72/+0
2025-02-24Fix rustdoc and clippyJana Dönszelmann-2/+2
2025-02-04Add missing lang items in no_core tests in rustdocMichael Goulet-1/+4
2025-01-22rustdoc-json: Rename `Path::name` to `path`, and give it path (again).Alona Enraght-Moony-15/+110
2025-01-14Rollup merge of #134880 - as1100k-forks:fix-rustdoc-json-path-name, r=aDotInT...Matthias Krüger-1/+1
2025-01-14Made `Path::name` only have item name rather than full nameAditya Kumar-1/+1
2025-01-10rustdoc-json: Include items in stripped modules in `Crate::paths`.Alona Enraght-Moony-0/+11
2024-12-17Remove `rustc::existing_doc_keyword` lint.Nicholas Nethercote-5/+5
2024-12-02Rollup merge of #133721 - aDotInTheVoid:rdj-dyn-link, r=GuillaumeGomezGuillaume Gomez-0/+15
2024-12-01rustdoc-json: Add test for `impl Trait for dyn Trait`Alona Enraght-Moony-0/+15
2024-12-01rustdoc-json: Include safety of `static`sAlona Enraght-Moony-0/+41
2024-12-01rustdoc-json: Add tests for `static`sAlona Enraght-Moony-0/+10
2024-10-22Rename Receiver -> LegacyReceiverAdrian Taylor-2/+2
2024-10-16rustdoc-JSON: Rename "object safe" to "dyn compatible"León Orell Valerian Liehr-19/+19
2024-10-11Remove unadornedMichael Goulet-1/+1
2024-10-10rustdoc-json: Add tests for unsafe/safe extern blocks (RFC 3484)Alona Enraght-Moony-0/+17
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+5
2024-09-01rustdoc: normalise type/field names in rustdoc-json-types/jsondoclintschvv31n-245/+245
2024-08-31Rollup merge of #129123 - aDotInTheVoid:rustdoc-json-self, r=fmeaseMatthias Krüger-0/+58
2024-08-17Stabilize opaque type precise capturingMichael Goulet-2/+0
2024-08-15rustdoc-json: Add test for `Self` typeAlona Enraght-Moony-0/+58
2024-08-09Rollup merge of #128836 - its-the-shrimp:add_test_for_107278, r=aDotInTheVoidMatthias Krüger-0/+10
2024-08-08rustdoc-json: added a test for #107278schvv31n-0/+10
2024-08-08rustdoc: fixed #101105schvv31n-0/+6
2024-08-05Rollup merge of #128385 - its-the-shrimp:fix_114039, r=aDotInTheVoidMatthias Krüger-0/+5
2024-08-05rustdoc-json: discard non-local inherent implsschvv31n-0/+5
2024-08-01rustdoc: Add test for `impl_trait_in_accos_type`Alona Enraght-Moony-0/+29
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
2024-07-19Update all rustdoc-json/ tests to use the new styleLeón Orell Valerian Liehr-1043/+1043
2024-07-12Add rustdoc-json support for use<>Michael Goulet-0/+6
2024-07-07rustdoc-json: add trait/type alias testsschvv31n-0/+33
2024-07-03rustdoc-json: Better representation of lifetime bounds in where clauses.Alona Enraght-Moony-0/+32
2024-06-04rustfmt `tests/rustdoc-json/`.Nicholas Nethercote-12/+18
2024-05-24rustdoc-json: Add test for keywords with `--document-private-items`Alona Enraght-Moony-0/+20
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-28/+28
2023-12-23Add regression test for `is_object_safe` field on traitsGuillaume Gomez-0/+19
2023-11-09rustdoc-json: Fix test so it actuall checks thingsAlona Enraght-Moony-2/+3