| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | tests: remove uses of Gc. | Eduard Burtescu | -789/+2 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -1/+1 |
| 2014-09-15 | Add tests for a few A-needstest issues | Jakub Wieczorek | -0/+30 |
| 2014-09-05 | auto merge of #16628 : pczarn/rust/hashmap-opt, r=nikomatsakis | bors | -0/+21 |
| 2014-09-04 | std: Fix overflow of HashMap's capacity | Piotr Czarnecki | -0/+21 |
| 2014-09-03 | auto merge of #16940 : treeman/rust/fail-non-utf8, r=pnkfelix | bors | -0/+26 |
| 2014-09-02 | Prevent failure when using fail! with invalid utf8. | Jonas Hietala | -0/+26 |
| 2014-09-02 | Reviewer changes | Nick Cameron | -0/+19 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -0/+4 |
| 2014-08-04 | Remove obsolete stack growth tests | Brian Anderson | -187/+0 |
| 2014-07-26 | Remove managed_box gate from tests | Brian Anderson | -29/+1 |
| 2014-07-15 | Deprecate str::from_byte | Adolfo OchagavĂa | -1/+1 |
| 2014-07-01 | rustc: Remove `&str` indexing from the language. | Brian Anderson | -1/+1 |
| 2014-06-30 | librustc: Permit by-value-self methods to be invoked on objects | Patrick Walton | -0/+51 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -38/+38 |
| 2014-06-28 | auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton | bors | -3/+3 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -3/+3 |
| 2014-06-28 | librustc: Match trait self types exactly. | Patrick Walton | -13/+24 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -8/+8 |
| 2014-06-22 | Remove duplicated test files | Piotr Jawniak | -13/+0 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -1/+1 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -51/+106 |
| 2014-06-13 | libsyntax: Allow `+` to separate trait bounds from objects. | Patrick Walton | -1/+1 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -2/+1 |
| 2014-06-09 | Use phase(plugin) in tests | Keegan McAllister | -3/+3 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -2/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -3/+3 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+13 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -11/+11 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -4/+4 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -9/+9 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -1/+0 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -4/+4 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -17/+20 |
| 2014-05-13 | compiletest: Test `--pretty expanded` | klutzy | -0/+3 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -14/+18 |
| 2014-04-23 | Move task::task() to TaskBuilder::new() | Steven Fackler | -4/+4 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -17/+17 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -44/+44 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -1/+1 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -1/+1 |
| 2014-04-09 | Remove the unused Point struct in the assert-eq-macro-fail.rs test. | Kasey Carrothers | -3/+0 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -4/+4 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -8/+8 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -4/+4 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -1/+1 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -2/+2 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -2/+0 |