about summary refs log tree commit diff
path: root/src/test/rustdoc-json
AgeCommit message (Expand)AuthorLines
2021-10-08Remove special-casing of never primitive in rustdoc-json-typesLoïc BRANSTETT-0/+22
2021-10-04Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514Manish Goregaokar-0/+14
2021-09-29Don't ignore impls for primitive typesHirochika Matsumoto-0/+14
2021-09-26Fix populate of union.implsLoïc BRANSTETT-0/+15
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-1/+1
2021-08-29Add rustdonc-json tests for enum variantsGuillaume Gomez-0/+17
2021-03-24Rename `span` to `source`Nixon Enraght-Moony-4/+4
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-0/+49
2021-03-21Update testsCamelid-2/+2
2021-03-21rustdoc-json: Rename `Import.span` to `Import.source`Camelid-2/+2
2021-03-12Rollup merge of #82571 - aDotInTheVoid:reexport-tests, r=CraftSpiderYuki Okushi-0/+92
2021-03-10Add reexport testsNixon Enraght-Moony-0/+92
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-1/+3
2021-02-20Implement using @set valuesNixon Enraght-Moony-1/+2
2021-02-20Implement @setNixon Enraght-Moony-0/+3
2021-02-20Add @is command to jsondocckNixon Enraght-Moony-10/+10
2021-02-08Add comment + move derive helperRune Tynan-0/+4
2021-02-08Make `header` a vec of modifiers, make FunctionPointer consistent with Functi...Rune Tynan-0/+49
2021-02-05Add abi field to `Method`Rune Tynan-0/+25
2021-02-05Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514Mara Bos-0/+7
2021-01-28Remove struct_type from union output and bump formatRune Tynan-0/+7
2021-01-28Remove leading newlineRune Tynan-1/+0
2021-01-28Fix has_body for trait methodsRune Tynan-0/+22
2021-01-19Address review v2Rune Tynan-46/+40
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-988/+63
2021-01-15Add warning to compare.py about error messagesRune Tynan-0/+3
2021-01-15Fix JSON testRune Tynan-2/+2
2020-12-05Use true ID for def_id.Nixon Enraght-Moony-0/+203
2020-12-02Normalize windows path seperators.Nixon Enraght-Moony-3/+6
2020-12-01Address review comments.Nixon Enraght-Moony-46/+23
2020-12-01Add tests for rustdoc jsonNixon Enraght-Moony-0/+809