| Age | Commit message (Expand) | Author | Lines |
| 2015-10-27 | Remove NodeArg | Seo Sanghyeon | -1/+1 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -5/+4 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -2/+2 |
| 2015-10-01 | Remove DefRegion, which is not used | Niko Matsakis | -1/+1 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -1/+1 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -1/+1 |
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -4/+0 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -5/+6 |
| 2015-09-06 | track, for each upvar, its index in list of upvars | Niko Matsakis | -1/+1 |
| 2015-09-03 | Fix multiple mutable autoderefs with `Box` | Andrew Paseltiner | -3/+3 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -66/+53 |
| 2015-08-24 | store the CodeExtent directly in FreeRegion | Ariel Ben-Yehuda | -2/+1 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -2/+3 |
| 2015-08-06 | use VariantDef instead of struct_fields | Ariel Ben-Yehuda | -1/+1 |
| 2015-07-24 | Add some debugging to help identify when errors get reported. | Niko Matsakis | -1/+7 |
| 2015-07-24 | Introduce ClosureSubsts rather than just having random fields in the | Niko Matsakis | -1/+1 |
| 2015-07-24 | introduce a Vec<Ty> to TyClosure for storing upvar types | Niko Matsakis | -1/+1 |
| 2015-07-10 | Rename TypeWithMutability to TypeAndMut | Jared Roesch | -1/+1 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -1/+1 |
| 2015-06-30 | Clean up patch | Jared Roesch | -1/+0 |
| 2015-06-30 | Remove Typer and ClosureTyper | Jared Roesch | -32/+1 |
| 2015-06-30 | Remove Typer + ClosureTyper impls for BlockS | Jared Roesch | -14/+12 |
| 2015-06-27 | Begin refactor type checking state | Jared Roesch | -4/+4 |
| 2015-06-26 | rustc: switch most remaining middle::ty functions to methods. | Eduard Burtescu | -10/+10 |
| 2015-06-26 | rustc: move some functions in middle::ty working on Ty to methods. | Eduard Burtescu | -7/+7 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -39/+37 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -53/+44 |
| 2015-06-19 | Clean up unused argument/variable warnings. | Eduard Burtescu | -1/+0 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -50/+50 |
| 2015-06-16 | Remove unused type InteriorSafety. | Eli Friedman | -17/+4 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -5/+5 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -16/+16 |
| 2015-06-10 | Auto merge of #26182 - Manishearth:rollup, r=Manishearth | bors | -2/+2 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 2015-06-09 | Exise 'owned pointer' from the codebase | Steve Klabnik | -1/+1 |
| 2015-05-05 | Use `empty()` instead of a special const | Tamir Duberstein | -3/+4 |
| 2015-04-29 | Fallout | Tamir Duberstein | -4/+4 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -0/+4 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -2/+2 |
| 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 |