| Age | Commit message (Expand) | Author | Lines |
| 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 short names cache | Patrick Walton | -6/+16 |
| 2013-12-26 | librustc: De-`@mut` the `trait_methods_cache` | Patrick Walton | -1/+2 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -149/+142 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -9/+5 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -2/+2 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -2/+2 |
| 2013-12-20 | auto merge of #11017 : alexcrichton/rust/faster-read, r=thestinger | bors | -12/+79 |
| 2013-12-19 | rustc: Optimize reading metadata by 4x | Alex Crichton | -12/+79 |
| 2013-12-19 | auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton | bors | -1/+5 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -8/+4 |
| 2013-12-19 | auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton | bors | -83/+107 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -83/+107 |
| 2013-12-19 | librustc: Add missing case for the `Pod` bound in `tydecode`. | Patrick Walton | -2/+5 |
| 2013-12-20 | rustc: Handle `#[link(name = "")]` error | klutzy | -1/+5 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -2/+2 |
| 2013-12-17 | auto merge of #10990 : ktt3ja/rust/method-stability, r=huonw | bors | -1/+7 |
| 2013-12-16 | librustc: Implement a `Pod` kind for types that can be `memcpy`'d. | Patrick Walton | -0/+1 |
| 2013-12-16 | Detect stability attributes on methods. | Kiet Tran | -1/+7 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -25/+25 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -183/+96 |
| 2013-12-09 | Store metadata separately in rlib files | Alex Crichton | -33/+17 |
| 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 | -326/+0 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -3/+3 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -3/+3 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -10/+12 |
| 2013-12-02 | auto merge of #10742 : alexcrichton/rust/frameworks, r=cmr | bors | -11/+42 |
| 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 | -11/+42 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -11/+11 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -2/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -195/+354 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -4/+4 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -7/+7 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -21/+21 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -21/+21 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -118/+115 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -13/+13 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -37/+37 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -10/+10 |
| 2013-11-09 | auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet... | bors | -126/+201 |
| 2013-11-08 | Merge failures | Niko Matsakis | -0/+1 |
| 2013-11-08 | Rename and modernize region enum names | Niko Matsakis | -21/+21 |
| 2013-11-08 | Update various tests and libraries that were incorrectly | Niko Matsakis | -11/+11 |
| 2013-11-08 | Introduce new variance inference pass that replaces (and generalizes) old | Niko Matsakis | -2/+27 |