about summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
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
2014-12-17rollup merge of #19873: drewm1980/masterAlex Crichton-2/+2
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-2/+2
2014-12-13librand: use unboxed closures in `distributions` moduleJorge Aparicio-4/+5
2014-12-10rustc: Fix `make install`Alex Crichton-1/+1
2014-12-09rollup merge of #19614: steveklabnik/gh19599Alex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+33
2014-12-07remove usage of notrust from the docsSteve Klabnik-1/+1
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26/*! -> //!Steve Klabnik-11/+8
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-25Fallout from stabilizationAaron Turon-3/+3
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-11/+7
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-11/+7
2014-11-20Fallout from libgreen and libnative removalAaron Turon-1/+0
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-11/+22
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+3
2014-11-17Fix fallout from coercion removalNick Cameron-13/+13
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-1/+1
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+4