| 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 | -4046/+0 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+8 |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -7/+7 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -7/+7 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -9/+9 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -9/+9 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -7/+13 |
| 2014-11-16 | Try to remove ty_nil, some kind of error in exhaustiveness checking | Niko Matsakis | -5/+4 |
| 2014-11-10 | Use FnvHashMap instead of HashMap in rustc | Ariel Ben-Yehuda | -32/+31 |
| 2014-11-07 | Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturall... | Niko Matsakis | -5/+5 |
| 2014-11-06 | rollup merge of #18591 : nick29581/dst-bug-str | Alex Crichton | -1/+1 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -4/+4 |
| 2014-11-05 | Make trans::adt know that some structs are unsized | Nick Cameron | -1/+1 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -3/+2 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -1/+1 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -7/+7 |
| 2014-10-28 | Remove ty_bot from the type system | Jakub Bukaj | -19/+57 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -7/+7 |
| 2014-10-27 | Fix monomorphization of unboxed closures | Brian Koropoff | -5/+5 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -4/+7 |
| 2014-10-22 | Part of #6993. Moved a bunch of uses of Ident to Name | Jonathan S | -10/+7 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -54/+52 |
| 2014-10-18 | auto merge of #18041 : arielb1/rust/no-size-overflow, r=pnkfelix | bors | -8/+8 |
| 2014-10-16 | librustc: Remove all uses of {:?}. | Luqman Aden | -15/+15 |
| 2014-10-15 | Use the correct LLVM integer sizes | Ariel Ben-Yehuda | -8/+8 |
| 2014-10-10 | Handle `while let` desugaring | John Gallagher | -0/+5 |
| 2014-10-10 | auto merge of #17669 : nikomatsakis/rust/multidispatch, r=pcwalton | bors | -1/+1 |
| 2014-10-09 | Implement multidispatch and conditional dispatch. Because we do not | Niko Matsakis | -1/+1 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -0/+1 |
| 2014-10-08 | debuginfo: Don't mark struct fields as artificial. | Michael Woerister | -10/+5 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-10-05 | Handle emitting debug info for unboxed closures | Brian Koropoff | -54/+76 |
| 2014-10-04 | Update LLVM. | Luqman Aden | -4/+2 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -0/+7 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -125/+1 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -1/+1 |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -125/+1 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -1/+1 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -1/+1 |
| 2014-09-30 | Desugar 'if let' into the appropriate 'match' | Kevin Ballard | -0/+5 |
| 2014-09-25 | debuginfo: Make sure that all calls to drop glue are associated with debug lo... | Michael Woerister | -9/+69 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -6/+6 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -0/+6 |
| 2014-09-19 | rollup merge of #17259 : eddyb/def-no-gc | Alex Crichton | -2/+2 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -6/+6 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -0/+6 |
| 2014-09-18 | rustc: remove DefArg and DefBinding in favor of DefLocal. | Eduard Burtescu | -2/+2 |
| 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 | -0/+5 |