about summary refs log tree commit diff
path: root/src/test/rustdoc-json/nested.rs
AgeCommit message (Collapse)AuthorLines
2021-03-21rustdoc-json: Rename `Import.span` to `Import.source`Camelid-2/+2
* It is called `source` in rustc and the rest of rustdoc * It is not a span, rather it is the source of the import
2021-03-01Remove `krate.version`; fix `crate_version` in JSONJoshua Nelson-1/+3
Previously, `JsonRenderer::after_krate` called `krate.version.clone()`. The problem was it did that after the version was already moved into the cache, so it would always be None. The fix was to get the version from the cache instead.
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-01-19Address review v2Rune Tynan-14/+13
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-0/+18
2020-12-05Use true ID for def_id.Nixon Enraght-Moony-0/+7