| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -2125/+0 |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -1/+17 |
| 2023-01-04 | Rollup merge of #106412 - GuillaumeGomez:fix-links-to-primitive-rustdoc-json,... | Matthias Krüger | -0/+21 |
| 2023-01-03 | Add regression test for #104064 | Guillaume Gomez | -0/+21 |
| 2023-01-01 | Rustdoc-Json: Report discriminant on all kinds of enum variant. | Nixon Enraght-Moony | -116/+130 |
| 2022-12-02 | Add test for #105022 | Nixon Enraght-Moony | -0/+12 |
| 2022-12-02 | Add test for #105025 | Nixon Enraght-Moony | -0/+21 |
| 2022-12-02 | Rustdoc-Json: Don't include foreign traits | Nixon Enraght-Moony | -9/+2 |
| 2022-11-30 | Rollup merge of #105063 - aDotInTheVoid:rdj-dont-assume-core, r=notriddle | Matthias Krüger | -1/+6 |
| 2022-11-30 | Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez | Matthias Krüger | -0/+7 |
| 2022-11-29 | Don't assume that core::fmt::Debug will always have one item. | Nixon Enraght-Moony | -1/+6 |
| 2022-11-28 | Rustdoc-Json: Add tests for linking to foreign variants. | Nixon Enraght-Moony | -0/+25 |
| 2022-11-26 | Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomez | Guillaume Gomez | -0/+33 |
| 2022-11-26 | jsondoclint: Handle using enum variants and glob using enums. | Nixon Enraght-Moony | -0/+33 |
| 2022-11-26 | jsondoclint: Accept trait alias is places where trait expected. | Nixon Enraght-Moony | -0/+30 |
| 2022-11-25 | jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPath | Nixon Enraght-Moony | -0/+10 |
| 2022-11-16 | rustdoc JSON: Use `Function` everywhere and remove `Method` | Martin Nordholts | -1/+1 |
| 2022-10-29 | Add regression test for missing item from private mod in JSON output | Guillaume Gomez | -0/+28 |
| 2022-10-14 | rustdoc-json: Document and Test that args can be patterns. | Nixon Enraght-Moony | -0/+7 |
| 2022-09-26 | Rustdoc-Json: List impls for primitives | Nixon Enraght-Moony | -1/+35 |
| 2022-09-16 | Document that ResolvedPath can also be a union | Nixon Enraght-Moony | -0/+8 |
| 2022-09-14 | Rustdoc-Json: Add test for extern_types | Nixon Enraght-Moony | -0/+10 |
| 2022-09-13 | Rollup merge of #101770 - aDotInTheVoid:rdj-index-clone, r=GuillaumeGomez | Matthias Krüger | -0/+7 |
| 2022-09-13 | Rustdoc-Json: Don't loose subitems of foreign traits. | Nixon Enraght-Moony | -0/+7 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -1/+1 |
| 2022-09-11 | Rustdoc-Json: Add tests for trait impls. | Nixon Enraght-Moony | -0/+81 |
| 2022-09-10 | Rollup merge of #101634 - aDotInTheVoid:rdj-test, r=CraftSpider | Matthias Krüger | -55/+61 |
| 2022-09-10 | Rustdoc-Json Tests: Use `@is` and `@ismany` more often. | Nixon Enraght-Moony | -55/+61 |
| 2022-09-10 | Rustdoc-Json: Correcty handle intra-doc-links to items without HTML page | Nixon Enraght-Moony | -0/+42 |
| 2022-09-07 | Rustdoc-Json: More accurate struct type. | Nixon Enraght-Moony | -28/+71 |
| 2022-09-05 | Rustdoc-Json: Store Variant Fields as their own item. | Nixon Enraght-Moony | -1/+149 |
| 2022-09-03 | Rustdoc-Json: Add enum discriminant | Nixon Enraght-Moony | -0/+119 |
| 2022-08-30 | Stabilize GATs | Jack Huey | -1/+1 |
| 2022-08-30 | rustdoc: Resugar async fn return type in `clean`, not `html` | Nixon Enraght-Moony | -0/+36 |
| 2022-08-29 | Rustdoc-Json: Retain Stripped Modules when they are imported, not when they h... | Nixon Enraght-Moony | -10/+56 |
| 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 |