| Age | Commit message (Expand) | Author | Lines |
| 2014-01-21 | Remove unnecessary parentheses. | Huon Wilson | -5/+4 |
| 2014-01-20 | auto merge of #11653 : alexcrichton/rust/issue-11647, r=luqmana | bors | -1/+1 |
| 2014-01-20 | Don't emit landing pads with -Z no-landing-pads | Alex Crichton | -1/+1 |
| 2014-01-19 | syntax: convert ast_map to use a SmallIntMap. | Huon Wilson | -41/+19 |
| 2014-01-18 | Rename iterators for consistency | Palmer Cox | -7/+7 |
| 2014-01-17 | Update years on more license headers | Niko Matsakis | -1/+1 |
| 2014-01-16 | Distinguish zero-size types from those that we return as void | Niko Matsakis | -20/+34 |
| 2014-01-16 | Fix uninit() intrinsic when used with empty types | Niko Matsakis | -1/+1 |
| 2014-01-16 | Further refine treatment of voidish arrays | Niko Matsakis | -4/+2 |
| 2014-01-16 | Consider all zero-sized data structures to be voidish, bypassing some "quirky... | Niko Matsakis | -27/+37 |
| 2014-01-15 | Cleanup trait callees | Niko Matsakis | -31/+23 |
| 2014-01-15 | Remove FIXMEs and add license | Niko Matsakis | -2/+10 |
| 2014-01-15 | Use as_slice() method on option | Niko Matsakis | -6/+6 |
| 2014-01-15 | Issue #3511 - Rationalize temporary lifetimes. | Niko Matsakis | -3390/+3715 |
| 2014-01-14 | auto merge of #11535 : thestinger/rust/header, r=alexcrichton | bors | -146/+29 |
| 2014-01-14 | remove `borrow_offset` as ~ is now free of headers | Daniel Micay | -40/+1 |
| 2014-01-14 | remove reference counting headers from ~ | Daniel Micay | -106/+28 |
| 2014-01-14 | auto merge of #11538 : eddyb/rust/llvm-attributes, r=alexcrichton | bors | -57/+59 |
| 2014-01-14 | auto merge of #11485 : eddyb/rust/sweep-old-rust, r=nikomatsakis | bors | -39/+44 |
| 2014-01-14 | Add noalias and noreturn attributes in more cases. | Eduard Burtescu | -57/+59 |
| 2014-01-13 | librustc: Don't translate an expr twice when implicitly coercing to a trait o... | Luqman Aden | -22/+12 |
| 2014-01-13 | librustc: Remove `@` pointer patterns from the language | Patrick Walton | -279/+317 |
| 2014-01-12 | Removed remnants of `@mut` and `~mut` from comments and the type system. | Eduard Burtescu | -39/+44 |
| 2014-01-11 | Use the right type for self in methods and remove obsoleted items. | Eduard Burtescu | -460/+424 |
| 2014-01-11 | Removed free_glue from tydesc (the code is still generated, but inlined in dr... | Eduard Burtescu | -165/+45 |
| 2014-01-11 | Removed obsolete 'e' prefix on ty_evec and ty_estr. | Eduard Burtescu | -70/+70 |
| 2014-01-11 | Remove re-exports of std::io::stdio::{print, println} in the prelude. | Brendan Zabarauskas | -2/+2 |
| 2014-01-09 | Fix ICE on const of nullable enum with fields in null case. | Jed Davis | -1/+0 |
| 2014-01-09 | auto merge of #11055 : pcwalton/rust/placement-box, r=pcwalton | bors | -32/+85 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -32/+85 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -283/+277 |
| 2014-01-09 | auto merge of #11387 : pcwalton/rust/de-at-block, r=alexcrichton | bors | -745/+1128 |
| 2014-01-07 | librustc: Move block contexts into per-function arenas, and | Patrick Walton | -745/+1128 |
| 2014-01-08 | Remove unnecessary substitution of type params when generating | Raphael Catolino | -5/+2 |
| 2014-01-06 | Disowned the Visitor. | Eduard Burtescu | -2/+2 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -57/+27 |
| 2014-01-04 | Don't allow single-variant enums to be dereferenced. #6246 | Brian Anderson | -31/+0 |
| 2014-01-03 | librustc: Remove `@mut` support from the parser | Patrick Walton | -8/+4 |
| 2014-01-03 | librustc: Remove `@mut` support from the typechecker and borrow checker | Patrick Walton | -218/+29 |
| 2014-01-03 | librustc: De-`@mut` the AST map | Patrick Walton | -55/+105 |
| 2014-01-02 | auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton | bors | -61/+69 |
| 2014-01-02 | debuginfo: Fix issue #11083 and some minor clean up. | Michael Woerister | -61/+69 |
| 2014-01-01 | Fix comment that's been wrong since ancient times (thanks, @jvns). | Lindsey Kuper | -1/+1 |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -26/+26 |
| 2013-12-31 | auto merge of #11187 : alexcrichton/rust/once, r=brson | bors | -2/+15 |
| 2013-12-31 | Convert relevant static mutexes to Once | Alex Crichton | -2/+15 |
| 2013-12-31 | Implement volatile_load and volatile_store intrinsics. | Peter Zotov | -0/+53 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -7/+7 |
| 2013-12-27 | librustc: Implement coercion for traits. | Luqman Aden | -6/+38 |
| 2013-12-26 | librustc: De-`@mut` the def map. | Patrick Walton | -23/+54 |