about summary refs log tree commit diff
path: root/src/doc/guide-testing.md
AgeCommit message (Expand)AuthorLines
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-2/+2
2014-08-12guide-testing.md: add auxiliary verbPhilipp Gesang-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-06-20testing guide: update to use `test_harness` & fix problems.Huon Wilson-25/+21
2014-06-02docs: Stop using `notrust`Florian Gilcher-9/+9
2014-05-15test: allow the test filter to be a regex.Huon Wilson-7/+27
2014-04-14auto merge of #13477 : Manishearth/rust/newattr, r=brsonbors-2/+2
2014-04-12Update tutorials to use new attribute syntax (#13476)Manish Goregaokar-2/+2
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-7/+7
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-09docs: adjust code blocks to pass with rustdoc.Huon Wilson-0/+10
2014-02-20move extra::test to libtestLiigo Zhuang-8/+9
2014-02-14extern mod => extern crateAlex Crichton-2/+2
2014-02-09Expand the testing guide to cover optimizations, benchmarks and how toHuon Wilson-56/+130
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+262