about summary refs log tree commit diff
path: root/src/libtest/stats.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-2/+2
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-3/+3
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-4/+4
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-1/+1
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-1/+2
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-1/+2
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-3/+5
2015-01-03Remove deprecated functionalityAlex Crichton-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03test: fix falloutJorge Aparicio-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+2
2014-12-06libtest: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-12-05test: expose boxplot and the extra stats test keeps track ofErick Tryzelaar-6/+6
2014-11-18auto merge of #18885 : thestinger/rust/writer, r=aturonbors-3/+2
2014-11-18implement Writer for Vec<u8>Daniel Micay-3/+2
2014-11-17libtest: DSTify `Stats`Jorge Aparicio-28/+28
2014-11-17Fix fallout from coercion removalNick Cameron-3/+3
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-4/+5
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-14/+12
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-5/+3
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-4/+4
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-2/+2
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-2/+2
2014-10-28Update code with new lint namesAaron Turon-2/+2
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