about summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
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
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-4/+2
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-1/+1
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-2/+1
2014-11-02rand: Add next_f64/f32 to Rng.Huon Wilson-14/+56
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-10-25Fix spelling mistakes in comments.Joseph Crail-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-10/+4
2014-10-16Remove libdebug and update tests.Luqman Aden-1/+0
2014-10-10auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwaltonbors-10/+10
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-09rand: Convert statics to constantsAlex Crichton-10/+10
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
2014-10-03rollup merge of #17387 : sneves/masterAlex Crichton-0/+287
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-3/+3
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-1/+1
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-1/+1
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-3/+3
2014-09-30Include ChaCha pseudorandom generatorSamuel Neves-0/+287
2014-09-16Fallout from renamingAaron Turon-4/+4
2014-09-08rand: inform the optimiser that indexing is never out-of-bounds.Huon Wilson-2/+18
2014-08-29Register new snapshotsAlex Crichton-22/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-3/+25
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-11/+13
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-3/+1