| Age | Commit message (Expand) | Author | Lines |
| 2022-08-18 | Update rustdoc-json test files | Guillaume Gomez | -567/+552 |
| 2022-08-17 | Rollup merge of #99474 - aDotInTheVoid:rustdoc-json-noinline-test-cleanup, r=... | Matthias Krüger | -39/+69 |
| 2022-08-17 | Rollup merge of #100630 - Enselic:export_extern_crate_as_self, r=GuillaumeGomez | Takayuki Maeda | -0/+11 |
| 2022-08-16 | rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>` | Martin Nordholts | -0/+11 |
| 2022-08-15 | Rollup merge of #100582 - GuillaumeGomez:rustdoc-json-stripped-enum-variant, ... | Matthias Krüger | -0/+13 |
| 2022-08-15 | Rollup merge of #100325 - aDotInTheVoid:rdj-import-impl, r=GuillaumeGomez | Matthias Krüger | -0/+24 |
| 2022-08-15 | rustdoc: Mark imported items as retained | Nixon Enraght-Moony | -0/+24 |
| 2022-08-15 | Add regression test for stripped enum variant fields | Guillaume Gomez | -0/+13 |
| 2022-08-13 | Rollup merge of #100335 - aDotInTheVoid:rdj-resolved-path, r=GuillaumeGomez | Michael Goulet | -28/+27 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -0/+18 |
| 2022-08-12 | rustdoc-json: Use `@ismany` in tests | Nixon Enraght-Moony | -36/+56 |
| 2022-08-10 | Rustdoc-Json: Add `Path` type for traits. | Nixon Enraght-Moony | -28/+27 |
| 2022-08-10 | Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr | bors | -2/+2 |
| 2022-08-10 | Rollup merge of #100332 - eholk:stabilize-ilog, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-08-10 | Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid | Matthias Krüger | -0/+6 |
| 2022-08-09 | Update rustdoc-json test | Eric Holk | -2/+2 |
| 2022-08-03 | Rustdoc-Json: Document HRTB's on DynTrait | Nixon Enraght-Moony | -19/+35 |
| 2022-07-30 | Rustdoc-Json: Add tests for dyn and HRTBs | Nixon Enraght-Moony | -2/+40 |
| 2022-07-19 | rustdoc-json: Add tests for re-exports of primitives | Martin Nordholts | -0/+6 |
| 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/+126 |
| 2022-06-29 | rustdoc-json: Make default value of blanket impl assoc types work | Martin Nordholts | -0/+9 |
| 2022-06-28 | Rollup merge of #98611 - GuillaumeGomez:rustdoc-json-glob-ice, r=notriddle | Matthias Krüger | -0/+24 |
| 2022-06-28 | Add regression test for glob import ICE in rustdoc JSON | Guillaume Gomez | -0/+24 |
| 2022-06-28 | test/rustdoc-json/assoc_type.rs: Maximize chance of detecting future ICEs | Martin Nordholts | -0/+6 |
| 2022-06-28 | rustdoc-json: Add assoc type ICE regression test | Martin Nordholts | -0/+16 |
| 2022-06-27 | Add test for associated items in rustdoc JSON | Guillaume Gomez | -0/+29 |
| 2022-06-22 | Add test for keywords in rustdoc JSON output | Guillaume Gomez | -0/+21 |
| 2022-06-18 | Rollup merge of #98195 - GuillaumeGomez:rustdoc-json-primitive, r=notriddle | Yuki Okushi | -0/+17 |
| 2022-06-17 | Add regression test for #98006 | Guillaume Gomez | -0/+17 |
| 2022-06-16 | Add rustdonc-json regression test for #98009 | Guillaume Gomez | -0/+38 |
| 2022-06-13 | Add regression test for #97986 | Guillaume Gomez | -0/+24 |
| 2022-06-02 | Add regression test for json reexport bug | Guillaume Gomez | -0/+17 |
| 2022-05-04 | rustdoc-json: Add tests for all three HRTB fields | Martin Nordholts | -4/+42 |
| 2022-03-15 | rustdoc-json: Lifetime tests | Nixon Enraght-Moony | -0/+56 |
| 2022-03-15 | rustdoc-json: Add tests for generic fn args and returns | Nixon Enraght-Moony | -0/+68 |
| 2022-03-15 | rustdoc-json: Add test for supertraits | Nixon Enraght-Moony | -0/+26 |
| 2022-03-14 | rustdoc-json-types: implementors -> implementations | Nixon Enraght-Moony | -0/+19 |
| 2022-03-13 | rustdoc-json-types: ty -> type_ | Nixon Enraght-Moony | -2/+4 |
| 2022-03-04 | rustdoc-json: Make the `fns/generics.rs` test much more robust | Nixon Enraght-Moony | -4/+25 |
| 2022-03-04 | rustdoc-json: Include GenericParamDefKind::Type::synthetic in JSON | Martin Nordholts | -0/+5 |
| 2022-03-03 | add tests | Michael Goulet | -0/+42 |
| 2022-02-18 | rustdoc-json: Add tests for fn qualifiers and ABI | Nixon Enraght-Moony | -78/+184 |
| 2022-02-09 | rustdoc-json: Add some tests for `typealias` item | Nixon Enraght-Moony | -0/+82 |
| 2022-01-22 | Add has tests for blanket_with_local trait methods | Rune Tynan | -0/+2 |
| 2022-01-21 | Update test to include `self` case | Rune Tynan | -0/+2 |
| 2022-01-20 | Rollup merge of #93094 - Enselic:check-for-enum-tuple-struct-fields, r=CraftS... | Matthias Krüger | -2/+4 |
| 2022-01-19 | src/test/rustdoc-json: Check for `struct_field`s in `variant_tuple_struct.rs` | Martin Nordholts | -2/+4 |
| 2022-01-13 | Fix typo in test | Rune Tynan | -1/+1 |
| 2022-01-13 | Fix errors on blanket impls by ignoring the children of their generated imple... | Rune Tynan | -0/+14 |