| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-15 | rustdoc-json: Structured attributes | Alona Enraght-Moony | -2/+2 | |
| Implements https://www.github.com/rust-lang/rust/issues/141358. This has 2 primary benefits: 1. For rustdoc-json consumers, they no longer need to parse strings of attributes, but it's there in a structured and normalized way. 2. For rustc contributors, the output of HIR pretty printing is no longer a versioned thing in the output. People can work on https://github.com/rust-lang/rust/issues/131229 without needing to bump `FORMAT_VERSION`. (Over time, as the attribute refractor continues, I expect we'll add new things to `rustdoc_json_types::Attribute`. But this can be done separately to the rustc changes). | ||||
| 2025-05-28 | Stabilise `repr128` | beetrees | -3/+0 | |
| 2025-03-22 | rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output. | Predrag Gruevski | -2/+2 | |
| 2025-03-21 | tests/rustdoc-json: change assertions to use RFC 9535 jsonpath | Alona Enraght-Moony | -1/+1 | |
| 2025-03-21 | tests/rustdoc-json: replace `$.index[*][?` with `$.index[?` | Alona Enraght-Moony | -227/+227 | |
| Done automatically with VSCode. | ||||
| 2025-03-10 | Fix pretty printing of parsed attrs in hir_pretty | Michael Goulet | -2/+2 | |
| 2025-03-03 | Always allow rustdoc-json tests to contain long lines | Noratrieb | -11/+0 | |
| The rustdoc-json test syntax often requires very long lines, so the checks for long lines aren't really useful. | ||||
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -2/+2 | |
| 2024-09-01 | rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint | schvv31n | -9/+9 | |
| 2024-07-19 | Update all rustdoc-json/ tests to use the new style | León Orell Valerian Liehr | -228/+228 | |
| 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 more needless uses of `#![no_core]`. | Alona Enraght-Moony | -18/+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-10-31 | Accept less invalid Rust in rustdoc | Oli Scherer | -3/+12 | |
| 2023-08-09 | rustdoc-json: Add tests for field/variant ordering. | Alona Enraght-Moony | -0/+78 | |
| 2023-05-22 | Serialize all enums as externally tagged to guarantee compatibility with ↵ | Luca Palmieri | -142/+146 | |
| binary formats such as bincode or postcard | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+371 | |
