about summary refs log tree commit diff
path: root/src/libtest/lib.rs
AgeCommit message (Expand)AuthorLines
2014-07-09Register new snapshotsAlex Crichton-3/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-4/+4
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-2/+2
2014-06-30Fix issues in libtestAdolfo OchagavĂ­a-1/+1
2014-06-28librustc: Match trait self types exactly.Patrick Walton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-5/+5
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Fallout from TaskBuilder changesAaron Turon-5/+4
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-15Register new snapshotsAlex Crichton-8/+8
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-10/+1
2014-06-09Add a --color flag to test binariesSteven Fackler-4/+31
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-2/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-2/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-31libtest: Only colorize output if stdout is a ttyBen Noordhuis-1/+3
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-7/+7
2014-05-28std: Remove format_strbuf!()Alex Crichton-7/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-59/+59
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-26std: Remove String::from_owned_str as it's redundantRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-16/+16
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+6
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-19/+24
2014-05-22Remove allow(deprecated_owned_vector) lintDirk Leifeld-1/+0
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-19test: index shards at 1, not 0Corey Richardson-22/+37
2014-05-16auto merge of #14233 : pcwalton/rust/detildestr-morelibs, r=alexcrichtonbors-9/+6
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-6/+3
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-3/+3
2014-05-16Update for BoxCorey Richardson-1/+1
2014-05-16test: update for term falloutCorey Richardson-4/+5
2014-05-15test: ensure that the extended usage description gets printed.Huon Wilson-21/+12
2014-05-15test: allow the test filter to be a regex.Huon Wilson-30/+52
2014-05-15test: implement a no-alloc -> &str method for TestName.Huon Wilson-13/+19
2014-05-14libtest: Remove all uses of `~str` from `libtest`.Patrick Walton-79/+116
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+3
2014-05-06auto merge of #13822 : EdorianDark/rust/master, r=cmrbors-2/+2
2014-05-03Generalize stats from f64 to the Float traitDirk Leifeld-2/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-3/+3
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-1/+1
2014-04-24auto merge of #13706 : alexcrichton/rust/test-nocapture, r=brsonbors-36/+57
2014-04-24test: Add an option to not capture outputAlex Crichton-36/+57