| Age | Commit message (Expand) | Author | Lines |
| 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 | -2/+2 |
| 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 | -22/+35 |
| 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 | -65/+65 |
| 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 | -10/+10 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -14/+14 |
| 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/+4 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -5/+5 |
| 2013-11-05 | Clarify which errors are format string errors | Alex Crichton | -15/+15 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -5/+3 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -14/+1 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -4/+18 |
| 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-19 | auto merge of #9932 : alexcrichton/rust/better-fmt-errors, r=cmr | bors | -24/+27 |
| 2013-10-18 | Try to improve format! error messages | Alex Crichton | -24/+27 |
| 2013-10-18 | Document traits and Default about format! better | Alex Crichton | -3/+48 |
| 2013-10-17 | Register new snapshots | Alex Crichton | -76/+0 |
| 2013-10-15 | Build a few extra features into format! parsing | Alex Crichton | -19/+135 |
| 2013-10-15 | Require module documentation with missing_doc | Alex Crichton | -0/+6 |
| 2013-10-02 | Check enums in missing_doc lint | Steven Fackler | -0/+5 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -2/+0 |
| 2013-10-01 | auto merge of #9644 : alexcrichton/rust/clarify, r=huonw | bors | -19/+42 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -5/+6 |
| 2013-09-30 | Clarify format! implicit positional references | Alex Crichton | -19/+42 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -30/+30 |
| 2013-09-17 | Document a few undocumented modules in libstd | Alex Crichton | -8/+9 |
| 2013-09-15 | Document all of the format! related macros | Alex Crichton | -2/+74 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -0/+7 |
| 2013-09-12 | auto merge of #9140 : alexcrichton/rust/issue-9119, r=huonw | bors | -2/+2 |
| 2013-09-12 | Parse underscores in identifiers for format! | Alex Crichton | -2/+2 |
| 2013-09-12 | Implement a format_args!() macro | Alex Crichton | -16/+75 |
| 2013-09-09 | rename `std::iterator` to `std::iter` | Daniel Micay | -3/+2 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-09-04 | auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonw | bors | -0/+11 |
| 2013-09-03 | Raise errors on format strings with unmatched `}` | Alex Crichton | -0/+11 |
| 2013-09-03 | Test and document escaping on format!() | novalis | -0/+7 |