| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-09 | rustdoc-json: Fix test so it actuall checks things | Alona Enraght-Moony | -2/+3 | |
| After #111427, no item has a `kind` field, so these assertions could never fail. Instead, assert that those two items arn't present. | ||||
| 2023-11-08 | Rollup merge of #117713 - GuillaumeGomez:document-hidden-json, r=notriddle | Guillaume Gomez | -0/+10 | |
| Add test for reexported hidden item with `--document-hidden-items` Coming from [this discussion on zulip](https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/Using.20cargo-semver-checks.20in.20rustdoc.20JSON.20tests.3A.20revisited). cc ``@aDotInTheVoid`` r? ``@notriddle`` | ||||
| 2023-11-08 | Add test for reexported hidden item with `--document-hidden-items` | Guillaume Gomez | -0/+10 | |
| 2023-11-07 | tests/rustdoc-json: Remove some needless uses of `#![no_core]`. | Alona Enraght-Moony | -50/+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 | -86/+102 | |
| binary formats such as bincode or postcard | ||||
| 2023-04-14 | Move test from rustdoc-ui to rustdoc-json | Alona Enraght-Moony | -0/+26 | |
| 2023-02-18 | Add regression test for #107677 | Guillaume Gomez | -0/+25 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+359 | |
