summary refs log tree commit diff
path: root/src/doc/style/testing
AgeCommit message (Collapse)AuthorLines
2015-04-25Backport of https://github.com/rust-lang/rust/pull/24783Steve Klabnik-4/+4
Only backporting the style portion, as changing the test suite is needless churn, and the book/reference are getting their own imports at the end.
2015-02-16Import rust-guidlinesSteve Klabnik-0/+35
at https://github.com/rust-lang/rust-guidelines/commit/16fa41b3b091e7e532c809c7145dd88b8e4a5513 Fixes #19315