| Age | Commit message (Expand) | Author | Lines |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -26/+13 |
| 2014-03-28 | auto merge of #13170 : eddyb/rust/syntax-cleanup, r=alexcrichton | bors | -4/+5 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+4 |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -1/+1 |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -2/+3 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -1/+1 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 |
| 2014-03-26 | auto merge of #13079 : alexcrichton/rust/colons, r=cmr | bors | -55/+18 |
| 2014-03-26 | syntax: Tweak parsing bounds on generics paths | Alex Crichton | -55/+18 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -1/+1 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -9/+8 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -25/+14 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -17/+16 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -5/+5 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | auto merge of #13028 : thestinger/rust/vec_ng, r=huonw | bors | -13/+13 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -13/+13 |
| 2014-03-20 | Fix spans for enum-struct match arms | Nick Cameron | -10/+8 |
| 2014-03-17 | rustc: disallow trailing parentheses for nullary enum variants | Laurent Bonnans | -2/+19 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -5/+5 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -7/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -1/+1 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -0/+3 |
| 2014-03-13 | auto merge of #12849 : nick29581/rust/doubles, r=alexcrichton | bors | -0/+1 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -18/+1 |
| 2014-03-12 | Update last_span in replace_token | Nick Cameron | -0/+1 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -13/+13 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -1/+1 |
| 2014-03-11 | syntax: Add support for trait bounds on procs | Alex Crichton | -1/+2 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -4/+4 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -10/+1 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -1/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -23/+41 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -124/+123 |
| 2014-02-26 | Replace callee_id with information stored in method_map. | Eduard Burtescu | -5/+5 |
| 2014-02-24 | syntax: allow stmt/expr macro invocations to be delimited by {}. | Huon Wilson | -3/+23 |
| 2014-02-23 | auto merge of #12328 : nick29581/rust/abi, r=alexcrichton | bors | -4/+5 |
| 2014-02-24 | All uses of `extern fn` should mean `extern "C" fn`. Closes #9309. | Nick Cameron | -4/+5 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -3/+3 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -10/+10 |
| 2014-02-14 | Register new snapshots | Alex Crichton | -7/+6 |
| 2014-02-14 | Removed the obsolete ast::CallSugar (previously used by `do`). | Eduard Burtescu | -8/+6 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -22/+15 |
| 2014-02-13 | Replace `extern mod` with `extern crate` | Flavio Percoco | -79/+81 |
| 2014-02-11 | Correct span for self and ExprStruct | Seo Sanghyeon | -2/+2 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -4/+4 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -4/+4 |