| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-19 | rustc: remove the explicit count from the lang_item macro. | Huon Wilson | -5/+17 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -1/+1 |
| 2014-01-09 | auto merge of #11055 : pcwalton/rust/placement-box, r=pcwalton | bors | -1/+5 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -1/+5 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -1/+1 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -1/+1 |
| 2014-01-03 | librustc: Remove `@mut` support from the typechecker and borrow checker | Patrick Walton | -15/+9 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -2/+1 |
| 2013-12-24 | Stop using C++ exceptions for stack unwinding. | Vadim Chugunov | -1/+3 |
| 2013-12-16 | librustc: Implement a `Pod` kind for types that can be `memcpy`'d. | Patrick Walton | -48/+52 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -3/+3 |
| 2013-12-06 | Use a macro in lang_items to remove duplication. | Chris Morgan | -276/+77 |
| 2013-11-30 | Wrap the return value of the type_id intrinsic in an opaque box | Corey Richardson | -2/+10 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -5/+4 |