| Age | Commit message (Expand) | Author | Lines |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1160/+1138 |
| 2015-01-02 | rollup merge of #20157: alexcrichton/issue-20068 | Alex Crichton | -1233/+1699 |
| 2015-01-02 | Properly deal with Ordering in the guide | Steve Klabnik | -40/+56 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -1198/+1648 |
| 2015-01-02 | auto merge of #20356 : Gankro/rust/stab, r=aturon | bors | -364/+450 |
| 2015-01-02 | auto merge of #20412 : nikomatsakis/rust/assoc-types, r=aturon | bors | -164/+381 |
| 2015-01-02 | auto merge of #20189 : cmr/rust/i32-fallback, r=nikomatsakis | bors | -54/+57 |
| 2015-01-02 | auto merge of #20387 : nick29581/rust/arrays-2, r=alexcrichton | bors | -387/+414 |
| 2015-01-01 | Replace the TODO with a FIXME. | Niko Matsakis | -1/+1 |
| 2015-01-01 | Normalize the associated types in closure and closure upvar types. | Niko Matsakis | -44/+145 |
| 2015-01-01 | Refactor the Typer interface to separate out UnboxedClosureTyper methods, whi... | Niko Matsakis | -119/+195 |
| 2015-01-01 | Normalize predicates found on the impl | Niko Matsakis | -9/+49 |
| 2015-01-01 | Implement numeric fallback | Corey Richardson | -54/+57 |
| 2015-01-02 | More fallout | Nick Cameron | -149/+149 |
| 2015-01-02 | Add tests | Nick Cameron | -0/+32 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -222/+223 |
| 2015-01-02 | Accept ranges with only a maximum value: `..expr` | Nick Cameron | -4/+11 |
| 2015-01-02 | Disallow [_, ..n] syntax for fixed length arrays and repeating array construc... | Nick Cameron | -15/+2 |
| 2015-01-01 | auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichton | bors | -78/+172 |
| 2015-01-01 | Feature gate macro arguments | Corey Richardson | -78/+172 |
| 2015-01-01 | auto merge of #19388 : nick29581/rust/rc-show, r=alexcrichto | bors | -5/+36 |
| 2015-01-01 | Reviewer change | Nick Cameron | -5/+1 |
| 2015-01-01 | Add some impls of Show (RefCell, Weak, some resolve types) | Nick Cameron | -5/+40 |
| 2015-01-01 | auto merge of #20363 : japaric/rust/moar-uc, r=nmatsakis | bors | -224/+248 |
| 2014-12-31 | rustc_trans: replace `EnterPatterns` alias with an unboxed closure | Jorge Aparicio | -9/+9 |
| 2014-12-31 | rustc: replace `pick` alias with an unboxed closure | Jorge Aparicio | -5/+1 |
| 2014-12-31 | rustc: replace `GetCrateDataCb` alias with an unboxed closure | Jorge Aparicio | -18/+19 |
| 2014-12-31 | time: unbox closures used in let bindings | Jorge Aparicio | -1/+1 |
| 2014-12-31 | syntax: unbox closures used in let bindings | Jorge Aparicio | -15/+15 |
| 2014-12-31 | std: unbox closures used in let bindings | Jorge Aparicio | -5/+5 |
| 2014-12-31 | rustdoc: unbox closures used in let bindings | Jorge Aparicio | -2/+2 |
| 2014-12-31 | rustc_typeck: unbox closures used in let bindings | Jorge Aparicio | -2/+2 |
| 2014-12-31 | rustc_trans: unbox closures used in let bindings | Jorge Aparicio | -16/+16 |
| 2014-12-31 | rustc_resolve: unbox closures used in let bindings | Jorge Aparicio | -2/+2 |
| 2014-12-31 | rustc_driver: unbox closures used in let bindings | Jorge Aparicio | -6/+6 |
| 2014-12-31 | rustc_borrowck: unbox closures used in let bindings | Jorge Aparicio | -11/+11 |
| 2014-12-31 | rustc_back: unbox closures used in let bindings | Jorge Aparicio | -1/+1 |
| 2014-12-31 | rustc: unbox closures used in let bindings | Jorge Aparicio | -14/+14 |
| 2014-12-31 | getopts: unbox closures used in let bindings | Jorge Aparicio | -1/+1 |
| 2014-12-31 | core: unbox closures used in let bindings | Jorge Aparicio | -3/+3 |
| 2014-12-31 | rustc_borrowck: unbox closures used in function arguments | Jorge Aparicio | -4/+12 |
| 2014-12-31 | rustc_trans: unbox closures used in function arguments | Jorge Aparicio | -7/+11 |
| 2014-12-31 | rustc: unbox closures used in function arguments | Jorge Aparicio | -53/+59 |
| 2014-12-31 | syntax: unbox closures used in function arguments | Jorge Aparicio | -31/+35 |
| 2014-12-31 | std: unbox closures used in function arguments | Jorge Aparicio | -5/+7 |
| 2015-01-01 | auto merge of #20374 : nikomatsakis/rust/assoc-types, r=nikomatsakis | bors | -430/+886 |
| 2014-12-31 | collections: fix fallout | Jorge Aparicio | -1/+1 |
| 2014-12-31 | unicode: unbox closures used in function arguments | Jorge Aparicio | -12/+15 |
| 2014-12-31 | stabilize more of collections | Alexis Beingessner | -364/+450 |
| 2014-12-31 | Convert TODO to FIXME for now | Niko Matsakis | -1/+1 |