about summary refs log tree commit diff
path: root/src/libstd/rand
AgeCommit message (Expand)AuthorLines
2014-12-21rollup merge of #20086: shepmaster/random-typoAlex Crichton-2/+2
2014-12-21rollup merge of #19973: vhbit/ios-no-copyAlex Crichton-1/+0
2014-12-20Fix small typos in std::rand documentationJake Goulding-2/+2
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
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-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
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-4/+4
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-12-09rollup merge of #19614: steveklabnik/gh19599Alex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+6
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-3/+3
2014-12-07remove usage of notrust from the docsSteve Klabnik-1/+1
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-5/+5
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-19/+12
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-10/+10
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-06Test fixes and rebase conflictsAlex Crichton-1/+1
2014-11-06rollup merge of #18664 : klutzy/getrandomAlex Crichton-12/+120
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-3/+3
2014-11-06std::rand::OsRng: Use `getrandom` syscall on Linuxklutzy-12/+120
2014-11-01collections: Remove all collections traitsAlex Crichton-5/+3
2014-10-30rollup merge of #18445 : alexcrichton/index-mutAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-11/+13
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-13Clean up rustc warnings.NODA, Kai-8/+7
2014-10-06Fixed iOS build (statics name lint)Valerii Hiora-0/+1
2014-10-03rollup merge of #17387 : sneves/masterAlex Crichton-1/+1
2014-09-30Fix libstdSteven Fackler-1/+1
2014-09-30Include ChaCha pseudorandom generatorSamuel Neves-1/+1
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-39/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-26auto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcrichtonbors-0/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-3/+6
2014-08-25Adopting FFI changes for iOSValerii Hiora-0/+1
2014-08-21auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonwbors-0/+43