| Age | Commit message (Expand) | Author | Lines |
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -3/+5 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -2/+6 |
| 2014-01-27 | syntax: improve the spans of some #[deriving] traits. | Huon Wilson | -4/+5 |
| 2014-01-26 | syntax: Fix a missing closing code tag in docs. | Huon Wilson | -0/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -1/+1 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -56/+54 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -12/+12 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -27/+27 |
| 2013-12-07 | syntax::deriving: indicate from which trait type errors (etc) arise | Huon Wilson | -4/+22 |
| 2013-12-07 | syntax::deriving: add the cx and span to the TraitDef to reduce duplication. | Huon Wilson | -212/+209 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -16/+12 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -34/+34 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -5/+6 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -12/+15 |
| 2013-11-19 | Mark some derived methods as #[inline]. | Huon Wilson | -1/+9 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -6/+2 |
| 2013-11-08 | syntax::ext: Make type errors in deriving point to the field itself. | Huon Wilson | -219/+252 |
| 2013-10-25 | libsyntax/librustc: Allow mut qualifier in patterns. | Luqman Aden | -2/+2 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-10-02 | syntax: Add #[deriving(FromPrimitive)] syntax extension | Erick Tryzelaar | -0/+1 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -5/+6 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -22/+22 |
| 2013-09-10 | auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo... | bors | -2/+2 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -2/+2 |
| 2013-09-10 | std::at_vec and vec: Unify build_sized, build_sized_opt into build | blake2-ppc | -1/+1 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -59/+59 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -28/+28 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -29/+29 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -2/+2 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -13/+13 |
| 2013-08-03 | auto merge of #8206 : omasanori/rust/blk-to-block, r=graydon | bors | -1/+1 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -4/+3 |
| 2013-08-02 | Replace 'blk' -> 'block' in AstBuilder. | OGINO Masanori | -1/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -11/+11 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -2/+3 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -10/+15 |
| 2013-07-17 | librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them. | Patrick Walton | -1/+1 |
| 2013-07-08 | Correct merge errors | Niko Matsakis | -4/+4 |
| 2013-07-08 | syntax: Patch up code that was using irrefutable patterns incorrectly | Niko Matsakis | -10/+18 |
| 2013-07-07 | De-share ast::Ty | James Miller | -3/+3 |
| 2013-07-07 | De-manage OptVec<TyParamBounds> | James Miller | -3/+2 |
| 2013-07-07 | De-manage Lifetime | James Miller | -1/+1 |
| 2013-07-07 | De-managed ast::Path | James Miller | -4/+4 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -5/+6 |