| Age | Commit message (Expand) | Author | Lines |
| 2014-03-01 | librustc: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -1/+1 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -7/+8 |
| 2014-02-28 | rustc: Simplify crate loading constraints | Alex Crichton | -24/+16 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -2/+3 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -1/+1 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -0/+1 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -1/+1 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -1/+2 |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -6/+6 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -68/+43 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -14/+14 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -1/+0 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -3/+3 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -6/+6 |
| 2014-02-03 | rustc: Remove io_error usage | Alex Crichton | -10/+11 |
| 2014-02-01 | auto merge of #11974 : huonw/rust/no-at-vec, r=pcwalton | bors | -24/+29 |
| 2014-02-02 | rustc: remove use of @[]. | Huon Wilson | -9/+9 |
| 2014-02-02 | librustc: Remove uses of `token::ident_to_str()` from librustc | Patrick Walton | -2/+7 |
| 2014-02-02 | librustc: Remove a bunch of `@str` from the compiler around metadata | Patrick Walton | -9/+9 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -1/+1 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -3/+3 |
| 2014-01-31 | Handle attributes on cross-crate tuple-structs correctly | David Manescu | -0/+17 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -14/+2 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -3/+2 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -0/+17 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -65/+61 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -1/+1 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -1/+1 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -1/+1 |
| 2013-12-26 | librustc: De-`@mut` the `cnum_map` | Patrick Walton | -3/+9 |
| 2013-12-26 | librustc: De-`@mut` several instances of `io::Writer`. | Patrick Walton | -3/+3 |
| 2013-12-26 | librustc: De-`@mut` `Rib::bindings` | Patrick Walton | -0/+1 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -58/+60 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -2/+2 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -5/+3 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -272/+0 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -2/+2 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -2/+7 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -2/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -0/+10 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -6/+6 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -6/+6 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -96/+95 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -7/+7 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -13/+14 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-08 | Introduce new variance inference pass that replaces (and generalizes) old | Niko Matsakis | -0/+8 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -24/+34 |