about summary refs log tree commit diff
path: root/src/tools/jsondoclint
AgeCommit message (Expand)AuthorLines
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-2/+2
2025-08-29Rollup merge of #145947 - nnethercote:workspace-members-2, r=KobzolStuart Cook-2/+2
2025-08-28Add new `doc(attribute = "...")` attributeGuillaume Gomez-0/+4
2025-08-28Add `rustc-hash` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-08-28Add `serde_json` to `[workspace.dependencies]`.Nicholas Nethercote-1/+1
2025-06-21rustdoc_json: represent generic args consistently.Nicholas Nethercote-7/+6
2025-04-15rustdoc: Output target feature informationWill Glynn-0/+4
2025-03-15Add RTN support to rustdocMichael Goulet-0/+1
2025-02-08Rustfmtbjorn3-143/+184
2025-01-22rustdoc-json: Rename `Path::name` to `path`, and give it path (again).Alona Enraght-Moony-2/+2
2025-01-10jsondoclint: Check that `Path` types exitst in `Crate::paths`.Alona Enraght-Moony-1/+102
2024-10-20Update rustc-hash to version 2Noratrieb-1/+1
2024-09-29rustdoc-json: `Id(String)` -> `Id(u32)`schvv31n-22/+18
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-103/+74
2024-09-01rustdoc: normalise type/field names in rustdoc-json-types/jsondoclintschvv31n-35/+36
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-14/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+3
2024-07-12Add rustdoc-json support for use<>Michael Goulet-0/+1
2024-07-03rustdoc-json: Better representation of lifetime bounds in where clauses.Alona Enraght-Moony-2/+2
2024-06-13jsondoclint: apply considerable clippy suggestionsonur-ozkan-7/+5
2024-06-05Remove `Type` from rustdoc `Const`Boxy-4/+7
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-04-08Normalize layout test to protect against android alignment differencesOli Scherer-1/+1
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+1
2024-03-20Fix bootstrap bump falloutMark Rousskov-1/+1
2023-08-23rustdoc: Rename typedef to type alias in jsondoclintNoah Lev-10/+10
2023-08-21rustdoc-json: Rename typedef to type aliasNoah Lev-5/+5
2023-07-12Allow to have `-` in the rustdoc-json test file nameGuillaume Gomez-2/+9
2023-05-04IAT: Rustdoc integrationLeón Orell Valerian Liehr-1/+3
2023-04-10Fix remaining typosDaniPopes-5/+5
2023-03-05Rollup merge of #108626 - ozkanonur:consistent-json-docs, r=aDotInTheVoidMatthias Krüger-15/+15
2023-03-05fix inconsistent json outputs from rustdocozkanonur-15/+15
2023-02-22Add check to ensure there are no duplicates in rustdoc JSON output format in ...Guillaume Gomez-6/+22
2023-01-06jsondoclint: Check local items in `paths` are also in `index`.Nixon Enraght-Moony-4/+125
2023-01-03jsondoclint: Add option to dump errors as json.Nixon Enraght-Moony-4/+25
2023-01-03jsondoclint: Find selector for missing ID when error is created, not reported.Nixon Enraght-Moony-42/+64
2023-01-03jsondoclint: Add `--verbose` flag.Nixon Enraght-Moony-6/+26
2023-01-03jsondoclint: Parse args with clap.Nixon Enraght-Moony-4/+11
2023-01-01Rustdoc-Json: Report discriminant on all kinds of enum variant.Nixon Enraght-Moony-18/+18
2022-12-02jsondoclint: Check `links` fieldNixon Enraght-Moony-0/+59
2022-11-27Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514Matthias Krüger-3/+33
2022-11-26Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomezGuillaume Gomez-3/+28
2022-11-26Add a test that makes senseNixon Enraght-Moony-5/+28
2022-11-26Support unit tests for jsondoclintNixon Enraght-Moony-0/+7
2022-11-26jsondoclint: Handle using enum variants and glob using enums.Nixon Enraght-Moony-3/+28
2022-11-26jsondoclint: Accept trait alias is places where trait expected.Nixon Enraght-Moony-5/+5
2022-11-25jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPathNixon Enraght-Moony-7/+10
2022-11-16rustdoc JSON: Use `Function` everywhere and remove `Method`Martin Nordholts-15/+4
2022-09-26 Rustdoc-Json: List impls for primitivesNixon Enraght-Moony-7/+6
2022-09-14jsondoclint: Fix TODO'sNixon Enraght-Moony-6/+20