| Age | Commit message (Expand) | Author | Lines |
| 2014-03-14 | rustc: Fix cfg(not(a, b)) to be not(a && b) | Alex Crichton | -2/+2 |
| 2014-03-14 | auto merge of #12764 : Kimundi/rust/partial_typehint, r=nikomatsakis | bors | -3/+5 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -3/+5 |
| 2014-03-14 | auto merge of #12874 : huonw/rust/printier-rustc, r=alexcrichton | bors | -10/+11 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-13 | auto merge of #12798 : pczarn/rust/inline-asm, r=alexcrichton | bors | -50/+69 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-14 | rustc: make stack traces print for .span_bug/.bug. | Huon Wilson | -10/+11 |
| 2014-03-13 | Fix and improve inline assembly. | Piotr Czarnecki | -50/+69 |
| 2014-03-13 | auto merge of #12238 : ktt3ja/rust/lifetime-error-msg, r=nikomatsakis | bors | -0/+21 |
| 2014-03-13 | auto merge of #12849 : nick29581/rust/doubles, r=alexcrichton | bors | -0/+1 |
| 2014-03-13 | Apply @nikomatsakis' nits and comments patch. | Eduard Burtescu | -1/+1 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -5/+5 |
| 2014-03-12 | auto merge of #12822 : erickt/rust/cleanup, r=acrichto | bors | -3/+3 |
| 2014-03-12 | syntax: change the #[deriving(Hash)] typaram variable name | Erick Tryzelaar | -3/+3 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -18/+1 |
| 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 |