about summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-4/+4
2015-01-21Fallout from stabilization.Aaron Turon-2/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-1/+1
2015-01-08Remove warning from the libraries.Huon Wilson-1/+1
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07Test fixes and rebase conflictsAlex Crichton-3/+3
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-1/+1
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-2/+0
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07register new snapshotsJorge Aparicio-2/+0
2015-01-07Register new snapshotsAlex Crichton-2/+0
2015-01-06More test fixesAlex Crichton-5/+5
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+3
2015-01-06Register new snapshotsAlex Crichton-23/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07falloutNick Cameron-8/+8
2015-01-07Replace full slice notation with index callsNick Cameron-7/+7
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+3
2015-01-05More test fixes!Alex Crichton-3/+3
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-2/+2
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-77/+98
2015-01-05rollup merge of #20518: nagisa/weighted-boolAlex Crichton-1/+1
2015-01-05rollup merge of #20483: nagisa/rng-copyAlex Crichton-14/+38
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-75/+78
2015-01-05Replace #[phase] with #[plugin] / #[macro_use] / #[no_link]Keegan McAllister-2/+20
2015-01-05Remove i suffix in docsSteve Klabnik-2/+2
2015-01-05Add tests for ChaCha and Isaac Clone implsSimonas Kazlauskas-0/+20
2015-01-05Implement Clone for PRNGsSimonas Kazlauskas-14/+18
2015-01-04Do not use entropy during gen_weighted_bool(1)Simonas Kazlauskas-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-8/+8
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-10/+10
2015-01-03rand: fix falloutJorge Aparicio-2/+7
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-1/+1
2015-01-02rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2Alex Crichton-2/+2
2015-01-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-2/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-12/+12
2015-01-02More falloutNick Cameron-27/+27
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-1/+1
2015-01-01auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichtonbors-1/+2
2015-01-01Feature gate macro argumentsCorey Richardson-1/+2
2014-12-30Fallout from stabilizationAaron Turon-9/+9
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-30/+30
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-1/+1
2014-12-19librand: use `#[deriving(Copy)]`Jorge Aparicio-20/+10
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-3/+3
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2