| Age | Commit message (Expand) | Author | Lines |
| 2013-07-30 | auto merge of #8121 : thestinger/rust/offset, r=alexcrichton | bors | -16/+16 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -16/+16 |
| 2013-07-29 | auto merge of #7223 : steveklabnik/rust/vec_initial_docs, r=pcwalton | bors | -1/+47 |
| 2013-07-30 | std: Remove macro in vec that's only used once | blake2-ppc | -17/+12 |
| 2013-07-30 | std: Remove RandomAccessIterator impl for VecMutIterator | blake2-ppc | -4/+4 |
| 2013-07-29 | Adding an initial description to vec.rs. | Steve Klabnik | -1/+47 |
| 2013-07-29 | std: Rename Iterator adaptor types to drop the -Iterator suffix | blake2-ppc | -2/+2 |
| 2013-07-28 | Refactored vec and str iterators to remove prefixes | jmgrosen | -40/+40 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -3/+3 |
| 2013-07-27 | iterator: add an Extendable trait | Daniel Micay | -1/+12 |
| 2013-07-27 | vec: replace some `as_mut_buf` with `to_mut_ptr` | Daniel Micay | -12/+10 |
| 2013-07-27 | Remove dummy type parameters from iterator adaptors | blake2-ppc | -2/+2 |
| 2013-07-27 | vec: add mut_slice_{to,from} | Daniel Micay | -0/+23 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -87/+58 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -7/+5 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -2/+2 |
| 2013-07-24 | add a RandomAccessIterator trait | Daniel Micay | -2/+64 |
| 2013-07-23 | std: inline str::with_capacity and vec::with_capacity | Erick Tryzelaar | -0/+1 |
| 2013-07-23 | std: simplify str::as_imm_buf and vec::as_{imm,mut}_buf | Erick Tryzelaar | -7/+4 |
| 2013-07-22 | auto merge of #7943 : Dretch/rust/vec-slice-from-to, r=huonw | bors | -3/+47 |
| 2013-07-22 | new snapshot | Daniel Micay | -117/+0 |
| 2013-07-21 | Add slice_from and slice_to methods for vec, like the | Gareth Smith | -3/+47 |
| 2013-07-20 | std: Implement Clone for VecIterator and iterators using it | blake2-ppc | -0/+17 |
| 2013-07-20 | Use Option .take() or .take_unwrap() instead of util::replace where possible | blake2-ppc | -4/+2 |
| 2013-07-18 | Fix warnings in libstd and librusti tests | blake2-ppc | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -1/+1 |
| 2013-07-17 | test: Fix tests. | Patrick Walton | -2/+0 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -39/+39 |
| 2013-07-15 | remove headers from unique vectors | Daniel Micay | -8/+98 |
| 2013-07-12 | Account for possible 0-sized elements in vector iterators | Alex Crichton | -13/+68 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -5/+0 |
| 2013-07-12 | extend the iterator tutorial | Daniel Micay | -1/+1 |
| 2013-07-11 | auto merge of #7707 : thestinger/rust/double, r=cmr | bors | -54/+35 |
| 2013-07-11 | auto merge of #7708 : bcully/rust/warnings, r=thestinger | bors | -1/+3 |
| 2013-07-11 | vec: rm inline(never) hack | Daniel Micay | -13/+2 |
| 2013-07-11 | iterator: add DoubleEndedIterator concept | Daniel Micay | -41/+33 |
| 2013-07-10 | remove unused imports | Brendan Cully | -1/+3 |
| 2013-07-10 | Add a `mut_split()` method for dividing one `&mut [T]` into two | Niko Matsakis | -0/+37 |
| 2013-07-10 | Merge pull request #7682 from thestinger/vec | Daniel Micay | -1/+20 |
| 2013-07-09 | vec::with_capacity: do one alloc for non-managed | Daniel Micay | -1/+20 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -10/+6 |
| 2013-07-09 | auto merge of #7657 : thestinger/rust/rollup, r=thestinger | bors | -1/+1 |
| 2013-07-09 | Fix typo in docs for MutableCloneableVector | Kevin Ballard | -1/+1 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -2/+2 |
| 2013-07-08 | auto merge of #7578 : alexcrichton/rust/overflow, r=thestinger | bors | -1/+14 |
| 2013-07-08 | Tidy | Brian Anderson | -4/+2 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -906/+652 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -1/+1 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -3/+3 |
| 2013-07-08 | Patch up some code that was using irrefutable patterns incorrectly. | Niko Matsakis | -3/+3 |