about summary refs log tree commit diff
path: root/src/libstd/rand
AgeCommit message (Expand)AuthorLines
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-2/+2
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-7/+6
2015-04-19std::rand::os: Fix race condition of atomicsklutzy-11/+10
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-04-14rand: Delete all doc testsAlex Crichton-168/+0
2015-04-14test: Fixup many library unit testsAlex Crichton-267/+8
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-150/+43
2015-04-01iOS: os::last_os_error() falloutValerii Hiora-2/+2
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-17/+16
2015-03-28Remove IteratorExtSteven Fackler-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-25/+25
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+8
2015-03-18Register new snapshotsAlex Crichton-8/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-2/+2
2015-03-16impl<T> [T]Jorge Aparicio-0/+4
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-3/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-20/+20
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-2/+2
2015-03-03Accommodate arith-overflow in `rand` and `std::rand`.Felix S. Klock II-2/+2
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-8/+7
2015-02-24iOS: Sync/Send falloutValerii Hiora-4/+1
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-7/+7
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-1/+1
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-7/+7
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-1/+1
2015-02-17Fallout from stabilizationAaron Turon-6/+6
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-5/+5
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+3
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+3
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-30Remove all `i` suffixesTobias Bucher-14/+14
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-10/+10
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-2/+2
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-1/+1
2015-01-28Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichtonManish Goregaokar-31/+31
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-7/+7
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Don't use if we can avoid itVictory-23/+23
2015-01-26cleanup depricated `uint` in rand mod and rand osVictory-31/+31
2015-01-26Fallout of io => old_ioAlex Crichton-7/+7
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1