| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+6 |
| 2013-08-18 | auto merge of #8558 : kballard/rust/xorshift-seed, r=cmr | bors | -6/+15 |
| 2013-08-16 | Give XorShiftRng::new() a random seed | Kevin Ballard | -6/+15 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -1/+1 |
| 2013-08-15 | auto merge of #8491 : robertknight/rust/7722-reservoir_sampling, r=graydon | bors | -0/+56 |
| 2013-08-13 | Add RngUtils::sample() method for reservoir sampling from iterators | Robert Knight | -0/+56 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -2/+2 |
| 2013-08-07 | Add weak_rng to get a random algo that puts more emphasis on speed than security | Jordi Boggiano | -0/+10 |
| 2013-08-07 | Document rand module with more emphasis on cryptographic security | Jordi Boggiano | -2/+12 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -2/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -6/+6 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -6/+9 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -6/+5 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -1/+2 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -3/+3 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -7/+6 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -11/+11 |
| 2013-07-22 | std: add #[bench] benchmarks for rand. | Graydon Hoare | -1/+35 |
| 2013-07-22 | new snapshot | Daniel Micay | -3/+0 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -7/+8 |
| 2013-07-20 | auto merge of #7894 : pcwalton/rust/and-pointers-in-at-boxes, r=brson | bors | -1/+1 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -1/+1 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -1/+0 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -6/+6 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -16/+17 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -1/+1 |
| 2013-07-14 | Purge the last remnants of the old TLS api | Alex Crichton | -9/+7 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -1/+1 |
| 2013-07-11 | auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton | bors | -2/+2 |
| 2013-07-11 | Remove all external requirements of `@` from TLS | Alex Crichton | -1/+1 |
| 2013-07-10 | Fixed examples | korenchkin | -19/+31 |
| 2013-07-09 | Rename local_data methods/types for less keystrokes | Alex Crichton | -2/+2 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -1/+2 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -2/+2 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -5/+5 |
| 2013-06-30 | Convert vec::{reverse, swap} to methods. | Huon Wilson | -1/+1 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -0/+1 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -1/+2 |
| 2013-06-26 | auto merge of #7216 : kballard/rust/task_rng, r=brson | bors | -10/+6 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -4/+5 |
| 2013-06-20 | Make task_rng() return @mut R instead of @@mut R | Kevin Ballard | -10/+6 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -3/+3 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -3/+3 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -1/+1 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -1/+1 |
| 2013-06-09 | std: remove each_char* fns and methods from str, replaced by iterators. | Huon Wilson | -1/+2 |
| 2013-06-05 | rand example fixup | John Clements | -1/+1 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -9/+10 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -11/+11 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+5 |