| Age | Commit message (Expand) | Author | Lines |
| 2014-01-02 | libsyntax: Fix test and merge fallout. | Patrick Walton | -1/+1 |
| 2014-01-02 | libsyntax: De-`@mut` `token` in the parser | Patrick Walton | -1/+1 |
| 2014-01-02 | libsyntax: De-`@mut` `quote_depth` in the parser | Patrick Walton | -1/+1 |
| 2014-01-02 | libsyntax: Make the parser mutable | Patrick Walton | -34/+19 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -3/+3 |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -0/+24 |
| 2013-12-04 | Rename extra::json::*::init() constructors to *::new() | Kevin Ballard | -1/+1 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -10/+10 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -10/+10 |
| 2013-11-29 | extra: missed a couple `@` in json | Erick Tryzelaar | -1/+1 |
| 2013-11-29 | extra: json::Encoder should take a &mut io::Writer | Erick Tryzelaar | -3/+4 |
| 2013-11-29 | extra: Rename json constructors into *::init | Erick Tryzelaar | -1/+1 |
| 2013-11-20 | auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichton | bors | -1/+1 |
| 2013-11-21 | Fix parsing tests | Seo Sanghyeon | -1/+1 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -13/+8 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -5/+5 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -10/+10 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -1/+2 |
| 2013-11-03 | Fill out the remaining functionality in io::file | Alex Crichton | -3/+2 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -10/+6 |
| 2013-10-28 | Remove the extension traits for Readers/Writers | Alex Crichton | -1/+1 |
| 2013-10-25 | libsyntax/librustc: Allow mut qualifier in patterns. | Luqman Aden | -3/+2 |
| 2013-10-24 | Remove io::read_error | Alex Crichton | -3/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -14/+38 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -3/+3 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -1/+2 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -3/+3 |
| 2013-09-29 | Remove all usage of @ast::Crate | Alex Crichton | -2/+2 |
| 2013-09-24 | added test case for tokenization of macro_rules | John Clements | -0/+45 |
| 2013-09-24 | cleanup | John Clements | -9/+2 |
| 2013-09-23 | librustc: Remove the remaining direct uses of `@fn` from librustc. | Patrick Walton | -1/+1 |
| 2013-09-16 | Update syntax test | Corey Richardson | -1/+123 |
| 2013-09-16 | Fix hardcoded string in libsyntax | Corey Richardson | -24/+2 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -32/+17 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -19/+19 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -8/+8 |
| 2013-08-30 | fix various warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -45/+3 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -2/+2 |
| 2013-08-27 | librustc: Add support for type parameters in the middle of paths. | Patrick Walton | -78/+149 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -4/+4 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -5/+5 |
| 2013-07-25 | syntax: Fix #6416 by aborting on errors after test parse. | Graydon Hoare | -4/+2 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -18/+18 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -3/+3 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -8/+6 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -6/+2 |
| 2013-07-17 | Made ast::blk not use spanned<T> anymore. | Michael Woerister | -20/+19 |
| 2013-07-07 | auto merge of #7615 : Aatch/rust/syntax-deshare, r=graydon | bors | -15/+15 |
| 2013-07-07 | Fix broken tests | James Miller | -5/+5 |