summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-json/foo.rs
AgeCommit message (Collapse)AuthorLines
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-1/+1
2014-02-19rustdoc: Fix json output and inputAlex Crichton-0/+25
Turns out a hash map with integer keys isn't serializable to json. Closes #10115