| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-16 | rustdoc: `{Meta,Pointee,}Sized` in non-minicore | David Wood | -1/+7 | |
| Some rustdoc tests are `no_core` and need to have `MetaSized` and `PointeeSized` added to them. | ||||
| 2025-03-21 | tests/rustdoc-json: change assertions to use RFC 9535 jsonpath | Alona Enraght-Moony | -2/+2 | |
| 2025-03-21 | tests/rustdoc-json: replace `$.index[*][?` with `$.index[?` | Alona Enraght-Moony | -28/+28 | |
| Done automatically with VSCode. | ||||
| 2025-02-04 | Add missing lang items in no_core tests in rustdoc | Michael Goulet | -1/+4 | |
| 2024-09-01 | rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint | schvv31n | -2/+2 | |
| 2024-07-29 | Reformat `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-19 | Update all rustdoc-json/ tests to use the new style | Leó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-07 | tests/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-23 | Fix rustdoc-json tests | Noah Lev | -5/+5 | |
| 2023-05-22 | Serialize all enums as externally tagged to guarantee compatibility with ↵ | Luca Palmieri | -16/+11 | |
| binary formats such as bincode or postcard | ||||
| 2023-03-30 | Update tests for rustc_doc_primitive | Guillaume Gomez | -6/+6 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+113 | |
