| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -50/+50 |
| 2014-11-18 | implement Writer for Vec<u8> | Daniel Micay | -6/+4 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -10/+3 |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -2/+0 |
| 2014-09-11 | Fix bug in padding unicode, #17105. | Ahmed Charles | -0/+8 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -0/+5 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -1/+1 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+1 |
| 2014-06-30 | Add `impl Show for &Show` | Alex Crichton | -0/+3 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -1/+1 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -14/+14 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -1/+2 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -17/+3 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -17/+3 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+0 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+2 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+1 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -5/+5 |
| 2014-05-13 | test: Ignore a pretty expanded failing test | Alex Crichton | -0/+2 |
| 2014-05-13 | Touch up and rebase previous commits | Alex Crichton | -2/+1 |
| 2014-05-13 | compiletest: Test `--pretty expanded` | klutzy | -0/+1 |
| 2014-05-13 | test: Add missing `#![feature(managed_boxes)]` | klutzy | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -1/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-05-05 | log: Logger receiveis a LogRecord | Sean McArthur | -1/+5 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -3/+3 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -3/+3 |
| 2014-04-07 | auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson | bors | -1/+0 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -2/+2 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -1/+1 |
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -1/+1 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -0/+16 |
| 2014-02-22 | Decouple integer formatting from std::num::strconv | Brendan Zabarauskas | -99/+0 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -1/+1 |
| 2014-02-08 | std::fmt: convert the formatting traits to a proper self. | Huon Wilson | -2/+2 |
| 2014-02-03 | rpass: Remove io_error usage | Alex Crichton | -5/+10 |
| 2014-02-02 | test: Remove `@str` from the test suite | Patrick Walton | -2/+0 |
| 2014-01-22 | Add some tests for the exponential notation | SiegeLord | -1/+9 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -2/+2 |
| 2014-01-17 | Tweak the interface of std::io | Alex Crichton | -2/+1 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -3/+2 |
| 2013-11-26 | std: Remove unused attributes | klutzy | -1/+0 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -4/+4 |
| 2013-10-15 | Build a few extra features into format! parsing | Alex Crichton | -0/+3 |
| 2013-10-06 | Add appropriate #[feature] directives to tests | Alex Crichton | -0/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -6/+4 |