| Age | Commit message (Expand) | Author | Lines |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -21/+28 |
| 2014-01-04 | Stop padding metadata | Steven Fackler | -4/+0 |
| 2014-01-04 | auto merge of #11295 : sfackler/rust/de-jank-encoder, r=brson | bors | -6/+6 |
| 2014-01-03 | Remove a hacky buffer extraction from metadata | Steven Fackler | -6/+6 |
| 2014-01-03 | librustc: De-`@mut` the AST map | Patrick Walton | -3/+6 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -2/+2 |
| 2014-01-01 | auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwalton | bors | -3/+3 |
| 2014-01-02 | syntax: expand impl_pretty_name to handle more cases. | Huon Wilson | -1/+1 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -3/+3 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -5/+5 |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: Fully de-`@mut` `trait_impls` in the type context | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` the inherent implementations list | Patrick Walton | -2/+4 |
| 2013-12-26 | librustc: De-`@mut` the encoding stats | Patrick Walton | -49/+46 |
| 2013-12-26 | librustc: De-`@mut` all remaining uses of `MemWriter` | Patrick Walton | -4/+4 |
| 2013-12-26 | librustc: De-`@mut` arrays of `entry` used in the encoder | Patrick Walton | -26/+72 |
| 2013-12-26 | librustc: De-`@mut` the export map | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` the `type_abbrevs` table | Patrick Walton | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` the `reachable` map | Patrick Walton | -3/+4 |
| 2013-12-26 | librustc: De-`@mut` `cstore::CStore` | Patrick Walton | -1/+1 |
| 2013-12-26 | librustc: De-`@mut` `CStore::used_libraries` | Patrick Walton | -1/+3 |
| 2013-12-26 | libextra: Stop using `@mut MemWriter` in the EBML module | Patrick Walton | -46/+56 |
| 2013-12-26 | librustc: De-`@mut` the `impls` table in the type context | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` `inherent_impls` in the type context | Patrick Walton | -2/+4 |
| 2013-12-26 | librustc: De-`@mut` `trait_impls` in the type context | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` `CrateContext::non_inlineable_statics` | Patrick Walton | -3/+10 |
| 2013-12-26 | librustc: Remove unused `discrim_symbols` field from the crate context | Patrick Walton | -4/+0 |
| 2013-12-26 | librustc: De-`@mut` `item_symbols` | Patrick Walton | -4/+7 |
| 2013-12-26 | librustc: De-`@mut` the `trait_methods_cache` | Patrick Walton | -1/+2 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -2/+2 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -2/+1 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -1/+1 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -1/+1 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -2/+1 |
| 2013-12-19 | auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton | bors | -2/+2 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -2/+2 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -2/+2 |
| 2013-12-16 | Detect stability attributes on methods. | Kiet Tran | -1/+7 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -18/+18 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -52/+15 |
| 2013-12-09 | Store metadata separately in rlib files | Alex Crichton | -8/+6 |
| 2013-12-08 | encode trait lifetime params in metadata to allow cross-crate usage | David Renshaw | -0/+2 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -18/+0 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -1/+1 |
| 2013-12-02 | auto merge of #10742 : alexcrichton/rust/frameworks, r=cmr | bors | -1/+9 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -1/+1 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -2/+2 |
| 2013-12-01 | ast: Remove one `@` and fix the fallout | Philipp Brüschweiler | -1/+1 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -1/+9 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -2/+2 |