| Age | Commit message (Expand) | Author | Lines |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -41/+100 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -6/+14 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -2/+2 |
| 2014-01-27 | auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichton | bors | -9/+7 |
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -9/+7 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -4/+8 |
| 2014-01-27 | syntax: improve the spans of some #[deriving] traits. | Huon Wilson | -137/+138 |
| 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-18 | syntax::ext: replace span_fatal with span_err in many places. | Huon Wilson | -5/+9 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -1/+1 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -107/+105 |
| 2014-01-08 | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton | bors | -1/+0 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -1/+0 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -4/+4 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -55/+55 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -45/+45 |
| 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 | -226/+251 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -19/+15 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -14/+14 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -74/+80 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -16/+17 |
| 2013-11-19 | libsyntax: Change all uses of `&fn` to `||`. | Patrick Walton | -16/+24 |
| 2013-11-19 | Mark some derived methods as #[inline]. | Huon Wilson | -1/+27 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -14/+15 |
| 2013-11-08 | syntax::ext: Make type errors in deriving point to the field itself. | Huon Wilson | -312/+327 |
| 2013-10-25 | libsyntax/librustc: Allow mut qualifier in patterns. | Luqman Aden | -2/+2 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on ~self. | Luqman Aden | -1/+1 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -1/+1 |
| 2013-10-21 | std: Move sys::log_str to repr::repr_to_str. Further work on #2240. | Brian Anderson | -3/+4 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -1/+1 |
| 2013-10-08 | add new enum ast::StrStyle as field to ast::lit_str | Benjamin Herr | -1/+1 |
| 2013-10-02 | std: Swap {To,From}Primitive to use the 64bit as the unimplemented version | Erick Tryzelaar | -6/+6 |
| 2013-10-02 | syntax: swap from .span_fatal to .span_err in #[deriving(FromPrimitive)] | Erick Tryzelaar | -7/+14 |
| 2013-10-02 | syntax: Add #[deriving(FromPrimitive)] syntax extension | Erick Tryzelaar | -0/+125 |
| 2013-10-02 | syntax: indicate an error when a macro ignores trailing tokens. | Huon Wilson | -1/+1 |
| 2013-09-30 | syntax: Remove usage of fmt! | Alex Crichton | -12/+13 |
| 2013-09-25 | rustdoc: Change all code-blocks with a script | Alex Crichton | -22/+22 |
| 2013-09-17 | extra: minor cleanup of Zero and Default syntax extension | Erick Tryzelaar | -10/+6 |
| 2013-09-12 | syntax: add #[deriving(Default)] syntax extension | Erick Tryzelaar | -0/+81 |
| 2013-09-10 | auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo... | bors | -5/+5 |
| 2013-09-10 | Delay assignment of node ids until after expansion. Ensures that each AST node | Niko Matsakis | -5/+5 |
| 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 | -102/+102 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -43/+43 |