| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-21 | tests/rustdoc-json: replace `$.index[*][?` with `$.index[?` | Alona Enraght-Moony | -64/+64 | |
| Done automatically with VSCode. | ||||
| 2025-03-03 | Always allow rustdoc-json tests to contain long lines | Noratrieb | -7/+0 | |
| The rustdoc-json test syntax often requires very long lines, so the checks for long lines aren't really useful. | ||||
| 2024-10-16 | rustdoc-JSON: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -19/+19 | |
| 2024-09-01 | rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint | schvv31n | -17/+17 | |
| 2024-08-15 | rustdoc-json: Add test for `Self` type | Alona Enraght-Moony | -0/+58 | |
| 2024-07-19 | Update all rustdoc-json/ tests to use the new style | León Orell Valerian Liehr | -49/+49 | |
| 2023-12-23 | Add regression test for `is_object_safe` field on traits | Guillaume Gomez | -0/+19 | |
| 2023-11-07 | tests/rustdoc-json: Rewrite tests no not use `#![no_core]`. | Alona Enraght-Moony | -15/+14 | |
| 2023-11-07 | tests/rustdoc-json: Remove more needless uses of `#![no_core]`. | Alona Enraght-Moony | -2/+0 | |
| These were'nt done with regex, but don't require changes to assertions. | ||||
| 2023-11-07 | tests/rustdoc-json: Remove some needless uses of `#![no_core]`. | Alona Enraght-Moony | -6/+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-07-14 | rustdoc-json: Add test for private supertrait. | Alona Enraght-Moony | -0/+15 | |
| 2023-05-22 | Serialize all enums as externally tagged to guarantee compatibility with ↵ | Luca Palmieri | -29/+29 | |
| binary formats such as bincode or postcard | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+101 | |
