| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-03-29 | core: add consume_reverse | Erick Tryzelaar | -0/+28 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+3 |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -9/+37 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -34/+35 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -1/+1 |
| 2013-03-26 | libcore: Change `[const T]` to `const [T]` everywhere | Patrick Walton | -23/+23 |
| 2013-03-26 | Spelling fixes; replaced `size` with `capacity` in few places. | Felix S. Klock II | -3/+3 |
| 2013-03-25 | auto merge of #5525 : dbaupp/rust/minor_fixups, r=graydon | bors | -1/+0 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -1/+0 |
| 2013-03-23 | replace impls with `deriving` where applicable | Andrew Paseltiner | -6/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -231/+228 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -4/+4 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -12/+14 |
| 2013-03-19 | core: rename vec::rev_each{,i} to vec::each{,i}_reverse | Erick Tryzelaar | -10/+33 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -4/+19 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -57/+57 |
| 2013-03-15 | impl Clone for ~T, ~[T], ~str | Ben Striegel | -0/+13 |
| 2013-03-14 | auto merge of #5369 : thestinger/rust/iter, r=z0w0 | bors | -5/+26 |
| 2013-03-13 | add a trait for mutable iterators | Daniel Micay | -5/+26 |
| 2013-03-14 | Remove unused import in core | ILyoan | -4/+2 |
| 2013-03-11 | core: fix broken tests on windows | Jeff Olson | -0/+1 |