about summary refs log tree commit diff
path: root/src/test/rustdoc-json
AgeCommit message (Expand)AuthorLines
2022-08-18Update rustdoc-json test filesGuillaume Gomez-567/+552
2022-08-17Rollup merge of #99474 - aDotInTheVoid:rustdoc-json-noinline-test-cleanup, r=...Matthias Krüger-39/+69
2022-08-17Rollup merge of #100630 - Enselic:export_extern_crate_as_self, r=GuillaumeGomezTakayuki Maeda-0/+11
2022-08-16rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>`Martin Nordholts-0/+11
2022-08-15Rollup merge of #100582 - GuillaumeGomez:rustdoc-json-stripped-enum-variant, ...Matthias Krüger-0/+13
2022-08-15Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomezMatthias Krüger-0/+24
2022-08-15rustdoc: Mark imported items as retainedNixon Enraght-Moony-0/+24
2022-08-15Add regression test for stripped enum variant fieldsGuillaume Gomez-0/+13
2022-08-13Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomezMichael Goulet-28/+27
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-0/+18
2022-08-12rustdoc-json: Use `@ismany` in testsNixon Enraght-Moony-36/+56
2022-08-10Rustdoc-Json: Add `Path` type for traits.Nixon Enraght-Moony-28/+27
2022-08-10Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgrbors-2/+2
2022-08-10Rollup merge of #100332 - eholk:stabilize-ilog, r=scottmcmMatthias Krüger-2/+2
2022-08-10Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelidMatthias Krüger-0/+6
2022-08-09Update rustdoc-json testEric Holk-2/+2
2022-08-03Rustdoc-Json: Document HRTB's on DynTraitNixon Enraght-Moony-19/+35
2022-07-30Rustdoc-Json: Add tests for dyn and HRTBsNixon Enraght-Moony-2/+40
2022-07-19rustdoc-json: Add tests for re-exports of primitivesMartin Nordholts-0/+6
2022-07-18Rustdoc-Json: Clean up testsNixon Enraght-Moony-8/+18
2022-07-16Add tests for JSON non-inliningGuillaume Gomez-24/+126
2022-06-29rustdoc-json: Make default value of blanket impl assoc types workMartin Nordholts-0/+9
2022-06-28Rollup merge of #98611 - GuillaumeGomez:rustdoc-json-glob-ice, r=notriddleMatthias Krüger-0/+24
2022-06-28Add regression test for glob import ICE in rustdoc JSONGuillaume Gomez-0/+24
2022-06-28test/rustdoc-json/assoc_type.rs: Maximize chance of detecting future ICEsMartin Nordholts-0/+6
2022-06-28rustdoc-json: Add assoc type ICE regression testMartin Nordholts-0/+16
2022-06-27Add test for associated items in rustdoc JSONGuillaume Gomez-0/+29
2022-06-22Add test for keywords in rustdoc JSON outputGuillaume Gomez-0/+21
2022-06-18Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddleYuki Okushi-0/+17
2022-06-17Add regression test for #98006Guillaume Gomez-0/+17
2022-06-16Add rustdonc-json regression test for #98009Guillaume Gomez-0/+38
2022-06-13Add regression test for #97986Guillaume Gomez-0/+24
2022-06-02Add regression test for json reexport bugGuillaume Gomez-0/+17
2022-05-04rustdoc-json: Add tests for all three HRTB fieldsMartin Nordholts-4/+42
2022-03-15rustdoc-json: Lifetime testsNixon Enraght-Moony-0/+56
2022-03-15rustdoc-json: Add tests for generic fn args and returnsNixon Enraght-Moony-0/+68
2022-03-15rustdoc-json: Add test for supertraitsNixon Enraght-Moony-0/+26
2022-03-14rustdoc-json-types: implementors -> implementationsNixon Enraght-Moony-0/+19
2022-03-13rustdoc-json-types: ty -> type_Nixon Enraght-Moony-2/+4
2022-03-04rustdoc-json: Make the `fns/generics.rs` test much more robustNixon Enraght-Moony-4/+25
2022-03-04rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSONMartin Nordholts-0/+5
2022-03-03add testsMichael Goulet-0/+42
2022-02-18rustdoc-json: Add tests for fn qualifiers and ABINixon Enraght-Moony-78/+184
2022-02-09rustdoc-json: Add some tests for `typealias` itemNixon Enraght-Moony-0/+82
2022-01-22Add has tests for blanket_with_local trait methodsRune Tynan-0/+2
2022-01-21Update test to include `self` caseRune Tynan-0/+2
2022-01-20Rollup merge of #93094 - Enselic:check-for-enum-tuple-struct-fields, r=CraftS...Matthias Krüger-2/+4
2022-01-19src/test/rustdoc-json: Check for `struct_field`s in `variant_tuple_struct.rs`Martin Nordholts-2/+4
2022-01-13Fix typo in testRune Tynan-1/+1
2022-01-13Fix errors on blanket impls by ignoring the children of their generated imple...Rune Tynan-0/+14