| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 | auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr | bors | -5/+5 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -14/+5 |
| 2014-02-23 | Make break and continue hygienic | Edward Wang | -5/+5 |
| 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-20 | move extra::test to libtest | Liigo Zhuang | -3/+4 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -25/+33 |
| 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 | -17/+13 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -152/+120 |