| Age | Commit message (Expand) | Author | Lines |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -1/+1 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -2/+2 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -2/+2 |
| 2014-11-16 | Try to remove ty_nil, some kind of error in exhaustiveness checking | Niko Matsakis | -2/+0 |
| 2014-11-16 | Look for standard crates in LIBDIR provided by --libdir option, | Jauhien Piatlicki | -5/+10 |
| 2014-11-15 | auto merge of #18922 : japaric/rust/for, r=jakub- | bors | -6/+6 |
| 2014-11-14 | auto merge of #18840 : huonw/rust/tweaks, r=alexcrichton | bors | -7/+5 |
| 2014-11-13 | fix "warning: deprecated syntax, use `for` keyword now" | Jorge Aparicio | -6/+6 |
| 2014-11-13 | Tweak and add test for detecting libraries with mismatching target triples. | Huon Wilson | -7/+5 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -7/+9 |
| 2014-11-11 | auto merge of #18821 : arielb1/rust/fnv-hash-map, r=eddyb | bors | -17/+14 |
| 2014-11-11 | auto merge of #18797 : vadimcn/rust/prefer-bundled2, r=alexcrichton | bors | -6/+2 |
| 2014-11-10 | Use FnvHashMap instead of HashMap in rustc | Ariel Ben-Yehuda | -17/+14 |
| 2014-11-08 | Move gcc back to rustlib\<triple>\bin | Vadim Chugunov | -6/+2 |
| 2014-11-07 | Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturall... | Niko Matsakis | -10/+6 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -15/+15 |
| 2014-11-05 | auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581 | bors | -1/+4 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -83/+36 |
| 2014-11-03 | rollup merge of #18536 : bjz/strconv | Alex Crichton | -5/+6 |
| 2014-11-03 | rollup merge of #18318 : arielb1/transmute-cleanup | Alex Crichton | -47/+22 |
| 2014-11-03 | Clean-up transmutes in librustc | Ariel Ben-Yehuda | -47/+22 |
| 2014-11-03 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-11-03 | rollup merge of #18519 : Gankro/collect-smash | Alex Crichton | -4/+4 |
| 2014-11-03 | rollup merge of #18470 : alexcrichton/dash-l | Alex Crichton | -18/+34 |
| 2014-11-04 | Separate string->integer implementation in strconv | Brendan Zabarauskas | -5/+6 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -4/+4 |
| 2014-11-02 | Treat cross-crate unboxed closure def IDs consistently | Brian Koropoff | -1/+4 |
| 2014-10-31 | First stage of enum namespacing changes | Steven Fackler | -0/+25 |
| 2014-11-01 | Rebasing and review changes | Nick Cameron | -5/+5 |
| 2014-11-01 | Cross crait inherant impls | Nick Cameron | -12/+12 |
| 2014-11-01 | Remove FnStyle from DefFn and DefStaticMethod | Nick Cameron | -60/+21 |
| 2014-11-01 | Resolve methods called as functions and... | Nick Cameron | -20/+33 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -5/+5 |
| 2014-10-30 | rustc: Implement -l and include! tweaks | Alex Crichton | -18/+34 |
| 2014-10-30 | rollup merge of #18445 : alexcrichton/index-mut | Alex Crichton | -1/+1 |
| 2014-10-30 | rollup merge of #18398 : aturon/lint-conventions-2 | Alex Crichton | -4/+4 |
| 2014-10-30 | collections: Enable IndexMut for some collections | Alex Crichton | -1/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -30/+30 |
| 2014-10-28 | Remove ty_bot from the type system | Jakub Bukaj | -5/+16 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -4/+4 |
| 2014-10-27 | Fix monomorphization of unboxed closures | Brian Koropoff | -4/+9 |
| 2014-10-24 | Overhaul typechecking of patterns | Jakub Bukaj | -3/+8 |
| 2014-10-22 | Part of #6993. Moved a bunch of uses of Ident to Name | Jonathan S | -40/+43 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -21/+22 |
| 2014-10-16 | Fix soundness bug in treatment of closure upvars by regionck | Brian Koropoff | -0/+4 |
| 2014-10-16 | librustc: Remove all uses of {:?}. | Luqman Aden | -11/+12 |
| 2014-10-15 | Allow self as an arg in extension methods | Nick Cameron | -14/+8 |
| 2014-10-13 | Don't ICE on bad extern paths | Steven Fackler | -31/+40 |
| 2014-10-09 | rustc: Convert statics to constants | Alex Crichton | -114/+114 |