| Age | Commit message (Expand) | Author | Lines |
| 2014-12-22 | Revert "debuginfo: Clean the debuginfo module up a bit." | Alex Crichton | -88/+74 |
| 2014-12-21 | rollup merge of #20057: nick29581/array-syntax | Alex Crichton | -2/+2 |
| 2014-12-21 | rollup merge of #20027: michaelwoerister/for-loop-var | Alex Crichton | -70/+124 |
| 2014-12-21 | rollup merge of #19898: Aatch/issue-19684 | Alex Crichton | -44/+97 |
| 2014-12-20 | auto merge of #19900 : alexcrichton/rust/compiler-flags, r=cmr | bors | -0/+2 |
| 2014-12-20 | auto merge of #19511 : eddyb/rust/no-shadow, r=alexcrichton | bors | -10/+10 |
| 2014-12-20 | Fix the fallout of removing feature(import_shadowing). | Eduard Burtescu | -9/+9 |
| 2014-12-20 | rustc: middle: move Export and ExportMap from resolve to def. | Eduard Burtescu | -5/+5 |
| 2014-12-20 | rustc: middle: move DefMap from resolve to def. | Eduard Burtescu | -2/+1 |
| 2014-12-20 | middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix. | Eduard Burtescu | -10/+10 |
| 2014-12-20 | Remove feature(import_shadowing) from all crates. | Eduard Burtescu | -1/+1 |
| 2014-12-20 | Allow use of `[_ ; n]` syntax for fixed length and repeating arrays. | Nick Cameron | -2/+2 |
| 2014-12-19 | rustc: Start "stabilizing" some flags | Alex Crichton | -0/+2 |
| 2014-12-19 | librustc_trans: use `#[deriving(Copy)]` | Jorge Aparicio | -109/+43 |
| 2014-12-19 | auto merge of #19884 : nikomatsakis/rust/issue-19730-perfect-forwarding, r=pn... | bors | -88/+86 |
| 2014-12-19 | debuginfo: Clean the debuginfo module up a bit. | Michael Woerister | -74/+88 |
| 2014-12-19 | debuginfo: Create debuginfo for for-loop variables again. | Michael Woerister | -0/+40 |
| 2014-12-19 | Implement "perfect forwarding" for HR impls (#19730). | Niko Matsakis | -8/+7 |
| 2014-12-19 | Centralize on using `Binder` to introduce new binding levels, rather than hav... | Niko Matsakis | -70/+69 |
| 2014-12-19 | Rename the code that replaces unbound variables to "freshen" rather than "sko... | Niko Matsakis | -4/+4 |
| 2014-12-19 | Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef. | Niko Matsakis | -24/+24 |
| 2014-12-19 | auto merge of #19654 : aturon/rust/merge-rt, r=alexcrichton | bors | -6/+11 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -2/+2 |
| 2014-12-18 | Fallout from new thread API | Aaron Turon | -5/+10 |
| 2014-12-18 | Tell trans that user unops are by value | Jorge Aparicio | -2/+2 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -20/+22 |
| 2014-12-18 | Fix logic error and add unreachable after returns | James Miller | -0/+4 |
| 2014-12-18 | Minor fixes | James Miller | -1/+1 |
| 2014-12-18 | Fix formatting issues | James Miller | -3/+4 |
| 2014-12-18 | Add some documentation | James Miller | -1/+38 |
| 2014-12-18 | Only count nested returns when the outer return is reachable | James Miller | -43/+54 |
| 2014-12-17 | rollup merge of #19918: pnkfelix/ast-refactor-make-place-in-exprbox-an-option | Alex Crichton | -1/+2 |
| 2014-12-17 | auto merge of #19789 : nick29581/rust/assoc-ufcs2, r=nikomatsakis | bors | -1/+2 |
| 2014-12-16 | AST refactor: make the place in ExprBox an option. | Felix S. Klock II | -1/+2 |
| 2014-12-16 | auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto | bors | -8/+8 |
| 2014-12-16 | Path types to associated types with form `T::A` | Nick Cameron | -1/+2 |
| 2014-12-15 | auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakis | bors | -14/+20 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -8/+8 |
| 2014-12-15 | rollup merge of #19787: akiss77/fix-i8-c_char | Brian Anderson | -1/+1 |
| 2014-12-14 | Parse `unsafe impl` but don't do anything particularly interesting with the r... | Niko Matsakis | -3/+4 |
| 2014-12-14 | Parse `unsafe trait` but do not do anything with it beyond parsing and integr... | Niko Matsakis | -1/+1 |
| 2014-12-14 | Rename FnStyle trait to Unsafety. | Niko Matsakis | -10/+10 |
| 2014-12-14 | Rewrite WorkItem not to use `proc()`. | Niko Matsakis | -7/+20 |
| 2014-12-14 | Remove `proc` types/expressions from the parser, compiler, and | Niko Matsakis | -6/+2 |
| 2014-12-14 | Purge the hack that allows `FnOnce` to be used with a by-value self method. ... | Niko Matsakis | -214/+7 |
| 2014-12-13 | Tell trans which binops are by value | Jorge Aparicio | -14/+20 |
| 2014-12-13 | librustc_trans: use tuple indexing | Jorge Aparicio | -7/+7 |
| 2014-12-13 | librustc_trans: use unboxed closures | Jorge Aparicio | -107/+140 |
| 2014-12-13 | librustc_trans: fix fallout | Jorge Aparicio | -10/+6 |
| 2014-12-13 | librustc_trans: fix fallout | Jorge Aparicio | -1/+1 |