| Age | Commit message (Expand) | Author | Lines |
| 2013-05-10 | test: Use the new `for` protocol | Alex Crichton | -2/+26 |
| 2013-05-10 | core: Use the new `for` protocol | Alex Crichton | -23/+190 |
| 2013-05-09 | auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon | bors | -5/+90 |
| 2013-05-09 | Make staged versions of the functions that use uninit | James Miller | -0/+90 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -1/+1 |
| 2013-05-09 | Replace init() with uninit() where appropriate | James Miller | -9/+4 |
| 2013-05-08 | auto merge of #6327 : z0w0/rust/rm-notest, r=brson | bors | -15/+15 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -6/+6 |
| 2013-05-09 | Fix typos | Sean Moon | -1/+1 |
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -15/+15 |
| 2013-05-07 | auto merge of #6294 : sonwow/rust/renamed-test, r=thestinger | bors | -2/+2 |
| 2013-05-07 | auto merge of #6254 : alexcrichton/rust/issues-5311-4490-better-foldl, r=graydon | bors | -8/+9 |
| 2013-05-07 | renamed tests | Youngsoo Son | -2/+2 |
| 2013-05-06 | Improve lifetimes on foldl/foldr and lift the Copy requirement | Alex Crichton | -8/+9 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -4/+4 |
| 2013-05-04 | Register snapshots | Brian Anderson | -226/+0 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -6/+3 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -10/+1 |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -217/+0 |
| 2013-04-30 | I modified the doc of from_elem, from_fn, I think it returns an owned vector | Sangeun Kim | -4/+4 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -37/+29 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -75/+75 |
| 2013-04-26 | auto merge of #6057 : cmr/rust/map_zip, r=graydon | bors | -6/+9 |
| 2013-04-25 | Rename vec::mod2 to vec::mod_zip | Corey Richardson | -6/+9 |
| 2013-04-24 | Move documentation for vec::windowed where it will be generated | Corey Richardson | -8/+10 |
| 2013-04-24 | Add basic documentation for with_capacity | Corey Richardson | -0/+1 |
| 2013-04-20 | core: remove unused 'mut' variables | Alex Crichton | -2/+2 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -14/+14 |
| 2013-04-19 | auto merge of #5945 : graydon/rust/fix-unicode-tables, r=pcwalton | bors | -0/+85 |
| 2013-04-19 | auto merge of #5968 : gifnksm/rust/windowed, r=brson | bors | -0/+3 |
| 2013-04-20 | libcore: Fix assertion failure in vec::windowe. | gifnksm | -0/+3 |
| 2013-04-19 | librustc: Fix botched merge. rs=merge | Patrick Walton | -0/+9 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -6/+21 |
| 2013-04-19 | test: Add fannkuch-redux and fasta-redux shootout benchmarks | Patrick Walton | -1/+23 |
| 2013-04-19 | test: Rewrite nbody and spectralnorm shootout benchmarks | Patrick Walton | -6/+35 |
| 2013-04-19 | librustc: Implement fast-ffi and use it in various places | Patrick Walton | -0/+2 |
| 2013-04-19 | move iterator adaptor tests to iterator module | Daniel Micay | -66/+0 |
| 2013-04-19 | iterator: add skip and take | Daniel Micay | -0/+28 |
| 2013-04-18 | core: replace unicode match exprs with bsearch in const arrays, minor perf win. | Graydon Hoare | -43/+43 |
| 2013-04-18 | core: add vec::bsearch. | Graydon Hoare | -0/+85 |
| 2013-04-18 | add dropwhile and takewhile iterators | Daniel Micay | -9/+29 |
| 2013-04-18 | libcore: add an EnumerateIterator, like Python's `enumerate`. | Huon Wilson | -0/+10 |
| 2013-04-17 | vec: add an external iterator | Daniel Micay | -1/+54 |
| 2013-04-16 | libcore: vec::windowed iterates, not allocates. | Huon Wilson | -16/+41 |
| 2013-04-10 | core: changes in response to #5656 | Niko Matsakis | -0/+195 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -48/+33 |
| 2013-04-03 | Removing mut fields from vec.rs, at_vec.rs, str.rs, unstable.rs, and cell.rs. | Matthijs Hofstra | -6/+6 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -348/+348 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -348/+348 |
| 2013-03-29 | Merge remote-tracking branch 'remotes/origin/incoming' into serial | Erick Tryzelaar | -1/+3 |