summary refs log tree commit diff
path: root/src/librand/lib.rs
AgeCommit message (Expand)AuthorLines
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-1/+1
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-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+3
2015-01-05More test fixes!Alex Crichton-1/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-2/+2
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-2/+20
2015-01-05rollup merge of #20518: nagisa/weighted-boolAlex Crichton-1/+1
2015-01-05rollup merge of #20483: nagisa/rng-copyAlex Crichton-11/+2
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-05Implement Clone for PRNGsSimonas Kazlauskas-11/+2
2015-01-04Do not use entropy during gen_weighted_bool(1)Simonas Kazlauskas-1/+1
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-02Fix fallout from change, adding explicit `Sized` annotations where necessary.Niko Matsakis-2/+2
2015-01-02More falloutNick Cameron-4/+4
2015-01-01Feature gate macro argumentsCorey Richardson-1/+2
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-18/+18
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-1/+1
2014-12-19librand: use `#[deriving(Copy)]`Jorge Aparicio-0/+1
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-2/+2
2014-12-13librand: use unboxed closures in `distributions` moduleJorge Aparicio-0/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+12
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-2/+5
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+1
2014-11-17Fix fallout from coercion removalNick Cameron-5/+5
2014-11-02rand: Add next_f64/f32 to Rng.Huon Wilson-0/+40
2014-10-29Rename fail! to panic!Steve Klabnik-4/+4
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-6/+0
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1