| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-11 | librustc: Convert from `@Object` to `@mut Object` as needed | Niko Matsakis | -3/+3 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -15/+30 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -6/+6 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -5/+5 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -6/+6 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -5/+5 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -19/+23 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -7/+10 |
| 2013-07-07 | Stop allocating view_items with @ | James Miller | -1/+1 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -3/+2 |
| 2013-06-27 | Remove many shared pointers | Philipp Brüschweiler | -17/+13 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -6/+7 |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -10/+10 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -16/+16 |