about summary refs log tree commit diff
path: root/src/libstd/rand/os.rs
AgeCommit message (Expand)AuthorLines
2015-04-19std::rand::os: Fix race condition of atomicsklutzy-11/+10
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-12/+13
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-18Register new snapshotsAlex Crichton-6/+0
2015-03-16impl<T> [T]Jorge Aparicio-0/+3
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-8/+8
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-02-24iOS: Sync/Send falloutValerii Hiora-4/+1
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-2/+2
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-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0
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-1/+1
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-2/+2
2015-01-28Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichtonManish Goregaokar-4/+4
2015-01-26Don't use if we can avoid itVictory-3/+3
2015-01-26cleanup depricated `uint` in rand mod and rand osVictory-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-3/+3
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-11powerpc: Add libstd utilsRicho Healey-4/+10
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-3/+0
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-1/+4
2015-01-03Remove deprecated functionalityAlex Crichton-5/+5
2015-01-03Initial version of AArch64 support.Akos Kiss-6/+18
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-3/+3
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+3
2015-01-01std: Second pass stabilization of syncAlex Crichton-3/+3
2015-01-02More falloutNick Cameron-6/+6
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-5/+5
2014-12-30iOS: fallout of Sync oibitValerii Hiora-0/+3
2014-12-30Fallout from mut slicesNick Cameron-1/+1
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+3
2014-12-29std: Stabilize the prelude moduleAlex Crichton-2/+3
2014-12-21rollup merge of #19973: vhbit/ios-no-copyAlex Crichton-1/+0
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+1
2014-12-18Fallout from new thread APIAaron Turon-7/+8
2014-12-18iOS: fallout of `marker::NoCopy` removalValerii Hiora-1/+0
2014-12-17rollup merge of #19868: sourcefrog/masterAlex Crichton-3/+6
2014-12-17rollup merge of #19832: japaric/no-nocopyAlex Crichton-2/+4
2014-12-15libstd: add a dummy field to `OsRng` to avoid out of module constructionJorge Aparicio-2/+5
2014-12-15Remove internal uses of `marker::NoCopy`Jorge Aparicio-4/+3