| Age | Commit message (Expand) | Author | Lines |
| 2013-05-11 | clean up the last bit of warnings | Corey Richardson | -1/+0 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -1/+1 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -1/+1 |
| 2013-05-10 | Move core::task::local_data to core::local_data | Youngsoo Son | -2/+2 |
| 2013-05-08 | libcore: Fix tests. | Patrick Walton | -21/+23 |
| 2013-05-08 | libcore: Remove mutable fields from rand. | Patrick Walton | -80/+96 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -9/+0 |
| 2013-05-01 | libcore: add N(0,1) and Exp(1) distributions to core::rand. | Huon Wilson | -0/+6 |
| 2013-04-29 | auto merge of #6073 : huonw/rust/core-rust-isaac, r=pcwalton | bors | -47/+234 |
| 2013-04-30 | core: add some inlining hints to methods/fns in rand. | Huon Wilson | -1/+32 |
| 2013-04-30 | core: a pure Rust implementation of the ISAAC RNG. | Huon Wilson | -46/+202 |
| 2013-04-29 | Revert "libcore: remove unnecessary deref" | Tim Chevalier | -1/+1 |
| 2013-04-28 | rand: Fix infinite recursion | Philipp Brüschweiler | -1/+1 |
| 2013-04-24 | libcore: remove unnecessary deref | Huon Wilson | -1/+1 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -178/+75 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -158/+166 |
| 2013-04-22 | auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon | bors | -1/+1 |
| 2013-04-22 | libcore: Rand impls for tuples and ~/@ boxes | Huon Wilson | -0/+46 |
| 2013-04-21 | libcore: make rand::random return a generic value implementing `Rand`. | Huon Wilson | -4/+14 |
| 2013-04-20 | core: remove unused 'mut' variables | Alex Crichton | -1/+1 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -20/+20 |
| 2013-04-11 | Fix formatting | Dan Luu | -34/+40 |
| 2013-04-10 | Clarify comment | Dan Luu | -1/+1 |
| 2013-04-10 | Add examples for Rng functions. | Dan Luu | -8/+176 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -34/+34 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -1/+3 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -2/+2 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -16/+16 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -22/+100 |
| 2013-03-11 | Remove uses of log | Brian Anderson | -5/+4 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -40/+40 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -7/+12 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -33/+33 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -6/+6 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -1/+4 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -3/+3 |
| 2013-02-19 | rt: fix memory-unsafe random seed logic, r=valgrindclean | Graydon Hoare | -17/+27 |
| 2013-02-15 | auto merge of #4964 : luqmana/rust/demove, r=graydon | bors | -3/+3 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -3/+3 |
| 2013-02-14 | encapsulate isaac RNG in rust_rng struct | Chris Peterson | -10/+10 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -17/+17 |
| 2013-02-13 | RIMOV core::rand | Ben Striegel | -1/+1 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 |
| 2013-02-05 | core: Add a rand::Rand trait that is implemented by types that can be | Zack Corr | -0/+100 |
| 2013-01-24 | convert most of libcore records into structs | Erick Tryzelaar | -15/+21 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -12/+26 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+3 |