about summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
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
2014-08-13core: Rename ImmutableSlice::unsafe_ref to unsafe_getBrian Anderson-6/+6
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-5/+7
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-5/+5
2014-06-29Impl Rand for tuples of arity 11 and 12Adolfo OchagavĂ­a-0/+2
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-25make macros hygienicJohn Clements-62/+65
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-77/+107
2014-06-18Deprecate the bytes!() macro.Simon Sapin-3/+3
2014-06-14Register new snapshotsAlex Crichton-17/+2
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-2/+0
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-2/+17
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-2/+0
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-02docs: Stop using `notrust`Florian Gilcher-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-30Rename OSRng to OsRngPiotr Jawniak-3/+3
2014-05-29std: Recreate a `rand` moduleAlex Crichton-1073/+303
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-5/+5
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-23/+0
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-23/+0
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-20Remove Rng.choose(), rename Rng.choose_option() to .choose()Kevin Ballard-22/+16
2014-05-14librand: Remove all uses of `~str` from `librand`Patrick Walton-2/+2
2014-05-13io: Add .read_at_least() to ReaderKevin Ballard-2/+2
2014-05-12auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichtonbors-1/+1
2014-05-12auto merge of #13820 : klutzy/rust/urandom, r=alexcrichtonbors-14/+22
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-12/+12
2014-05-10librand: Revise crypto part of documentklutzy-14/+22
2014-05-07std: Modernize the local_data apiAlex Crichton-8/+10
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-6/+8
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-4/+4