about summary refs log tree commit diff
path: root/src/libtest/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-44/+48
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-12/+12
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-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-22/+22
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-11/+11
2014-03-27serialize: use ResultSean McArthur-3/+19
2014-03-27Fix fallout of removing default boundsAlex Crichton-4/+4
2014-03-22Remove nearly all uses of `~[]` from libtest.Huon Wilson-10/+6
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
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-15/+0
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brsonbors-6/+6
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-6/+6
2014-03-14auto merge of #12869 : thestinger/rust/cmp, r=brsonbors-1/+1
2014-03-14cmp: switch `min` and `max` to `TotalOrd`Daniel Micay-1/+1
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1