Daniel Micay
ce620320a2
rename std::vec -> std::slice
...
Closes #12702
2014-03-20 01:30:27 -04:00
Huon Wilson
2d7d7e59f9
docs: adjust code blocks to pass with rustdoc.
...
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-03-09 19:34:40 +11:00
Liigo Zhuang
53b9d1a324
move extra::test to libtest
2014-02-20 16:03:58 +08:00
Alex Crichton
a41b0c2529
extern mod => extern crate
...
This was previously implemented, and it just needed a snapshot to go through
2014-02-14 22:55:21 -08:00
Huon Wilson
a7719a7347
Expand the testing guide to cover optimizations, benchmarks and how to
...
be more precise about what's being benchmarked.
Also, reorganise the layout a bit, to put examples directly in their
sections.
2014-02-09 16:16:00 +11:00
Alex Crichton
864b434bfa
Move doc/ to src/doc/
...
We generate documentation into the doc/ directory, so we shouldn't be
intermingling source files with generated files
2014-02-02 10:59:14 -08:00