| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -27728/+0 |
| 2014-11-18 | auto merge of #19050 : japaric/rust/moar-dst, r=aturon | bors | -4/+4 |
| 2014-11-17 | librustc: DSTify `ClassList`, `LlvmRepr` and `Repr` | Jorge Aparicio | -4/+4 |
| 2014-11-18 | rollup merge of #18910: aturon/borrow-traits | Jakub Bukaj | -5/+5 |
| 2014-11-18 | rollup merge of #18890: luqmana/tf | Jakub Bukaj | -28/+46 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -5/+5 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -2/+47 |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -154/+154 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -154/+154 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -26/+26 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -7/+7 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -26/+26 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -9/+16 |
| 2014-11-16 | Try to remove ty_nil, some kind of error in exhaustiveness checking | Niko Matsakis | -39/+28 |
| 2014-11-16 | rollup merge of #18965: cmr/master | Jakub Bukaj | -1/+6 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -7/+7 |
| 2014-11-15 | auto merge of #18922 : japaric/rust/for, r=jakub- | bors | -4/+4 |
| 2014-11-14 | librustc: use type parameters less vigorously when giving the IR type names | Corey Richardson | -1/+6 |
| 2014-11-14 | auto merge of #18893 : bkoropoff/rust/issue-18883, r=alexcrichton | bors | -7/+8 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -3/+2 |
| 2014-11-14 | Revert the need for initial values with arithmetic iterators | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | fix "warning: deprecated syntax, use `for` keyword now" | Jorge Aparicio | -4/+4 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -17/+5 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+1 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -3/+1 |
| 2014-11-11 | Fix inconsistent use of substs in trans_unboxing_shim | Brian Koropoff | -7/+8 |
| 2014-11-11 | librustc: Allow linkage attribute on any statics, not just foreign statics. | Luqman Aden | -28/+46 |
| 2014-11-10 | Use FnvHashMap instead of HashMap in rustc | Ariel Ben-Yehuda | -103/+100 |
| 2014-11-09 | auto merge of #18743 : nikomatsakis/rust/hrtb-refactor-2, r=pcwalton | bors | -8/+8 |
| 2014-11-08 | auto merge of #18730 : bkoropoff/rust/issue-18652, r=eddyb | bors | -1/+0 |
| 2014-11-08 | auto merge of #18729 : bkoropoff/rust/issue-18711, r=cmr | bors | -4/+3 |
| 2014-11-07 | Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturall... | Niko Matsakis | -8/+8 |
| 2014-11-07 | auto merge of #18688 : bkoropoff/rust/unboxed-closure-subst-fixes, r=nikomats... | bors | -39/+27 |
| 2014-11-06 | Remove incorrect assert in trans | Brian Koropoff | -1/+0 |
| 2014-11-06 | Fix panic due to overly long borrow of RefCell | Brian Koropoff | -4/+3 |
| 2014-11-06 | Fix handling of unboxed closure type param substitutions | Brian Koropoff | -39/+27 |
| 2014-11-06 | rollup merge of #18644 : luqmana/pefc | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18630 : nikomatsakis/purge-the-bars | Alex Crichton | -6/+2 |
| 2014-11-06 | rollup merge of #18615 : huonw/simd | Alex Crichton | -8/+29 |
| 2014-11-06 | rollup merge of #18591 : nick29581/dst-bug-str | Alex Crichton | -27/+20 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -40/+40 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -6/+2 |
| 2014-11-05 | Make trans::adt know that some structs are unsized | Nick Cameron | -27/+20 |
| 2014-11-04 | librustc: Call return_type only for functions. | Luqman Aden | -1/+1 |
| 2014-11-05 | Translate SIMD construction as `insertelement`s and a single store. | Huon Wilson | -8/+29 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -142/+89 |
| 2014-11-03 | rollup merge of #18506 : nikomatsakis/assoc-type-bounds | Alex Crichton | -5/+22 |
| 2014-11-03 | rollup merge of #18318 : arielb1/transmute-cleanup | Alex Crichton | -6/+9 |
| 2014-11-03 | Use a struct rather than a 4-tuple | Niko Matsakis | -4/+19 |