| Age | Commit message (Expand) | Author | Lines |
| 2014-10-15 | auto merge of #18053 : nick29581/rust/ufcs1, r=pcwalton | bors | -7/+8 |
| 2014-10-15 | Allow self as an arg in extension methods | Nick Cameron | -6/+7 |
| 2014-10-15 | Allow passing self as an argument to methods | Nick Cameron | -2/+2 |
| 2014-10-14 | rustc: Rename lints per RFC 344 | Aaron Turon | -3/+3 |
| 2014-10-13 | rollup merge of #18007 : dotdash/arg_lifetime_end | Alex Crichton | -2/+26 |
| 2014-10-13 | rollup merge of #17927 : alexcrichton/more-const | Alex Crichton | -20/+2 |
| 2014-10-13 | auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton | bors | -0/+5 |
| 2014-10-13 | rustc: Remove the dummy hack from check_match | Alex Crichton | -20/+2 |
| 2014-10-13 | Emit lifetime end markers for function arguments | Björn Steinbrink | -2/+26 |
| 2014-10-12 | Never expand specialized columns that only contain wild patterns in them | Jakub Wieczorek | -59/+69 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-10-10 | Handle `while let` desugaring | John Gallagher | -0/+5 |
| 2014-10-10 | auto merge of #17037 : kmcallister/rust/no-stack-check, r=thestinger | bors | -17/+25 |
| 2014-10-10 | auto merge of #17669 : nikomatsakis/rust/multidispatch, r=pcwalton | bors | -11/+26 |
| 2014-10-09 | Add -C no-stack-check | Keegan McAllister | -1/+1 |
| 2014-10-09 | Rename the no_split_stack attribute to no_stack_check | Keegan McAllister | -16/+24 |
| 2014-10-09 | Implement multidispatch and conditional dispatch. Because we do not | Niko Matsakis | -11/+26 |
| 2014-10-09 | rustc: Convert statics to constants | Alex Crichton | -3/+3 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -246/+233 |
| 2014-10-09 | auto merge of #17875 : dotdash/rust/static_bool, r=alexcrichton | bors | -2/+15 |
| 2014-10-09 | Properly translate boolean statics to be stored as i8 | Björn Steinbrink | -2/+15 |
| 2014-10-09 | auto merge of #17871 : michaelwoerister/rust/lldb-versioning, r=alexcrichton | bors | -10/+5 |
| 2014-10-08 | debuginfo: Don't mark struct fields as artificial. | Michael Woerister | -10/+5 |
| 2014-10-07 | Remove use of `final` and `override` (now reserved) | John Gallagher | -4/+4 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -5/+5 |
| 2014-10-06 | auto merge of #17803 : bkoropoff/rust/issue-17021, r=alexcrichton | bors | -54/+76 |
| 2014-10-05 | Handle emitting debug info for unboxed closures | Brian Koropoff | -54/+76 |
| 2014-10-05 | auto merge of #17762 : bkoropoff/rust/issue-17734, r=alexcrichton | bors | -1/+1 |
| 2014-10-05 | auto merge of #16970 : kmcallister/rust/llvm-unreachable, r=thestinger | bors | -0/+4 |
| 2014-10-05 | auto merge of #17776 : luqmana/rust/ul, r=alexcrichton | bors | -4/+2 |
| 2014-10-04 | Add intrinsics::unreachable | Keegan McAllister | -0/+4 |
| 2014-10-04 | Update LLVM. | Luqman Aden | -4/+2 |
| 2014-10-03 | Correctly generate drop glue for `Box<str>` | Brian Koropoff | -1/+1 |
| 2014-10-03 | Fix type visitor glue for unboxed closures | Brian Koropoff | -18/+36 |
| 2014-10-04 | auto merge of #17731 : bkoropoff/rust/unboxed-by-ref, r=pcwalton | bors | -3/+16 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -2/+11 |
| 2014-10-02 | Correctly trans capture-by-ref unboxed closures | Brian Koropoff | -3/+16 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -319/+25 |
| 2014-10-02 | rollup merge of #17722 : jakub-/issue-17169 | Alex Crichton | -2/+0 |
| 2014-10-02 | rollup merge of #17646 : bkoropoff/cast-ice | Alex Crichton | -0/+3 |
| 2014-10-02 | Fix cross-crate tuple structs in statics | Jakub Wieczorek | -2/+0 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -5/+5 |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -315/+24 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -4/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -5/+5 |
| 2014-10-01 | auto merge of #17653 : kaini/rust/master, r=alexcrichton | bors | -6/+6 |
| 2014-10-01 | auto merge of #17630 : sfackler/rust/cfg-warnings, r=brson | bors | -5/+4 |
| 2014-09-30 | Add missing case for pointer -> int when translating constant cast expressions | Brian Koropoff | -0/+3 |
| 2014-09-30 | Fix librustc | Steven Fackler | -5/+4 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -2/+2 |