| Age | Commit message (Expand) | Author | Lines |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::last_span` | Patrick Walton | -34/+32 |
| 2014-01-02 | libsyntax: De-`@mut` `Parser::span` | Patrick Walton | -52/+54 |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -251/+251 |
| 2014-01-02 | libsyntax: De-`@mut` `quote_depth` in the parser | Patrick Walton | -7/+7 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -487/+518 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -13/+19 |
| 2014-01-02 | Output columns 1-based. Fixes #10848 | Jan Niklas Hasse | -2/+2 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -13/+19 |
| 2014-01-01 | auto merge of #11255 : klutzy/rust/small-cleanup, r=pcwalton | bors | -124/+92 |
| 2014-01-02 | syntax: expand impl_pretty_name to handle more cases. | Huon Wilson | -16/+61 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -23/+20 |
| 2014-01-01 | syntax::diagnostic: Remove @ from Emitter | klutzy | -12/+12 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -89/+60 |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -55/+55 |
| 2013-12-29 | Remove @muts from ExtCtxt | Steven Fackler | -20/+20 |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -48/+49 |
| 2013-12-29 | Make ast_fold take &mut self | Steven Fackler | -101/+102 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -53/+53 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -2/+2 |
| 2013-12-28 | Stop passing duplicate parameters in expand | Steven Fackler | -128/+92 |
| 2013-12-28 | Remove unecessary extern "Rust" specifiers | Steven Fackler | -17/+8 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -138/+138 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -1/+0 |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -2/+2 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -3/+1 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -5/+1 |
| 2013-12-20 | auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr | bors | -0/+24 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -0/+4 |
| 2013-12-20 | auto merge of #11075 : alexcrichton/rust/issue-10392, r=brson | bors | -2/+7 |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -0/+24 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -3/+1 |
| 2013-12-19 | auto merge of #11070 : ezyang/rust/better-errors, r=alexcrichton | bors | -5/+14 |
| 2013-12-19 | Accept trailing commas in struct patterns | Alex Crichton | -2/+7 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -1/+3 |
| 2013-12-19 | Generalize item_span into node_span, which works on more types. | Edward Z. Yang | -5/+14 |
| 2013-12-18 | auto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan | bors | -0/+6 |
| 2013-12-17 | auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichton | bors | -51/+77 |
| 2013-12-17 | Change pkgid parser to allow overriding the inferred crate name. | Jack Moffitt | -51/+77 |
| 2013-12-17 | auto merge of #11005 : sanxiyn/rust/mut, r=alexcrichton | bors | -35/+28 |
| 2013-12-17 | Remove obsolete mutability from ast::Ty | Seo Sanghyeon | -35/+28 |
| 2013-12-16 | auto merge of #10994 : ktt3ja/rust/issue-10956, r=alexcrichton | bors | -0/+4 |
| 2013-12-16 | AST Visitor now walks enum discriminant expression | Kiet Tran | -0/+4 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -7/+1 |
| 2013-12-15 | Forbid multiple imports in use statements | Alex Crichton | -0/+6 |
| 2013-12-15 | libsyntax: Implement the new `box` syntax for unique pointers. | Patrick Walton | -7/+25 |
| 2013-12-15 | librustc: Remove identifiers named `box`, since it's about to become a keyword. | Patrick Walton | -9/+12 |
| 2013-12-14 | auto merge of #10935 : sanxiyn/rust/fk-anon, r=pcwalton | bors | -7/+5 |
| 2013-12-13 | auto merge of #10698 : metajack/rust/dep-info, r=alexcrichton | bors | -1/+19 |
| 2013-12-12 | Add --dep-info to write Makefile-compatible dependency info. | Jack Moffitt | -0/+4 |