about summary refs log tree commit diff
path: root/src/libextra/stats.rs
AgeCommit message (Expand)AuthorLines
2013-08-16doc: correct spelling in documentation.Huon Wilson-1/+1
2013-08-12Fixed #8451 - extra::stats::write_boxplot() applied to negative or zero sampl...David Manescu-4/+33
2013-08-07Forbid `priv` where it has no effectAlex Crichton-1/+1
2013-08-07Add frequency count to extra::stat. #8281Mihnea Dobrescu-Balaur-0/+11
2013-08-03remove obsolete `foreach` keywordDaniel Micay-2/+2
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-07-12Remove the global 'vec::to_owned' functionAlex Crichton-4/+3
2013-07-11extra: simplify the bench stat loop, improve stability somewhat (?)Graydon Hoare-1/+4
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-2/+1
2013-06-30extra: docs, tests and new functionality for the extra::stats moduleGraydon Hoare-18/+830
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-5/+4
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-16remove unused importsHuon Wilson-1/+0
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+1
2013-06-13Revert "std: convert {vec,str}::to_owned to methods."Brian Anderson-1/+2
2013-06-12std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...Huon Wilson-1/+0
2013-06-12std: convert {vec,str}::to_owned to methods.Huon Wilson-1/+1
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-3/+4
2013-05-30libextra: Require documentation by defaultAlex Crichton-0/+2
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+96