| Age | Commit message (Expand) | Author | Lines |
| 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 | -9/+5 |
| 2013-12-29 | Start passing around &mut ExtCtxt | Steven Fackler | -6/+6 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -19/+19 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -7/+7 |
| 2013-12-10 | Extend allocation lint for boxing expressions | Seo Sanghyeon | -11/+11 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -7/+1 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -5/+5 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-10-08 | add token::LIT_STR_RAW(ident, num of # symbols) | Benjamin Herr | -0/+7 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -1/+0 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -5/+5 |
| 2013-09-06 | quote_* macros no longer need to be capturing | John Clements | -33/+12 |
| 2013-09-06 | capturing macros now implemented | John Clements | -16/+43 |
| 2013-09-04 | stop treating char as an integer type | Daniel Micay | -1/+9 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -17/+17 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -5/+5 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -17/+17 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -146/+82 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -3/+3 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -1/+1 |
| 2013-08-02 | Replace 'blk' -> 'block' in AstBuilder. | OGINO Masanori | -5/+5 |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1/+1 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -2/+2 |
| 2013-07-17 | libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi... | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -1/+1 |
| 2013-07-12 | Remove the global 'vec::to_owned' function | Alex Crichton | -3/+1 |
| 2013-07-07 | De-share ast::Ty | James Miller | -5/+5 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -5/+2 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -1/+1 |
| 2013-06-16 | remove unused imports | Huon Wilson | -2/+0 |
| 2013-06-13 | Revert "std: convert {vec,str}::to_owned to methods." | Brian Anderson | -1/+4 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -58/+56 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -2/+0 |
| 2013-06-12 | std: convert {vec,str}::to_owned to methods. | Huon Wilson | -4/+2 |
| 2013-06-10 | std: remove str::{connect,concat}*. | Huon Wilson | -2/+2 |
| 2013-06-06 | Clean up a handful of build warnings. | Michael Sullivan | -2/+2 |
| 2013-06-05 | remove unused cx's | John Clements | -90/+90 |
| 2013-06-05 | token_to_ident takes argument by reference | John Clements | -1/+1 |
| 2013-06-05 | interner just uses uints, not idents with syntax context | John Clements | -3/+3 |
| 2013-06-05 | just use TLS interner | John Clements | -8/+8 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+2 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+4 |
| 2013-05-22 | syntax/ext: convert all AstBuilder methods to a uniform syntax. | Huon Wilson | -120/+106 |
| 2013-05-22 | syntax/ext: migrate build.rs functions to AstBuilder methods. | Huon Wilson | -60/+60 |
| 2013-05-22 | syntax/ext: modernise ext_ctxt to be CamelCase and use new. | Huon Wilson | -62/+62 |
| 2013-05-20 | Remove all unnecessary allocations (as flagged by lint) | Alex Crichton | -3/+3 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -5/+5 |