| Age | Commit message (Expand) | Author | Lines |
| 2014-01-03 | Remove std::either | Alex Crichton | -1/+0 |
| 2013-12-29 | auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmr | bors | -0/+2 |
| 2013-12-27 | Renamed ClonableIterator to CloneableIterator | Alexandros Tasos | -1/+1 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -0/+2 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -1/+2 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -1/+1 |
| 2013-12-18 | Register new snapshots | Alex Crichton | -5/+1 |
| 2013-12-17 | auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcr... | bors | -2/+2 |
| 2013-12-17 | auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brson | bors | -1/+1 |
| 2013-12-16 | librustc: Implement a `Pod` kind for types that can be `memcpy`'d. | Patrick Walton | -0/+3 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -1/+1 |
| 2013-12-15 | Rename To{Str,Bytes}Consume traits to Into*. | Chris Morgan | -2/+2 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -0/+4 |
| 2013-11-13 | Introduce an io::Buffer trait | Alex Crichton | -1/+1 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-03 | Move rt::io traits into the prelude | Alex Crichton | -0/+1 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -0/+2 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -1/+0 |
| 2013-10-24 | Cleaned, documented, wrote tests for up std::bool | Marvin Löbel | -20/+19 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -4/+1 |
| 2013-10-10 | Implement rt::io::stdio | Alex Crichton | -1/+1 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -1/+1 |
| 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 |