| Age | Commit message (Expand) | Author | Lines |
| 2013-09-25 | std: Replace CloneableTuple with Tuple, which takes self by-val. | Huon Wilson | -4/+4 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -0/+1 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -4/+4 |
| 2013-09-05 | Add a from_str function that calls out to the associated method on the trait | Corey Richardson | -0/+1 |
| 2013-09-01 | std::iterator: Use ExactSize, inheriting DoubleEndedIterator | blake2-ppc | -1/+1 |
| 2013-08-30 | std: Implement .rposition() on double-ended iterators with known size | blake2-ppc | -1/+1 |
| 2013-08-29 | Remove the iter module. | Jason Fager | -1/+1 |
| 2013-08-26 | Add a Default trait. | Corey Richardson | -0/+1 |
| 2013-08-20 | enable tests for the container tutorial | Daniel Micay | -3/+3 |
| 2013-08-20 | iterator: add a method for reversing a container | Daniel Micay | -2/+2 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -1/+1 |
| 2013-08-15 | tuple: remove obsolete ExtendedTupleOps | Daniel Micay | -1/+1 |
| 2013-08-12 | auto merge of #8400 : blake2-ppc/rust/seq-ord, r=cmr | bors | -0/+1 |
| 2013-08-11 | add intrinsics for checked overflow add/sub/mul | Daniel Micay | -1/+1 |
| 2013-08-10 | std: merge Iterator and IteratorUtil | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: merge iterator::DoubleEndedIterator and DoubleEndedIteratorUtil | Erick Tryzelaar | -1/+1 |
| 2013-08-08 | std: Implement traits for the one-tuple | blake2-ppc | -0/+1 |
| 2013-08-07 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -1/+2 |
| 2013-08-06 | add Extendable to the prelude | Daniel Micay | -1/+2 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -0/+1 |
| 2013-08-04 | std: remove str::NullTerminatedStr | Erick Tryzelaar | -1/+1 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -1/+2 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of the `Copy` bound. | Patrick Walton | -1/+1 |
| 2013-07-13 | Split mutable methods out of Set and Map | Steven Fackler | -1/+1 |
| 2013-07-12 | extend the iterator tutorial | Daniel Micay | -2/+3 |
| 2013-07-04 | Remove standalone comparison functions in vec, make the trait impls better. | Huon Wilson | -1/+1 |
| 2013-07-03 | auto merge of #7474 : Seldaek/rust/clean-iter, r=thestinger | bors | -1/+1 |
| 2013-07-01 | Move most iter functionality to extra, fixes #7343 | Jordi Boggiano | -1/+1 |
| 2013-06-30 | Convert vec::dedup to a method. | Huon Wilson | -1/+1 |
| 2013-06-30 | Convert vec::{bsearch, bsearch_elem} to methods. | Huon Wilson | -1/+1 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -1/+1 |
| 2013-06-28 | librustc: Change Const to Freeze in the compiler | Patrick Walton | -1/+2 |
| 2013-06-24 | remove old_iter | Daniel Micay | -2/+0 |
| 2013-06-17 | Improved std::ascii | Marvin Löbel | -1/+1 |
| 2013-06-15 | rm CopyableOrderedIter | Daniel Micay | -2/+2 |
| 2013-06-14 | rm CopyableNonstrictIter | Daniel Micay | -1/+1 |
| 2013-06-14 | rm MutableIter | Daniel Micay | -1/+1 |
| 2013-06-14 | rm ExtendedMutableIter | Daniel Micay | -1/+0 |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -2/+1 |
| 2013-06-13 | std: make all strings Equiv-alent to each other, generalise Path.push_many to... | Huon Wilson | -1/+1 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -1/+1 |
| 2013-06-07 | add the Iterator trait to the prelude | Daniel Micay | -0/+1 |
| 2013-06-08 | std: remove each[i]_mut functions, in favour of iterators. | Huon Wilson | -1/+0 |
| 2013-06-06 | Fixups | Marvin Löbel | -2/+3 |
| 2013-06-03 | auto merge of #6907 : steveklabnik/rust/prelude_docs, r=graydon | bors | -1/+18 |
| 2013-06-03 | Add better documentation for the Prelude. | Steve Klabnik | -1/+18 |
| 2013-06-03 | rename the Ptr trait to RawPtr | Daniel Micay | -1/+1 |
| 2013-06-03 | Add traits for concat and connect methods | Brendan Zabarauskas | -2/+2 |