about summary refs log tree commit diff
path: root/src/test/rustdoc-json/reexport
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-359/+0
2023-01-06rustdoc: Strip imports of items which are `#[doc(hidden)]`Nixon Enraght-Moony-0/+15
Closes #106379
2022-12-02Add test for #105022Nixon Enraght-Moony-0/+12
2022-10-29Add regression test for missing item from private mod in JSON outputGuillaume Gomez-0/+28
2022-08-29Rustdoc-Json: Retain Stripped Modules when they are imported, not when they ↵Nixon Enraght-Moony-9/+55
have items. Fixes #101103 Fixes #100973
2022-08-18Update rustdoc-json test filesGuillaume Gomez-88/+86
2022-08-17Rollup 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-16rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>`Martin Nordholts-0/+11
2022-08-12rustdoc-json: Use `@ismany` in testsNixon Enraght-Moony-28/+48
2022-07-18Rustdoc-Json: Clean up testsNixon Enraght-Moony-8/+18
2022-07-16Add tests for JSON non-inliningGuillaume Gomez-24/+68
2022-06-02Add regression test for json reexport bugGuillaume Gomez-0/+17
2021-10-14Add regression test for #89852Loïc BRANSTETT-0/+17
2021-03-24Rename `span` to `source`Nixon Enraght-Moony-4/+4
Caused by https://github.com/rust-lang/rust/commit/b0659f9b1bfb92626c40dabceb3268f88bb26224#diff-ede26372490522288745c5b3df2b6b2a1cc913dcd09b29af3a49935afe00c7e6L464-R464
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-0/+49
Closes #80664
2021-03-21Update testsCamelid-2/+2
These tests were added to master after I made my changes.
2021-03-10Add reexport testsNixon Enraght-Moony-0/+92