| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-21 | rustdoc-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-01 | Remove `krate.version`; fix `crate_version` in JSON | Joshua 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-20 | Implement using @set values | Nixon Enraght-Moony | -1/+2 | |
| 2021-02-20 | Implement @set | Nixon Enraght-Moony | -0/+3 | |
| 2021-02-20 | Add @is command to jsondocck | Nixon Enraght-Moony | -10/+10 | |
| 2021-01-19 | Address review v2 | Rune Tynan | -14/+13 | |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -0/+18 | |
| 2020-12-05 | Use true ID for def_id. | Nixon Enraght-Moony | -0/+7 | |
