| Age | Commit message (Expand) | Author | Lines |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -12/+18 |
| 2014-02-28 | rustc: Simplify crate loading constraints | Alex Crichton | -134/+94 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-21 | Changed NonCamelCaseTypes lint to warn by default | mr.Shu | -1/+3 |
| 2014-02-17 | Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif... | gentlefolk | -8/+21 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -14/+14 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -6/+6 |
| 2014-02-02 | librustc: Remove a bunch of `@str` from the compiler around metadata | Patrick Walton | -30/+45 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -4/+4 |
| 2014-02-02 | libsyntax: Remove all `@str` from the AST | Patrick Walton | -2/+2 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -14/+10 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -5/+13 |
| 2014-01-23 | Redo exported macro serialization | Steven Fackler | -1/+1 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -30/+105 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -9/+9 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -3/+3 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -1/+1 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -1/+1 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -2/+2 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -2/+2 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -10/+10 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -6/+6 |
| 2013-12-26 | librustc: De-`@mut` the crate cache in the crate reader | Patrick Walton | -11/+16 |
| 2013-12-26 | librustc: De-`@mut` the `cnum_map` | Patrick Walton | -1/+2 |
| 2013-12-26 | librustc: De-`@mut` `creader::Env` | Patrick Walton | -11/+18 |
| 2013-12-25 | Method-ify CStore | Steven Fackler | -6/+6 |
| 2013-12-19 | auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton | bors | -1/+5 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -4/+4 |
| 2013-12-20 | rustc: Handle `#[link(name = "")]` error | klutzy | -1/+5 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -67/+44 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -1/+1 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -4/+18 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -4/+4 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -80/+73 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -2/+2 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -2/+2 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -9/+9 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -2/+2 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -5/+6 |
| 2013-10-10 | Remove named extern blocks from the AST | Alex Crichton | -30/+33 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -10/+10 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -1/+1 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -5/+5 |
| 2013-08-26 | Port creader.rs from oldvisit to <V:Visitor> trait API. | Felix S. Klock II | -7/+15 |
| 2013-08-25 | Revert "auto merge of #8745 : brson/rust/metadata, r=cmr" | Brian Anderson | -2/+1 |
| 2013-08-23 | Don't copy metadata after loading | Brian Anderson | -1/+2 |
| 2013-08-15 | Update either::partition | blake2-ppc | -11/+3 |