about summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-4/+4
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-86/+84
2014-04-01auto merge of #13225 : thestinger/rust/num, r=cmrbors-4/+3
2014-04-01auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichtonbors-50/+80
2014-04-01rand: bubble up IO messages futher.Huon Wilson-50/+70
2014-04-01rand: bubble up IO errors when creating an OSRng.Huon Wilson-13/+23
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-4/+4
2014-03-31rand: Switch field privacy as necessaryAlex Crichton-43/+45
2014-03-31num: rm wrapping of `Float` methods as functionsDaniel Micay-4/+3
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-9/+9
2014-03-24auto merge of #13049 : alexcrichton/rust/io-fill, r=huonwbors-4/+2
2014-03-23auto merge of #13099 : FlaPer87/rust/master, r=huonwbors-1/+0
2014-03-23Register new snapshotsFlavio Percoco-1/+0
2014-03-23iter: remove `to_owned_vec`Daniel Micay-1/+1
2014-03-22rand: Use fill() instead of read()Alex Crichton-4/+2
2014-03-21rand: Fix a bug acquiring a context on windowsAlex Crichton-1/+39
2014-03-21rand: Rewrite OsRng in Rust for windowsAlex Crichton-96/+112
2014-03-20Register new snapshotsAlex Crichton-0/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec -> std::sliceDaniel Micay-11/+11
2014-03-15Test fixes and rebase conflictsAlex Crichton-1/+4
2014-03-13auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestingerbors-0/+1
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-6/+6
2014-03-12rand: deprecate `rng`.Huon Wilson-5/+18
2014-03-12std: Move rand to librand.Huon Wilson-0/+3847