| Age | Commit message (Expand) | Author | Lines |
| 2014-03-12 | Suggest explicit lifetime parameter on some errors | Kiet Tran | -0/+21 |
| 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 | -51/+52 |
| 2014-03-12 | alpha-rename .ident to .name in Lifetime, including in rustdoc. | Felix S. Klock II | -9/+9 |
| 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-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+1 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -4/+3 |
| 2014-03-11 | Add an ItemModifier syntax extension type | Steven Fackler | -11/+65 |
| 2014-03-10 | syntax: fixed ICEs and incorrect line nums when reporting Spans at the end of... | Dmitry Promsky | -14/+58 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -31/+0 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -2/+2 |
| 2014-03-07 | rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternM... | Liigo Zhuang | -12/+12 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -92/+50 |
| 2014-03-06 | rustc: Move to FNV hashing for node/def ids | Alex Crichton | -0/+75 |
| 2014-03-05 | Refactor and fix FIXME's in mtwt hygiene code | Edward Wang | -556/+551 |
| 2014-03-04 | auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichton | bors | -16/+16 |
| 2014-03-04 | auto merge of #12671 : nick29581/rust/expand, r=sfackler | bors | -6/+15 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -16/+16 |
| 2014-03-04 | Expand nested items within a backtrace. | Nick Cameron | -6/+15 |
| 2014-03-04 | auto merge of #12697 : thestinger/rust/vec, r=huonw | bors | -0/+1 |
| 2014-03-04 | mark the `map` method on Vec<T> as deprecated | Daniel Micay | -0/+1 |
| 2014-03-04 | doc: use the newer favicon | Adrien Tétar | -1/+1 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -47/+21 |
| 2014-03-02 | auto merge of #12662 : sfackler/rust/unexported-type, r=cmr | bors | -7/+6 |
| 2014-03-02 | Make visible types public in rustc | Steven Fackler | -7/+6 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -22/+9 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -306/+550 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -979/+934 |
| 2014-03-01 | std: Switch stdout/stderr to buffered by default | Alex Crichton | -2/+2 |
| 2014-03-01 | auto merge of #12627 : alexcrichton/rust/issue-12623, r=brson | bors | -104/+116 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -23/+49 |
| 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 | -103/+111 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -13/+26 |
| 2014-02-28 | rustc: Simplify crate loading constraints | Alex Crichton | -0/+9 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -2/+3 |
| 2014-03-01 | rustc: implement a lint for publicly visible private types. | Huon Wilson | -5/+8 |
| 2014-02-27 | Fix bytepos_to_file_charpos. | Nick Cameron | -10/+52 |
| 2014-02-27 | Fix syntax::ext::deriving{,::*} docs formatting. | Chris Morgan | -15/+17 |
| 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 | -72/+33 |
| 2014-02-25 | Use only the appropriate trait when looking up operator overloads. | Eduard Burtescu | -41/+19 |
| 2014-02-25 | auto merge of #12522 : erickt/rust/hash, r=alexcrichton | bors | -32/+23 |
| 2014-02-25 | auto merge of #12525 : eddyb/rust/gate-default-type-param-usage, r=alexcrichton | bors | -16/+4 |
| 2014-02-24 | syntax: allow stmt/expr macro invocations to be delimited by {}. | Huon Wilson | -3/+23 |
| 2014-02-24 | syntax: calculate positions of multibyte characters more correctly. | Huon Wilson | -3/+4 |
| 2014-02-24 | syntax: record multibyte chars' positions absolutely, not relative to | Huon Wilson | -2/+1 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+3 |