summaryrefslogtreecommitdiff
path: root/src/tools/jsondoclint
Commit message (Expand)AuthorAgeFilesLines
* IAT: Rustdoc integrationLeón Orell Valerian Liehr2023-05-041-1/+3
* Fix remaining typosDaniPopes2023-04-102-5/+5
* Rollup merge of #108626 - ozkanonur:consistent-json-docs, r=aDotInTheVoidMatthias Krüger2023-03-052-15/+15
|\
| * fix inconsistent json outputs from rustdocozkanonur2023-03-052-15/+15
* | Add check to ensure there are no duplicates in rustdoc JSON output format in ...Guillaume Gomez2023-02-221-6/+22
|/
* jsondoclint: Check local items in `paths` are also in `index`.Nixon Enraght-Moony2023-01-062-4/+125
* jsondoclint: Add option to dump errors as json.Nixon Enraght-Moony2023-01-033-4/+25
* jsondoclint: Find selector for missing ID when error is created, not reported.Nixon Enraght-Moony2023-01-033-42/+64
* jsondoclint: Add `--verbose` flag.Nixon Enraght-Moony2023-01-031-6/+26
* jsondoclint: Parse args with clap.Nixon Enraght-Moony2023-01-032-4/+11
* Rustdoc-Json: Report discriminant on all kinds of enum variant.Nixon Enraght-Moony2023-01-011-18/+18
* jsondoclint: Check `links` fieldNixon Enraght-Moony2022-12-022-0/+59
* Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514Matthias Krüger2022-11-273-3/+33
|\
| * Add a test that makes senseNixon Enraght-Moony2022-11-263-5/+28
| * Support unit tests for jsondoclintNixon Enraght-Moony2022-11-262-0/+7
* | Rollup merge of #104943 - aDotInTheVoid:jsondoclint-use-enum, r=GuillaumeGomezGuillaume Gomez2022-11-262-3/+28
|\ \
| * | jsondoclint: Handle using enum variants and glob using enums.Nixon Enraght-Moony2022-11-262-3/+28
| |/
* | jsondoclint: Accept trait alias is places where trait expected.Nixon Enraght-Moony2022-11-262-5/+5
|/
* jsondoclint: Recognise Typedef as valid kind for Type::ResolvedPathNixon Enraght-Moony2022-11-252-7/+10
* rustdoc JSON: Use `Function` everywhere and remove `Method`Martin Nordholts2022-11-162-15/+4
* Rustdoc-Json: List impls for primitivesNixon Enraght-Moony2022-09-262-7/+6
* jsondoclint: Fix TODO'sNixon Enraght-Moony2022-09-141-6/+20
* jsondoclint: More precise `Path` checksNixon Enraght-Moony2022-09-142-14/+29
* Rustdoc-Json: Add test for extern_typesNixon Enraght-Moony2022-09-142-2/+9
* jsondoclint: Document validatorNixon Enraght-Moony2022-09-143-22/+29
* Primitives can appear in modules.Nixon Enraght-Moony2022-09-141-1/+1
* jsondocck: Find path to Id's not in indexNixon Enraght-Moony2022-09-142-3/+99
* jsondocck: Better errorsNixon Enraght-Moony2022-09-143-45/+70
* jsondoclint: Add `Kind` abstractionNixon Enraght-Moony2022-09-142-66/+213
* jsondoclint: Tree Walk ValidatorNixon Enraght-Moony2022-09-144-1/+457
* jsondoclint: New ToolNixon Enraght-Moony2022-09-142-0/+9