| Age | Commit message (Expand) | Author | Lines |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -30/+73 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -2/+2 |
| 2014-02-27 | Fix typo in doc of Binary trait in std::fmt | Mickaël Delahaye | -1/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -0/+10 |
| 2014-02-23 | auto merge of #12492 : huonw/rust/snapshots, r=alexcrichton | bors | -5/+0 |
| 2014-02-23 | Register snapshots. | Huon Wilson | -5/+0 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -12/+12 |
| 2014-02-22 | Decouple integer formatting from std::num::strconv | Brendan Zabarauskas | -121/+54 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -11/+11 |
| 2014-02-16 | Minor documentation fixes in std::fmt | Sterling Greene | -3/+3 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -6/+6 |
| 2014-02-15 | impl fmt::Pointer for &T and &mut T | Corey Richardson | -1/+11 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -6/+6 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -5/+5 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -77/+77 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -5/+0 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -18/+9 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -6/+16 |
| 2014-02-03 | std: Remove io::io_error | Alex Crichton | -86/+92 |
| 2014-02-02 | Remove the SNAP line to work around #11985. | Huon Wilson | -2/+2 |
| 2014-02-02 | std::fmt: prepare to convert the formatting traits to methods, and work | Huon Wilson | -0/+35 |
| 2014-02-02 | std: rename fmt::Default to `Show`. | Huon Wilson | -8/+27 |
| 2014-02-02 | libextra: Remove `@str` from all the libraries | Patrick Walton | -1/+0 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -4/+4 |
| 2014-01-22 | Add LowerExp 'e' and UpperExp 'E' format traits/specifiers | SiegeLord | -0/+30 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be... | Simon Sapin | -1/+1 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -1/+1 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -2/+2 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -2/+1 |
| 2014-01-03 | Remove std::either | Alex Crichton | -7/+7 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -1/+1 |
| 2013-12-23 | Fixing more doc tests | Alex Crichton | -1/+1 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -15/+26 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -3/+3 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -14/+14 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -1/+1 |
| 2013-11-29 | Removed useless cmp::{min, max} reexports from the integer modules | Marvin Löbel | -1/+1 |
| 2013-11-29 | Removed a few macro-expanding-to-module workarounds | Marvin Löbel | -22/+17 |
| 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 | -14/+14 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -2/+4 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -5/+5 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -4/+2 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -3/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -2/+6 |
| 2013-10-21 | std: Move sys::log_str to repr::repr_to_str. Further work on #2240. | Brian Anderson | -7/+3 |
| 2013-10-19 | std::fmt: fix markdown peculiarity, unicodify some arrows, ` some trait names. | Huon Wilson | -14/+14 |
| 2013-10-18 | Document traits and Default about format! better | Alex Crichton | -3/+48 |