| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-09 | rustdoc-json: Rearrange deck chairs in ABI testing | Jubilee 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-20 | jsondocck: Require command is at start of line | Alona Enraght-Moony | -1/+1 | |
| 2025-03-21 | tests/rustdoc-json: replace `$.index[*][?` with `$.index[?` | Alona Enraght-Moony | -111/+111 | |
| Done automatically with VSCode. | ||||
| 2025-03-03 | Always allow rustdoc-json tests to contain long lines | Noratrieb | -9/+0 | |
| The rustdoc-json test syntax often requires very long lines, so the checks for long lines aren't really useful. | ||||
| 2025-01-22 | rustdoc-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-11 | Remove unadorned | Michael Goulet | -1/+1 | |
| 2024-10-10 | rustdoc-json: Add tests for unsafe/safe extern blocks (RFC 3484) | Alona Enraght-Moony | -0/+17 | |
| 2024-09-01 | rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint | schvv31n | -55/+55 | |
| 2024-07-19 | Update all rustdoc-json/ tests to use the new style | Leó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-07 | tests/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-22 | Serialize all enums as externally tagged to guarantee compatibility with ↵ | Luca Palmieri | -111/+102 | |
| binary formats such as bincode or postcard | ||||
| 2023-04-29 | Update tests | Gary Guo | -1/+0 | |
| 2023-03-18 | Add test for `c_variadic` in rustdoc-json | Alona Enraght-Moony | -0/+9 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+229 | |
