about summary refs log tree commit diff
path: root/src/test/rustdoc-json/structs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-83/+0
2022-09-07Rustdoc-Json: More accurate struct type.Nixon Enraght-Moony-27/+70
Closes #101489
2022-08-18Update rustdoc-json test filesGuillaume Gomez-27/+27
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