| Age | Commit message (Expand) | Author | Lines |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -27/+11 |
| 2015-04-08 | Modify the ExprUseVisitor to walk each part of an AutoRef, and in | Niko Matsakis | -10/+14 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -1/+4 |
| 2015-03-31 | Rollup merge of #23859 - pnkfelix:fsk-lesser-box, r=nikomatsakis | Manish Goregaokar | -51/+118 |
| 2015-03-30 | Address Issue 14270 by making `cmt::freely_aliasable` result more fine-grained. | Felix S. Klock II | -10/+31 |
| 2015-03-30 | mem_categorization.rs removed `pub` from method called only from this mod. | Felix S. Klock II | -2/+2 |
| 2015-03-30 | Mucho debug instrumentation. | Felix S. Klock II | -39/+85 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -6/+6 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-17 | Move unsafety out of the subtyping relation and into coercion. | Niko Matsakis | -1/+2 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-03-02 | Remove the synthetic "region bound" from closures and instead update how | Niko Matsakis | -1/+1 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -7/+6 |
| 2015-02-24 | rustc_resolve: remove the distinction between DefStaticMethod and DefMethod. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | rustc: use partially resolved definitions to replace the `T::A` hack. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Revert bogus rename from DefTrait to DefaultImpl. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -1/+1 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -1/+1 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -1/+1 |
| 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 |