summary refs log tree commit diff
path: root/src/libtest/stats.rs
AgeCommit message (Expand)AuthorLines
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+1
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-74/+73
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-4/+4
2015-04-14test: Fixup many library unit testsAlex Crichton-3/+3
2015-03-31Stabilize std::numAaron Turon-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-1/+1
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-19/+0
2015-03-02core: Audit num module for int/uintBrian Anderson-12/+12
2015-02-22Record default implementations in a separate stepFlavio Percoco-0/+1
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-2/+2
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-1/+1
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-9/+9
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-29fix inference falloutJorge Aparicio-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-2/+2
2015-01-22Remove remaining stats and boxplot code.Ahmed Charles-130/+0
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