| Age | Commit message (Expand) | Author | Lines |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -18/+18 |
| 2013-09-29 | Add get_opt to std::vec | Harry Marr | -0/+18 |
| 2013-09-28 | auto merge of #9583 : blake2-ppc/rust/connect-vec, r=huonw | bors | -46/+38 |
| 2013-09-28 | std::vec: Remove functions concat, connect | blake2-ppc | -20/+5 |
| 2013-09-28 | std::vec: Sane implementations for connect_vec and concat_vec | blake2-ppc | -26/+15 |
| 2013-09-28 | std::vec: Add benchmark for .concat_vec and .connect_vec | blake2-ppc | -0/+18 |
| 2013-09-27 | auto merge of #9557 : blake2-ppc/rust/vec-lifetime-token, r=thestinger | bors | -6/+6 |
| 2013-09-27 | std::vec: Use a valid value as lifetime dummy in iterator | blake2-ppc | -6/+6 |
| 2013-09-26 | Update the compiler to not use printf/printfln | Alex Crichton | -2/+2 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -18/+18 |
| 2013-09-21 | Document a few undocumented methos in Vector | Luis de Bethencourt | -0/+6 |
| 2013-09-17 | Document a few undocumented modules in libstd | Alex Crichton | -0/+2 |
| 2013-09-17 | std::at_vec: Fix segfault on overflow when resizing ~[@T] | blake2-ppc | -0/+8 |
| 2013-09-16 | std::vec: Add function vec::bytes::push_bytes | blake2-ppc | -0/+17 |
| 2013-09-16 | std::vec: Fix hazards with uint overflows in unsafe code | blake2-ppc | -6/+29 |
| 2013-09-12 | std: Remove Zero impl from vec | Erick Tryzelaar | -21/+4 |
| 2013-09-12 | std: Add Default implementation for vecs | Erick Tryzelaar | -0/+14 |
| 2013-09-12 | std: rename Option::unwrap_or_default() to unwrap_or() | Erick Tryzelaar | -1/+1 |
| 2013-09-09 | auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichton | bors | -207/+239 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -37/+5 |
| 2013-09-10 | std::vec: Remove the function same_length | blake2-ppc | -5/+0 |
| 2013-09-10 | std::vec: Update module doc text | blake2-ppc | -19/+60 |
| 2013-09-10 | std::vec: Replace each_permutation with a new Permutations iterator | blake2-ppc | -119/+165 |
| 2013-09-10 | std::vec: Change fn unzip to take an iterator argument | blake2-ppc | -27/+9 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -10/+10 |
| 2013-09-05 | std: Remove push_fast from OwnedVector. Closes #8769 | Brian Anderson | -22/+21 |
| 2013-09-03 | auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonw | bors | -42/+5 |
| 2013-09-01 | std::iterator: Use ExactSize, inheriting DoubleEndedIterator | blake2-ppc | -2/+2 |
| 2013-09-01 | std::iterator: Add back .rposition() test | blake2-ppc | -10/+0 |
| 2013-08-31 | repr: remove trailing {} from unit-like structs | Daniel Micay | -2/+2 |
| 2013-08-31 | repr: print the name of structs | Daniel Micay | -2/+4 |
| 2013-08-30 | std: Implement .rposition() on double-ended iterators with known size | blake2-ppc | -34/+4 |
| 2013-08-30 | std::iterator: Introduce trait ExactSizeHint | blake2-ppc | -0/+3 |
| 2013-08-27 | Remove offset_inbounds for an unsafe offset function | Alex Crichton | -4/+4 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -8/+1 |
| 2013-08-27 | vec: implement `DeepClone` | Daniel Micay | -2/+9 |
| 2013-08-26 | std: Make vec::from_elem failure-safe | Brian Anderson | -4/+30 |
| 2013-08-26 | std: Make vec::from_fn failure-safe | Brian Anderson | -4/+8 |
| 2013-08-24 | auto merge of #8701 : brson/rust/issue-8698, r=thestinger | bors | -8/+4 |
| 2013-08-24 | std: Make vec::push_all_move call reserve_at_least | Brian Anderson | -1/+1 |
| 2013-08-23 | Fix some vector function failure tests. Closes #8698 | Brian Anderson | -8/+4 |
| 2013-08-22 | Disabled broken tests in std::vec. | Vadim Chugunov | -0/+4 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -20/+0 |
| 2013-08-21 | auto merge of #8604 : kballard/rust/iter-size-hint, r=graydon | bors | -1/+69 |
| 2013-08-20 | vec: add `shrink_to_fit` | Daniel Micay | -0/+26 |
| 2013-08-18 | Implement .size_hint() on new vec iterators | Kevin Ballard | -1/+69 |
| 2013-08-16 | doc: correct spelling in documentation. | Huon Wilson | -2/+2 |
| 2013-08-15 | vec: rm redundant is_empty implementations | Daniel Micay | -12/+0 |
| 2013-08-15 | vec: rm obsolete zip and zip_slice | Daniel Micay | -41/+1 |
| 2013-08-15 | auto merge of #8490 : huonw/rust/fromiterator-extendable, r=catamorphism | bors | -4/+4 |