summary refs log tree commit diff
path: root/tests/rustdoc-json/primitives
AgeCommit message (Collapse)AuthorLines
2025-03-14Revert "Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr"Michael Goulet-4/+1
This reverts commit a8ecb79d19e1bad732dae7f34f2481499db12f7c, reversing changes made to 40c4e05013c1805044ae2611ba0b95c0acecd331. (cherry picked from commit 9ea587e023dfa4458c5003ba74ae02bd146ec2df)
2025-02-04Add missing lang items in no_core tests in rustdocMichael Goulet-1/+4
2024-09-01rustdoc: normalise type/field names in rustdoc-json-types/jsondoclintschvv31n-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+0
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-19Update all rustdoc-json/ tests to use the new styleLeón Orell Valerian Liehr-30/+30
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-5/+1
Done by removing all uses of `#![no_core]`, and the reverting the ones that failed. More involved ones are in a later commit.
2023-08-23Fix rustdoc-json testsNoah Lev-5/+5
2023-05-22Serialize all enums as externally tagged to guarantee compatibility with ↵Luca Palmieri-16/+11
binary formats such as bincode or postcard
2023-03-30Update tests for rustc_doc_primitiveGuillaume Gomez-6/+6
2023-01-11Move /src/test to /testsAlbert Larsan-0/+113