| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -4/+0 |
| 2014-09-25 | Rename `fail_` lang item to `fail`, closes #16114 | Florian Hahn | -2/+2 |
| 2014-09-24 | Rename `begin_unwind` lang item to `fail_fmt`, refs #16114 | Florian Hahn | -1/+1 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -0/+2 |
| 2014-09-16 | auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r... | bors | -0/+11 |
| 2014-09-15 | remove the closure_exchange_malloc lang item | Daniel Micay | -1/+0 |
| 2014-09-15 | Guts of the new trait matching algorithm, not yet in use | Niko Matsakis | -0/+11 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -1/+1 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -4/+4 |
| 2014-09-05 | Update language item from 'share' to 'sync' #16988 | Felix Raimundo | -1/+1 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -5/+5 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -0/+2 |
| 2014-07-18 | Assign more diagnostic codes | Jakub Wieczorek | -6/+7 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -0/+1 |
| 2014-07-03 | Improve code reuse between trans/_match.rs and check_match.rs | Jakub Wieczorek | -1/+0 |
| 2014-06-09 | librustc: Implement overloading for the call operator behind a feature | Patrick Walton | -0/+4 |
| 2014-06-07 | Add visit_attribute to Visitor, use it for unused_attribute | Steven Fackler | -4/+4 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+2 |
| 2014-05-19 | rustc: Add official support for weak failure | Alex Crichton | -5/+23 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -3/+3 |
| 2014-05-02 | librustc: Implement the `Box<T>` type syntax. RFC #14. Issue #13885. | Patrick Walton | -0/+1 |
| 2014-04-22 | rustc: de-@ lang_items. | Eduard Burtescu | -2/+2 |
| 2014-04-02 | middle: lang_items: allow dead code | Corey Richardson | -0/+1 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -4/+4 |
| 2014-03-24 | rustc: Remove all crate map support | Alex Crichton | -2/+0 |
| 2014-03-22 | rustc: Remove special treatment for Freeze and NoFreeze | Flavio Percoco | -6/+2 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -6/+12 |
| 2014-03-20 | Add Unsafe<T> type | Flavio Percoco | -0/+2 |
| 2014-03-20 | Add a Share kind | Flavio Percoco | -6/+10 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -2/+2 |
| 2014-03-17 | De-@ CStore uses. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -14/+9 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -9/+12 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -2/+2 |
| 2014-03-04 | Add the DerefImm and DerefMut traits. | Eduard Burtescu | -0/+3 |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -1/+1 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -7/+7 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -4/+5 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -1/+1 |
| 2014-01-31 | Remove the need to count lang items | Alex Crichton | -89/+76 |
| 2014-01-31 | Introduce marker types for indicating variance and for opting out | Niko Matsakis | -0/+13 |