about summary refs log tree commit diff
path: root/src/libstd/rand
AgeCommit message (Expand)AuthorLines
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
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21Fallout from stabilization.Aaron Turon-1/+1
2015-01-17Register new snapshots.Eduard Burtescu-2/+2
2015-01-15rollup merge of #21059: steveklabnik/gh16072Alex Crichton-1/+26
2015-01-12Add note about TLS lookups in random()Steve Klabnik-1/+26
2015-01-11powerpc: Add libstd utilsRicho Healey-4/+10
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-2/+2
2015-01-06More test fixesAlex Crichton-1/+1
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-06core: split into fmt::Show and fmt::StringSean McArthur-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05More test fixes!Alex Crichton-2/+2
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-1/+4
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-1/+4
2015-01-05Implement Clone for PRNGsSimonas Kazlauskas-1/+2
2015-01-03Remove deprecated functionalityAlex Crichton-7/+7
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-04auto merge of #20490 : japaric/rust/assoc-types, r=aturonbors-1/+1
2015-01-03Initial version of AArch64 support.Akos Kiss-6/+18
2015-01-03std: fix falloutJorge Aparicio-1/+1
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-5/+6
2015-01-01std: Second pass stabilization of syncAlex Crichton-3/+3
2015-01-02More falloutNick Cameron-9/+9
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-5/+5
2014-12-30iOS: fallout of Sync oibitValerii Hiora-0/+3