about summary refs log tree commit diff
path: root/src/libstd/rand/os.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-14Fix Markdown syntax in docs for OsRngMartin Pool-3/+6
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-3/+3
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-3/+3
2014-11-19iOS: fixed broken build after disallowed coercionsValerii Hiora-2/+2
2014-11-18Windows and OS X falloutNick Cameron-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-06Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-06rollup merge of #18664 : klutzy/getrandomAlex Crichton-10/+114
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-06std::rand::OsRng: Use `getrandom` syscall on Linuxklutzy-10/+114
2014-11-01collections: Remove all collections traitsAlex Crichton-4/+2
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-06Fixed iOS build (statics name lint)Valerii Hiora-0/+1
2014-09-30Fix libstdSteven Fackler-1/+1
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-39/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-25Adopting FFI changes for iOSValerii Hiora-0/+1