about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
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-15core: Move intrinsic float functionality from stdAlex Crichton-3/+3
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-84/+124
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-98/+115
2014-05-03Use is_zeroDirk Leifeld-4/+3
2014-05-03Generalize stats from f64 to the Float traitDirk Leifeld-98/+116
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
2014-04-23auto merge of #13675 : sfackler/rust/taskbuilder-new, r=alexcrichtonbors-2/+2
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-2/+2
2014-04-22auto merge of #13597 : bjz/rust/float-api, r=brsonbors-2/+2
2014-04-19Have floating point functions take their parameters by value.Brendan Zabarauskas-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-47/+51
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-17/+17
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-7/+14
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-4/+4
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-7/+14
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31test: Switch field privacy as necessaryAlex Crichton-34/+34
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-29auto merge of #13188 : FlaPer87/rust/master, r=alexcrichtonbors-17/+5
2014-03-29Register new snapshotFlavio Percoco-17/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-12/+12
2014-03-27serialize: use ResultSean McArthur-3/+19
2014-03-27Fix fallout of removing default boundsAlex Crichton-4/+4
2014-03-23use TotalEq for HashMapDaniel Micay-1/+1
2014-03-22Remove nearly all uses of `~[]` from libtest.Huon Wilson-27/+24
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-46/+47
2014-03-20syntax: Tidy up parsing the new attribute syntaxAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0