summary refs log tree commit diff
path: root/src/librand/lib.rs
AgeCommit message (Expand)AuthorLines
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-09-30Include ChaCha pseudorandom generatorSamuel Neves-0/+2
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-29Register new snapshotsAlex Crichton-14/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+16
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-2/+4
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-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-3/+3
2014-06-18Deprecate the bytes!() macro.Simon Sapin-3/+3
2014-06-14Register new snapshotsAlex Crichton-17/+2
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-2/+17
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-30Rename OSRng to OsRngPiotr Jawniak-1/+1
2014-05-29std: Recreate a `rand` moduleAlex Crichton-560/+113
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-12auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichtonbors-1/+1
2014-05-12auto merge of #13820 : klutzy/rust/urandom, r=alexcrichtonbors-14/+21
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-10librand: Revise crypto part of documentklutzy-14/+21
2014-05-07std: Modernize the local_data apiAlex Crichton-8/+10
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-4/+6
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-15/+15
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+3
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-04Register new snapshotsAlex Crichton-2/+0
2014-04-03auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichtonbors-1/+1
2014-04-03auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brsonbors-2/+2
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-02rand: replace Rng.shuffle's functionality with .shuffle_mut.Huon Wilson-25/+29
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-24/+22
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-19/+36
2014-04-01rand: bubble up IO messages futher.Huon Wilson-22/+36
2014-04-01rand: bubble up IO errors when creating an OSRng.Huon Wilson-1/+4
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-2/+2