about summary refs log tree commit diff
path: root/src/libtest/stats.rs
AgeCommit message (Expand)AuthorLines
2014-09-25auto merge of #17378 : Gankro/rust/hashmap-entry, r=aturonbors-1/+5
2014-09-24handling fallout from entry apiAlexis Beingessner-1/+5
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-3/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-3/+3
2014-09-17doc: Cleanup.Jonas Hietala-3/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-07-31alloc, arena, test, url, uuid: Elide lifetimes.OGINO Masanori-1/+1
2014-07-17deprecate Vec::getNick Cameron-1/+1
2014-07-15Fix errorsAdolfo OchagavĂ­a-1/+0
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-7/+7
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-1/+1
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-1/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-2/+0
2014-06-05Fallout from the libcollections movementAlex Crichton-3/+3
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-15core: Move intrinsic float functionality from stdAlex Crichton-3/+3
2014-05-14libtest: Remove all uses of `~str` from `libtest`.Patrick Walton-5/+8
2014-05-03Use is_zeroDirk Leifeld-4/+3
2014-05-03Generalize stats from f64 to the Float traitDirk Leifeld-96/+114
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-3/+3
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-5/+5
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-4/+4
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-03-31test: Switch field privacy as necessaryAlex Crichton-12/+12
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-23use TotalEq for HashMapDaniel Micay-1/+1
2014-03-22Remove nearly all uses of `~[]` from libtest.Huon Wilson-17/+18
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-0/+1056