summary refs log tree commit diff
path: root/src/doc/guide-testing.md
AgeCommit message (Collapse)AuthorLines
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
Closes #12702
2014-03-09docs: adjust code blocks to pass with rustdoc.Huon Wilson-0/+10
The changes are basically just because rustdoc runs tests/rendering on more snippets by default (i.e. everything without a `notrust` tag), and not anything significant.
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