| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-09-18 | rustc: remove BindingMode from DefLocal. | Eduard Burtescu | -2/+2 |
| 2014-09-18 | rustc: remove DefArg and DefBinding in favor of DefLocal. | Eduard Burtescu | -76/+37 |
| 2014-09-18 | stop clamping the DWARF version to 3 on Linux | Daniel Micay | -6/+0 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -16/+57 |
| 2014-09-17 | rollup merge of #17311 : jakub-/issue-17302 | Alex Crichton | -6/+6 |
| 2014-09-17 | rollup merge of #17279 : jakub-/for-loop-unused-variable | Alex Crichton | -1/+1 |
| 2014-09-17 | auto merge of #17246 : bkoropoff/rust/issue-17216, r=pnkfelix | bors | -1/+4 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -32/+32 |
| 2014-09-16 | Run cleanup for base struct in functional struct update expressions | Jakub Wieczorek | -6/+6 |
| 2014-09-16 | auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r... | bors | -351/+362 |
| 2014-09-16 | auto merge of #17280 : thestinger/rust/heap, r=pcwalton | bors | -20/+12 |
| 2014-09-15 | remove the closure_exchange_malloc lang item | Daniel Micay | -20/+12 |
| 2014-09-15 | Add missing unused variable warnings for for loop bindings | Jakub Wieczorek | -1/+1 |
| 2014-09-15 | trans -- stop tracking vtables precisely, instead recompute as needed. | Niko Matsakis | -351/+362 |
| 2014-09-15 | auto merge of #17208 : kmcallister/rust/llvm-diagnostics, r=thestinger | bors | -14/+7 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -301/+305 |
| 2014-09-13 | Fix issue #17216 | Brian Koropoff | -1/+4 |
| 2014-09-13 | auto merge of #17188 : thestinger/rust/tvec, r=pcwalton | bors | -109/+1 |
| 2014-09-13 | auto merge of #17161 : vadimcn/rust/fix-debuginfo, r=alexcrichton | bors | -1/+1 |
| 2014-09-13 | auto merge of #17182 : luqmana/rust/rnp, r=alexcrichton | bors | -3/+2 |
| 2014-09-12 | Add a Rust string ostream for LLVM | Keegan McAllister | -14/+7 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -6/+6 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -41/+47 |
| 2014-09-12 | remove dead and broken tvec ~[T] code path | Daniel Micay | -109/+1 |
| 2014-09-11 | librustc: Enum nullable pointer opt should not apply to raw pointers. | Luqman Aden | -3/+2 |
| 2014-09-11 | auto merge of #17110 : thestinger/rust/dst, r=cmr | bors | -31/+18 |