about summary refs log tree commit diff
path: root/src/doc/guide-testing.md
AgeCommit message (Expand)AuthorLines
2019-02-13Convert old doc links to current editionLzu Tao-1/+1
2015-01-16Grammar tweak to old guide stub documents.Tim Parenti-1/+1
2015-01-09Add stub deprecation files for each of the old guides.Huon Wilson-0/+4
2015-01-08"The Rust Programming Language"Steve Klabnik-584/+0
2015-01-05rollup merge of #19888: steveklabnik/gh19861Alex Crichton-2/+11
2015-01-05unignore and fix doctests in guide and referenceJorge Aparicio-4/+6
2015-01-05ignore boxed closure doctests in the guide/referenceJorge Aparicio-2/+2
2014-12-27restore paragraphSteve Klabnik-2/+9
2014-12-27Add header to optimizations sectionSteve Klabnik-0/+2
2014-12-16guide-ownership.md, guide-testing.md: fix typosPhilipp Gesang-1/+1
2014-12-13Revamped testing guideSteve Klabnik-255/+450
2014-12-07Mention expected in testing docsSteven Fackler-0/+15
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-01Guide: Fix variable nameDaniel Hofstetter-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
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