| 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 | -2248/+0 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+4 |
| 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-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -2/+2 |
| 2014-11-07 | Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturall... | Niko Matsakis | -3/+3 |
| 2014-11-06 | rollup merge of #18615 : huonw/simd | Alex Crichton | -8/+29 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -7/+7 |
| 2014-11-05 | Translate SIMD construction as `insertelement`s and a single store. | Huon Wilson | -8/+29 |
| 2014-11-03 | rollup merge of #18505 : bkoropoff/issue-18487 | Alex Crichton | -13/+19 |
| 2014-10-31 | Fix trans of index overload expressions with DST result types | Brian Koropoff | -13/+19 |
| 2014-11-01 | Remove FnStyle from DefFn and DefStaticMethod | Nick Cameron | -3/+3 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18413 : bkoropoff/issue-18412 | Alex Crichton | -3/+5 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -2/+2 |
| 2014-10-28 | Fix ICE assigning methods to local variables | Brian Koropoff | -3/+5 |
| 2014-10-28 | Remove ty_bot from the type system | Jakub Bukaj | -8/+5 |
| 2014-10-27 | rollup merge of #18332 : jbcrail/fix-comments | Alex Crichton | -2/+2 |
| 2014-10-27 | rollup merge of #18250 : dotdash/fix_aliasing | Alex Crichton | -2/+2 |
| 2014-10-25 | Fix spelling mistakes in comments. | Joseph Crail | -2/+2 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -1/+1 |
| 2014-10-23 | Fix codegen breaking aliasing rules for functions with sret results | Björn Steinbrink | -2/+2 |
| 2014-10-22 | Part of #6993. Moved a bunch of uses of Ident to Name | Jonathan S | -1/+1 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -7/+6 |
| 2014-10-18 | auto merge of #18041 : arielb1/rust/no-size-overflow, r=pnkfelix | bors | -1/+1 |
| 2014-10-16 | librustc: Remove all uses of {:?}. | Luqman Aden | -12/+12 |
| 2014-10-15 | Use the correct LLVM integer sizes | Ariel Ben-Yehuda | -1/+1 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -38/+37 |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -39/+2 |
| 2014-10-02 | syntax: ast: remove TyBox and UnBox. | Eduard Burtescu | -3/+0 |
| 2014-10-01 | auto merge of #17653 : kaini/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-09-30 | Produce a better error for irrefutable `if let` patterns | Kevin Ballard | -1/+1 |
| 2014-09-30 | Fixes ICE when using reexported unit-like structs | Michael Kainer | -1/+1 |
| 2014-09-25 | debuginfo: Make sure that all calls to drop glue are associated with debug lo... | Michael Woerister | -13/+57 |
| 2014-09-19 | rollup merge of #17338 : nick29581/variants-namespace | Alex Crichton | -3/+3 |
| 2014-09-19 | rollup merge of #17318 : nick29581/slice | Alex Crichton | -6/+34 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -3/+3 |
| 2014-09-19 | Implement slicing syntax. | Nick Cameron | -6/+34 |
| 2014-09-18 | rustc: remove Gc<Def> and depth from DefUpvar. | Eduard Burtescu | -1/+1 |
| 2014-09-18 | rustc: add a closure depth to DefUpvar. | Eduard Burtescu | -1/+1 |
| 2014-09-18 | rustc: remove BindingMode from DefLocal. | Eduard Burtescu | -1/+1 |
| 2014-09-18 | rustc: remove DefArg and DefBinding in favor of DefLocal. | Eduard Burtescu | -24/+13 |
| 2014-09-16 | Run cleanup for base struct in functional struct update expressions | Jakub Wieczorek | -6/+6 |
| 2014-09-15 | trans -- stop tracking vtables precisely, instead recompute as needed. | Niko Matsakis | -3/+21 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -35/+34 |
| 2014-09-12 | remove dead and broken tvec ~[T] code path | Daniel Micay | -19/+1 |
| 2014-09-11 | auto merge of #17110 : thestinger/rust/dst, r=cmr | bors | -23/+5 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -8/+30 |
| 2014-09-09 | fixes for Box<[T]> | Daniel Micay | -23/+5 |