| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-30 | Desugar 'if let' into the appropriate 'match' | Kevin Ballard | -0/+5 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -6/+6 |
| 2014-09-30 | auto merge of #17563 : brson/rust/wintcbfix, r=thestinger | bors | -1/+1 |
| 2014-09-29 | rollup merge of #17592 : kmcallister/inline-asm-loc | Alex Crichton | -0/+14 |
| 2014-09-29 | auto merge of #17533 : michaelwoerister/rust/function-call-locs, r=luqmana | bors | -71/+282 |
| 2014-09-28 | Keep ExpnId abstract by providing conversions | Keegan McAllister | -1/+1 |
| 2014-09-27 | Translate inline assembly errors back to source locations | Keegan McAllister | -0/+14 |
| 2014-09-26 | rustc: Turn off split stacks on Windows | Brian Anderson | -1/+1 |
| 2014-09-25 | debuginfo: Make sure that all calls to drop glue are associated with debug lo... | Michael Woerister | -71/+282 |
| 2014-09-25 | Integrate builtin bounds fully into the trait checker | Niko Matsakis | -6/+7 |
| 2014-09-24 | Remove dead code from librustc | Jakub Wieczorek | -30/+0 |
| 2014-09-23 | Cleanup the check_null function. | Kasey Carrothers | -6/+1 |
| 2014-09-23 | Check for null bytes before calling with_c_str on link_section and export_nam... | Kasey Carrothers | -4/+24 |
| 2014-09-19 | Test fixes from the rollup | Alex Crichton | -12/+12 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -16/+16 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -20/+50 |
| 2014-09-19 | rollup merge of #17259 : eddyb/def-no-gc | Alex Crichton | -99/+55 |
| 2014-09-18 | Move uses of enum to bitflags!. | Ahmed Charles | -12/+4 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -16/+16 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -20/+50 |
| 2014-09-18 | rustc: remove Gc<Def> and depth from DefUpvar. | Eduard Burtescu | -2/+2 |
| 2014-09-18 | rustc: move freevar finding to resolve. | Eduard Burtescu | -2/+0 |
| 2014-09-18 | rustc: move type definitions from middle::freevars to middle::ty. | Eduard Burtescu | -19/+16 |
| 2014-09-18 | rustc: add a closure depth to DefUpvar. | Eduard Burtescu | -2/+2 |