| Age | Commit message (Expand) | Author | Lines |
| 2014-03-30 | Rename `from_iterator` to `from_iter` for consistency. | Brian Anderson | -3/+3 |
| 2014-03-28 | std and green: fix some warnings | Erick Tryzelaar | -1/+1 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -4/+4 |
| 2014-03-23 | auto merge of #13102 : huonw/rust/totaleq-deriving, r=thestinger | bors | -2/+2 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -2/+2 |
| 2014-03-23 | iter: remove `to_owned_vec` | Daniel Micay | -15/+0 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -1/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -2/+2 |
| 2014-03-14 | cmp: switch `min` and `max` to `TotalOrd` | Daniel Micay | -4/+4 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -6/+6 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -5/+11 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -5/+5 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -7/+7 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -1/+1 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -1/+1 |
| 2014-02-11 | Fix broken link to the container guide | Simon Sapin | -1/+1 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -2/+2 |
| 2014-01-31 | auto merge of #11789 : pongad/rust/master, r=kballard | bors | -0/+148 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -1/+1 |
| 2014-02-01 | Added minmax function. | Michael Darakananda | -0/+148 |
| 2014-01-25 | auto merge of #11790 : lfairy/rust/rename-num-consts, r=alexcrichton | bors | -13/+13 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -13/+13 |
| 2014-01-25 | Fixed iter's is_empty to use is_none() and added relevant test flag | Salem Talha | -1/+2 |
| 2014-01-23 | Update flip() to be rev(). | Sean Chalmers | -24/+24 |
| 2014-01-23 | Rename Invert to Flip - Issue 10632 | Sean Chalmers | -26/+26 |
| 2014-01-20 | Add operator trait constraints to std::num::{Zero, One} and document their ap... | Brendan Zabarauskas | -0/+6 |
| 2014-01-14 | renamed empty() to is_empty() | Shamir Khodzha | -4/+4 |
| 2014-01-11 | added empty() to Peekable | Shamir Khodzha | -1/+15 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -1/+1 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -2/+2 |
| 2013-12-27 | Renamed ClonableIterator to CloneableIterator | Alexandros Tasos | -4/+4 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -19/+27 |
| 2013-12-20 | Implement size_hint() for ByRef iterator | Palmer Cox | -1/+2 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -2/+2 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -50/+50 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -1/+1 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -2/+2 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -19/+19 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -10/+10 |
| 2013-11-17 | Fixed docs for advance() in Iterator trait | Andrei Formiga | -6/+3 |
| 2013-11-17 | Fixed uses of get() to unwrap() in doc examples in std::iter | Andrei Formiga | -28/+28 |
| 2013-11-11 | Implement `size_hint` for Range | Corey Richardson | -8/+80 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -27/+1 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -2/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -3/+31 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -6/+6 |
| 2013-10-16 | auto merge of #9634 : blake2-ppc/rust/by-ref-iter, r=thestinger | bors | -0/+44 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -8/+8 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -4/+4 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -4/+4 |