about summary refs log tree commit diff
path: root/tests/rustdoc-json/fns
AgeCommit message (Collapse)AuthorLines
2025-06-09rustdoc-json: Rearrange deck chairs in ABI testingJubilee Young-6/+3
We move the vectorcall ABI tests into their own file which is now only run on x86-64, while replacing them with rust-cold ABI tests so that aarch64 hosts continue to test an unstable ABI. A better solution might be cross-compiling or something but I really don't have time for that right now.
2025-04-20jsondocck: Require command is at start of lineAlona Enraght-Moony-1/+1
2025-03-21tests/rustdoc-json: replace `$.index[*][?` with `$.index[?`Alona Enraght-Moony-111/+111
Done automatically with VSCode.
2025-03-03Always allow rustdoc-json tests to contain long linesNoratrieb-9/+0
The rustdoc-json test syntax often requires very long lines, so the checks for long lines aren't really useful.
2025-01-22rustdoc-json: Rename `Path::name` to `path`, and give it path (again).Alona Enraght-Moony-2/+2
Closes https://github.com/rust-lang/rust/issues/135600 Effectivly reverts https://github.com/rust-lang/rust/pull/134880
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-01rustdoc: normalise type/field names in rustdoc-json-types/jsondoclintschvv31n-55/+55
2024-07-19Update all rustdoc-json/ tests to use the new styleLeón Orell Valerian Liehr-107/+107
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-11-07tests/rustdoc-json: Remove some needless uses of `#![no_core]`.Alona Enraght-Moony-12/+0
Done by removing all uses of `#![no_core]`, and the reverting the ones that failed. More involved ones are in a later commit.
2023-05-22Serialize all enums as externally tagged to guarantee compatibility with ↵Luca Palmieri-111/+102
binary formats such as bincode or postcard
2023-04-29Update testsGary Guo-1/+0
2023-03-18Add test for `c_variadic` in rustdoc-jsonAlona Enraght-Moony-0/+9
2023-01-11Move /src/test to /testsAlbert Larsan-0/+229