| Age | Commit message (Expand) | Author | Lines |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -31/+0 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -4/+16 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -2/+2 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -30/+76 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -240/+232 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -1/+2 |
| 2014-02-27 | Fix syntax::ext::deriving{,::*} docs formatting. | Chris Morgan | -15/+17 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -16/+4 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -134/+0 |
| 2014-02-24 | Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks. | Huon Wilson | -12/+12 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -102/+0 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -4/+4 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -6/+105 |
| 2014-02-21 | syntax: Allow syntax extensions to have attributes | Erick Tryzelaar | -8/+26 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -4/+4 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -43/+45 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -12/+20 |
| 2014-02-14 | auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw | bors | -65/+67 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -22/+18 |
| 2014-02-13 | Tweak ItemDecorator API | Steven Fackler | -65/+67 |
| 2014-02-11 | libsyntax -- fix unsafe sharing in closures | Niko Matsakis | -9/+12 |
| 2014-02-11 | to_str -- update to contain scope of closure | Niko Matsakis | -20/+21 |
| 2014-02-08 | Update deriving to pass around the `cx` linearly | Niko Matsakis | -132/+157 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -16/+16 |
| 2014-02-08 | Implement `#[deriving(Show)]`. | Huon Wilson | -0/+140 |
| 2014-02-08 | syntax: convert deriving to take &mut ExtCtxt. | Huon Wilson | -62/+62 |
| 2014-02-08 | syntax: remove some dead code. | Huon Wilson | -15/+1 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -7/+2 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -8/+7 |
| 2014-02-02 | librustc: De-`@str` `NameAndSpan` | Patrick Walton | -1/+1 |
| 2014-02-02 | librustc: Fix merge fallout. | Patrick Walton | -4/+7 |
| 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 |