| Age | Commit message (Expand) | Author | Lines |
| 2014-09-10 | Use DWARF4 on Windows. | Vadim Chugunov | -1/+1 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -8/+38 |
| 2014-09-09 | fixes for Box<[T]> | Daniel Micay | -31/+18 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on trans::Block. | Eduard Burtescu | -1135/+1095 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -74/+75 |
| 2014-09-08 | auto merge of #17036 : pczarn/rust/issue-15913-ICE-with-call-trans, r=alexcri... | bors | -45/+33 |
| 2014-09-06 | fix sized deallocation for Box<[T]> | Daniel Micay | -19/+77 |
| 2014-09-06 | fix sized deallocation for proc | Daniel Micay | -14/+37 |
| 2014-09-06 | fix a sized deallocation issue in the glue code | Daniel Micay | -4/+1 |
| 2014-09-06 | Fix ICE with trans of calls to foreign fns | Piotr Czarnecki | -2/+4 |
| 2014-09-06 | rustc: Refactor middle::trans::inline | Piotr Czarnecki | -44/+30 |
| 2014-09-05 | make separate compilation respect #[inline] attributes | Stuart Pernsteiner | -57/+181 |
| 2014-09-05 | make symbols internal when possible | Stuart Pernsteiner | -0/+83 |
| 2014-09-05 | avoid duplicate translation of monomorphizations, drop glue, and visit glue | Stuart Pernsteiner | -31/+114 |
| 2014-09-05 | translate into multiple llvm contexts | Stuart Pernsteiner | -50/+149 |
| 2014-09-05 | reuse original symbols for inlined items | Stuart Pernsteiner | -10/+10 |
| 2014-09-05 | run optimization and codegen on worker threads | Stuart Pernsteiner | -22/+60 |
| 2014-09-05 | split CrateContext into shared and local pieces | Stuart Pernsteiner | -182/+325 |
| 2014-09-05 | make CrateContext fields private | Stuart Pernsteiner | -373/+540 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -3/+3 |
| 2014-09-04 | auto merge of #16883 : jakub-/rust/issue-16648, r=pcwalton | bors | -353/+294 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -3/+3 |
| 2014-09-03 | auto merge of #16954 : nick29581/rust/dst-bug-deref, r=nikomatsakis | bors | -4/+7 |
| 2014-09-03 | auto merge of #16953 : nick29581/rust/dst-bug-7, r=pcwalton | bors | -1/+20 |
| 2014-09-03 | auto merge of #16934 : nick29581/rust/dst-bug-6, r=pcwalton | bors | -5/+9 |
| 2014-09-03 | Handle custom deref returning fat pointers | Nick Cameron | -4/+7 |
| 2014-09-03 | Fix ICE when casting `&[T]` to `*const [T]` | Nick Cameron | -1/+20 |
| 2014-09-03 | Remove cross-borrowing for traits. | Nick Cameron | -2/+2 |
| 2014-09-03 | Schedule cleanup for &* on fat owned pointers | Nick Cameron | -6/+14 |
| 2014-09-02 | Fix ICE with static DST coercion | Nick Cameron | -5/+9 |
| 2014-09-02 | DST raw pointers - *-pointers are fat pointers | Nick Cameron | -20/+30 |
| 2014-08-30 | auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw | bors | -9/+0 |
| 2014-08-30 | Remove the branch merging optimisations for slice patterns | Jakub Wieczorek | -353/+294 |
| 2014-08-30 | auto merge of #16190 : Pythoner6/rust/labeled-while-loop, r=alexcrichton | bors | -2/+2 |
| 2014-08-30 | auto merge of #16322 : michaelwoerister/rust/gdb-pretty, r=alexcrichton | bors | -1/+24 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -2/+2 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -9/+0 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -9/+9 |
| 2014-08-29 | Don't double free embedded, unsized slices | Nick Cameron | -9/+15 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -2/+2 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -2/+2 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -16/+27 |
| 2014-08-27 | debuginfo: Add GDB pretty printers for structs and enums. | Michael Woerister | -1/+24 |
| 2014-08-26 | Optimise a particularly clown shoes example of DST codegen | Nick Cameron | -12/+34 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -185/+481 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -486/+780 |
| 2014-08-26 | Use the slice repr for ~[T] | Nick Cameron | -244/+117 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -1/+1 |
| 2014-08-22 | auto merge of #16656 : luqmana/rust/ucmla, r=pcwalton | bors | -11/+29 |
| 2014-08-22 | auto merge of #16655 : pcwalton/rust/unboxed-closures-unboxing-shims, r=luqmana | bors | -11/+63 |