| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -359/+0 | |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -0/+15 | |
| Closes #106379 | ||||
| 2022-12-02 | Add test for #105022 | Nixon Enraght-Moony | -0/+12 | |
| 2022-10-29 | Add regression test for missing item from private mod in JSON output | Guillaume Gomez | -0/+28 | |
| 2022-08-29 | Rustdoc-Json: Retain Stripped Modules when they are imported, not when they ↵ | Nixon Enraght-Moony | -9/+55 | |
| have items. Fixes #101103 Fixes #100973 | ||||
| 2022-08-18 | Update rustdoc-json test files | Guillaume Gomez | -88/+86 | |
| 2022-08-17 | Rollup merge of #99474 - aDotInTheVoid:rustdoc-json-noinline-test-cleanup, ↵ | Matthias Krüger | -31/+61 | |
| r=CraftSpider Rustdoc json tests: New @hasexact test command Alot of the time, we wanted to assert that a module had an exact set of items. Most of the time this was done by asserting that the ```@count``` of the module was `n`, and then doing `n` ```@has``` checks on the module. This was tedious, so often shortcuts were done. This PR adds a new command to jsondocck to allow consistently expressing this behavior, and then uses it to clean up the tests. ``@rustbot`` modify labels: +A-rustdoc-json +A-testsuite | ||||
| 2022-08-16 | rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>` | Martin Nordholts | -0/+11 | |
| 2022-08-12 | rustdoc-json: Use `@ismany` in tests | Nixon Enraght-Moony | -28/+48 | |
| 2022-07-18 | Rustdoc-Json: Clean up tests | Nixon Enraght-Moony | -8/+18 | |
| 2022-07-16 | Add tests for JSON non-inlining | Guillaume Gomez | -24/+68 | |
| 2022-06-02 | Add regression test for json reexport bug | Guillaume Gomez | -0/+17 | |
| 2021-10-14 | Add regression test for #89852 | Loïc BRANSTETT | -0/+17 | |
| 2021-03-24 | Rename `span` to `source` | Nixon Enraght-Moony | -4/+4 | |
| Caused by https://github.com/rust-lang/rust/commit/b0659f9b1bfb92626c40dabceb3268f88bb26224#diff-ede26372490522288745c5b3df2b6b2a1cc913dcd09b29af3a49935afe00c7e6L464-R464 | ||||
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -0/+49 | |
| Closes #80664 | ||||
| 2021-03-21 | Update tests | Camelid | -2/+2 | |
| These tests were added to master after I made my changes. | ||||
| 2021-03-10 | Add reexport tests | Nixon Enraght-Moony | -0/+92 | |
