| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | De-@ TokenTree. | Eduard Burtescu | -5/+6 |
| 2014-03-28 | Used inherited mutability in lexer::Reader. | Eduard Burtescu | -204/+181 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -1/+27 |
| 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 | use TotalEq for HashMap | Daniel Micay | -4/+4 |
| 2014-03-23 | Get rid of @Cell | Edward Wang | -9/+8 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -45/+30 |
| 2014-03-21 | auto merge of #13016 : huonw/rust/new-opt-vec, r=cmr | bors | -31/+30 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -28/+27 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -47/+41 |
| 2014-03-20 | Added new attribute syntax with backward compatibility. | Daniel Fagnan | -11/+51 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -5/+5 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -8/+0 |
| 2014-03-20 | auto merge of #13028 : thestinger/rust/vec_ng, r=huonw | bors | -19/+19 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -19/+19 |
| 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 | Fix rustdoc and tests. | Eduard Burtescu | -55/+32 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -104/+94 |
| 2014-03-17 | De-@ ParseSess uses. | Eduard Burtescu | -46/+46 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -7/+1 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -30/+29 |
| 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 | -20/+20 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -4/+4 |
| 2014-03-11 | auto merge of #12774 : alexcrichton/rust/proc-bounds, r=pcwalton | bors | -1/+2 |
| 2014-03-11 | syntax: Add support for trait bounds on procs | Alex Crichton | -1/+2 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -1/+1 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -4/+4 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -3/+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 | -39/+63 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -199/+198 |
| 2014-03-01 | auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson | bors | -3/+7 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -9/+27 |
| 2014-02-28 | rustdoc: Capture all output from rustc by default | Alex Crichton | -1/+5 |
| 2014-02-28 | syntax: Refactor diagnostics to focus on Writers | Alex Crichton | -2/+2 |
| 2014-02-27 | Fix a pretty printer crash on `/***`. | Chris Morgan | -1/+1 |
| 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-24 | syntax: record multibyte chars' positions absolutely, not relative to | Huon Wilson | -2/+1 |
| 2014-02-24 | Move extra::json to libserialize | Alex Crichton | -3/+1 |