about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
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
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
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/+1062
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-6/+1062
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
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-24/+24
2014-03-05add correct floating point `min` and `max` methods.Daniel Micay-1/+1
2014-03-01std: Switch stdout/stderr to buffered by defaultAlex Crichton-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-5/+5
2014-02-28Add `time` crate to index, expand docs of `test`.Huon Wilson-6/+19
2014-02-24Remove std::from_str::FromStr from the preludeBrendan Zabarauskas-0/+1
2014-02-24Move extra::json to libserializeAlex Crichton-3/+2
2014-02-24auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonwbors-10/+10
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-10/+10