| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Move `tcx` from `Typer` into `ClosureTyper` | Niko Matsakis | -1/+0 |
| 2015-02-18 | Replace `assert_no_late_bound_regions` with | Niko Matsakis | -5/+6 |
| 2015-02-16 | rustc: categorize rvalue borrows based on their const-qualification. | Eduard Burtescu | -9/+22 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -1/+4 |
| 2015-02-07 | Restrictions on moves out-from and into fixed-length arrays. | Felix S. Klock II | -21/+56 |
| 2015-02-06 | librustc has been updated | GuillaumeGomez | -1/+1 |
| 2015-02-03 | Remove the explicit closure kind syntax from the parser and AST; | Niko Matsakis | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -5/+5 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -1/+1 |
| 2015-02-01 | Make `unboxed_closure_kind` return `Option` to allow for the possibility that... | Niko Matsakis | -2/+10 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -1/+1 |
| 2015-01-30 | Merge remote-tracking branch 'origin/master' into rollup | Alex Crichton | -120/+115 |
| 2015-01-30 | implement for loop desugaring | Jorge Aparicio | -2/+4 |
| 2015-01-30 | Remove the capture mode map and just store the capture mode for individual va... | Niko Matsakis | -120/+115 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -9/+9 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-26 | Remove dead code related to old closures. | Eduard Burtescu | -13/+5 |
| 2015-01-26 | librustc: remove unused DefUpvar field. | Eduard Burtescu | -1/+1 |
| 2015-01-26 | Remove "unboxed" attribute in code referring to new closures. | Eduard Burtescu | -12/+12 |
| 2015-01-15 | syntax: add fully qualified UFCS expressions. | Eduard Burtescu | -1/+1 |
| 2015-01-08 | Fix the actual bug for #20232: when creating the cmt for the implicit | Niko Matsakis | -10/+23 |
| 2015-01-08 | Update the "English-language" to-string function of a `cmt` to use | Niko Matsakis | -29/+74 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -2/+2 |
| 2015-01-06 | Test fixes and rebase conflicts | Alex Crichton | -3/+3 |
| 2015-01-06 | rollup merge of #20645: nikomatsakis/rustbook-ice | Alex Crichton | -3/+21 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -4/+4 |
| 2015-01-07 | fallout | Nick Cameron | -2/+2 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -4/+4 |
| 2015-01-07 | Remove old slicing hacks and make new slicing work | Nick Cameron | -21/+13 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -2/+2 |
| 2015-01-06 | Fix ICE that @steveklabnik encountered in rust-ice. The problems turned out t... | Niko Matsakis | -6/+25 |
| 2015-01-05 | rollup merge of #20554: huonw/mut-pattern | Alex Crichton | -2/+4 |
| 2015-01-05 | remove AdjustAddEnv | Jorge Aparicio | -2/+2 |
| 2015-01-05 | remove ty_closure | Jorge Aparicio | -28/+1 |
| 2015-01-05 | Change `&` pat to only work with &T, and `&mut` with &mut T. | Huon Wilson | -2/+4 |
| 2015-01-04 | rustc: allow paths in constants to refer to polymorphic items. | Eduard Burtescu | -3/+3 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -12/+12 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-03 | Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` and | Niko Matsakis | -71/+73 |
| 2015-01-03 | Stop calling `bug()` in various weird cases and instead generate `Err()`. | Niko Matsakis | -35/+21 |
| 2015-01-03 | Re-introduce `McResult<>` as a way of aborting mem-categorization (and | Niko Matsakis | -80/+87 |
| 2015-01-01 | Refactor the Typer interface to separate out UnboxedClosureTyper methods, whi... | Niko Matsakis | -8/+5 |
| 2014-12-31 | rustc: unbox closures used in function arguments | Jorge Aparicio | -18/+20 |
| 2014-12-30 | Move the scalar types out of static data so that we can put `Rc` into sty. | Niko Matsakis | -4/+4 |
| 2014-12-30 | Rebasing and reviewer changes | Nick Cameron | -2/+1 |
| 2014-12-30 | Remove ExprSlice by hacking the compiler | Nick Cameron | -15/+23 |
| 2014-12-29 | Intern Region in tcx. | Huon Wilson | -2/+2 |
| 2014-12-27 | auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -7/+7 |
| 2014-12-26 | Rename `UniquePtr` to `Unique` | Flavio Percoco | -7/+7 |
| 2014-12-26 | Rename `OwnedPtr` to `UniquePtr` | Flavio Percoco | -7/+7 |