| Age | Commit message (Expand) | Author | Lines |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -1/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -0/+3 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -49/+49 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -18/+5 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -19/+19 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -2/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -27/+28 |
| 2014-02-23 | auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr | bors | -4/+9 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -81/+81 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -4/+9 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -3/+3 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -2/+1 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -1/+1 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -2/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -2/+3 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | Removed the obsolete ast::CallSugar (previously used by `do`). | Eduard Burtescu | -9/+3 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -3/+2 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -1/+1 |
| 2014-02-07 | Removed @self and @Trait. | Eduard Burtescu | -2/+1 |
| 2014-02-06 | Remove reference to @str in comment | Florian Hahn | -2/+2 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -2/+3 |
| 2014-02-02 | syntax: remove the unused Vstore enum. | Huon Wilson | -9/+0 |
| 2014-02-02 | syntax: remove the handling of @str and @[] from the parser completely. | Huon Wilson | -1/+0 |
| 2014-02-02 | syntax: convert LitBinary from @[u8] to Rc<~[u8]>. | Huon Wilson | -1/+2 |
| 2014-02-02 | libsyntax: Remove the `interner_get` function and all uses | Patrick Walton | -3/+4 |
| 2014-02-02 | libsyntax: Remove all `@str` from the AST | Patrick Walton | -5/+5 |
| 2014-02-02 | libsyntax: Make float literals not use `@str` | Patrick Walton | -2/+2 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -1/+1 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -4/+5 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -1/+2 |
| 2014-01-29 | Removing support for the do syntax from libsyntax and librustc. | Scott Lawrence | -2/+0 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -17/+34 |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -1/+1 |
| 2014-01-17 | syntax::ast: Remove/Recover tests | klutzy | -106/+15 |
| 2014-01-15 | register snapshots | Daniel Micay | -7/+0 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -4/+4 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -1/+0 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -4/+4 |
| 2014-01-09 | auto merge of #11055 : pcwalton/rust/placement-box, r=pcwalton | bors | -0/+2 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -0/+2 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -215/+222 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -3/+2 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::rename_memo` | Patrick Walton | -1/+1 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::mark_memo` | Patrick Walton | -3/+3 |
| 2014-01-03 | libsyntax: De-`@mut` `SCTable::table` | Patrick Walton | -1/+2 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -1/+1 |
| 2013-12-17 | Remove obsolete mutability from ast::Ty | Seo Sanghyeon | -3/+3 |