summary refs log tree commit diff
path: root/src/librand
AgeCommit message (Expand)AuthorLines
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