about summary refs log tree commit diff
path: root/src/test/rustdoc-json/structs
AgeCommit message (Collapse)AuthorLines
2021-09-02rustdoc: Clean up handling of lifetime boundsNoah Lev-1/+1
Previously, rustdoc recorded lifetime bounds by rendering them into the name of the lifetime parameter. Now, it leaves the name as the actual name and instead records lifetime bounds in an `outlives` list, similar to how type parameter bounds are recorded.
2021-01-19Address review v2Rune Tynan-32/+27
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-0/+45