| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -50/+50 |
| 2014-02-15 | std: clean up ptr a bit | Corey Richardson | -5/+4 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -1/+2 |
| 2014-02-13 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-02-12 | Removed ty_type (previously used to represent *tydesc). | Eduard Burtescu | -0/+3 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -1/+1 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -4/+0 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -88/+118 |
| 2014-02-02 | std,extra: remove use of & support for @[]. | Huon Wilson | -6/+0 |
| 2014-02-02 | libextra: Remove `@str` from all the libraries | Patrick Walton | -5/+1 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -8/+2 |
| 2014-01-22 | Replace C types with Rust types in libstd, closes #7313 | Florian Hahn | -14/+13 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -3/+3 |
| 2014-01-17 | auto merge of #11598 : alexcrichton/rust/io-export, r=brson | bors | -2/+2 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -2/+2 |
| 2014-01-15 | register snapshots | Daniel Micay | -17/+0 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -0/+2 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -0/+1 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -4/+2 |
| 2014-01-03 | libstd: Remove all support code related to `@mut` | Patrick Walton | -3/+0 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -5/+5 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -41/+39 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -1/+1 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -2/+2 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -4/+4 |
| 2013-11-06 | Register new snapshots | Alex Crichton | -12/+0 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+15 |
| 2013-10-29 | Adjust reflection for the possibility of discriminants larger than int. | Jed Davis | -6/+6 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -1/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -4/+5 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -4/+4 |
| 2013-10-21 | std: Move sys::log_str to repr::repr_to_str. Further work on #2240. | Brian Anderson | -0/+10 |
| 2013-10-17 | Register new snapshots | Alex Crichton | -10/+0 |
| 2013-10-15 | use element count in slices, not size in bytes | Daniel Micay | -16/+19 |
| 2013-10-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -13/+7 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -4/+4 |
| 2013-09-09 | auto merge of #9065 : thestinger/rust/iter, r=alexcrichton | bors | -1/+1 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -1/+1 |
| 2013-09-08 | repr: update for removal of const | Daniel Micay | -2/+1 |
| 2013-09-08 | repr: write the mutability qualifier for slices | Daniel Micay | -0/+4 |
| 2013-09-07 | fix repr of strings/chars with quotes | Daniel Micay | -5/+22 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-09-03 | repr: add very basic support for functions | Daniel Micay | -5/+17 |
| 2013-09-02 | auto merge of #8927 : thestinger/rust/repr, r=huonw | bors | -11/+37 |
| 2013-09-02 | repr: handle tuple structs sanely | Daniel Micay | -9/+21 |
| 2013-09-02 | repr: add support for trait objects | Daniel Micay | -1/+6 |
| 2013-09-02 | repr: print functions as `fn()` | Daniel Micay | -1/+10 |