about summary refs log tree commit diff
path: root/src/doc/guide-testing.md
AgeCommit message (Collapse)AuthorLines
2014-02-20move extra::test to libtestLiigo Zhuang-8/+9
2014-02-14extern mod => extern crateAlex Crichton-2/+2
This was previously implemented, and it just needed a snapshot to go through
2014-02-09Expand the testing guide to cover optimizations, benchmarks and how toHuon Wilson-56/+130
be more precise about what's being benchmarked. Also, reorganise the layout a bit, to put examples directly in their sections.
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+262
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files