| 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 | -1746/+0 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -1/+7 |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -6/+6 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -6/+6 |
| 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 | -1/+1 |
| 2014-11-10 | Use FnvHashMap instead of HashMap in rustc | Ariel Ben-Yehuda | -3/+3 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -2/+2 |
| 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 | Remove ty_bot from the type system | Jakub Bukaj | -8/+4 |
| 2014-10-24 | Add a lint for not using field pattern shorthands | P1start | -2/+2 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -15/+20 |
| 2014-10-18 | auto merge of #18041 : arielb1/rust/no-size-overflow, r=pnkfelix | bors | -1/+1 |
| 2014-10-16 | Fix soundness bug in treatment of closure upvars by regionck | Brian Koropoff | -1/+1 |
| 2014-10-16 | librustc: Remove all uses of {:?}. | Luqman Aden | -3/+5 |
| 2014-10-15 | Use the correct LLVM integer sizes | Ariel Ben-Yehuda | -1/+1 |
| 2014-10-13 | rollup merge of #17927 : alexcrichton/more-const | Alex Crichton | -20/+2 |
| 2014-10-13 | rustc: Remove the dummy hack from check_match | Alex Crichton | -20/+2 |
| 2014-10-12 | Never expand specialized columns that only contain wild patterns in them | Jakub Wieczorek | -59/+69 |
| 2014-10-09 | rustc: Add `const` globals to the language | Alex Crichton | -14/+34 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-10-02 | Fix cross-crate tuple structs in statics | Jakub Wieczorek | -2/+0 |
| 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 | -43/+21 |
| 2014-09-17 | rollup merge of #17279 : jakub-/for-loop-unused-variable | Alex Crichton | -1/+1 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -1/+1 |
| 2014-09-15 | Add missing unused variable warnings for for loop bindings | Jakub Wieczorek | -1/+1 |
| 2014-09-14 | rustc: fix fallout from using ptr::P. | Eduard Burtescu | -153/+156 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on trans::Block. | Eduard Burtescu | -153/+144 |
| 2014-09-05 | make CrateContext fields private | Stuart Pernsteiner | -1/+1 |
| 2014-09-04 | auto merge of #16883 : jakub-/rust/issue-16648, r=pcwalton | bors | -342/+281 |
| 2014-08-30 | Remove the branch merging optimisations for slice patterns | Jakub Wieczorek | -342/+281 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -9/+0 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+9 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -1/+1 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -4/+4 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -5/+5 |
| 2014-08-18 | Forbid extern statics from appearing in patterns | Jakub Wieczorek | -1/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+2 |
| 2014-08-09 | librustc: Also use new alloca if matching on an arg or upvar which we reassig... | Luqman Aden | -2/+5 |
| 2014-08-09 | librustc: Don't use the same alloca for match binding which we reassign to in... | Luqman Aden | -3/+47 |
| 2014-08-06 | AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. | Felix S. Klock II | -2/+2 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -0/+25 |
| 2014-07-23 | Improve usage of lifetime intrinsics in match expressions | Björn Steinbrink | -5/+22 |
| 2014-07-22 | auto merge of #15863 : dotdash/rust/lifetimes3, r=alexcrichton | bors | -0/+1 |
| 2014-07-22 | Emit LLVM lifetime intrinsics to improve stack usage and codegen in general | Björn Steinbrink | -0/+1 |