| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -2/+2 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -3/+3 |
| 2016-03-31 | librustc: replace panic!() with bug!() | Benjamin Herr | -1/+1 |
| 2016-03-31 | librustc: replace unreachable! with bug!() | Benjamin Herr | -5/+5 |
| 2016-03-31 | librustc: replace span_bug calls with span_bug!() | Benjamin Herr | -15/+17 |
| 2016-03-31 | librustc: replace tcx.sess.bug calls with bug!() | Benjamin Herr | -1/+1 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -3/+3 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -35/+35 |
| 2016-03-07 | Auto merge of #31606 - Ms2ger:ClosureKind, r=eddyb | bors | -6/+6 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -1/+1 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -6/+6 |
| 2016-02-27 | fallout from removing hir::ExprRange | Alex Burka | -1/+1 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -0/+1 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -9/+5 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -16/+16 |
| 2016-02-12 | Autoderef in librustc | Jonas Schievink | -21/+21 |
| 2016-02-12 | Rename ClosureKind variants and stop re-exporting them. | Ms2ger | -6/+6 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -4/+4 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -18/+18 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -10/+5 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+4 |
| 2015-12-16 | rustc: Remove def::DefUse | Vadim Petrochenkov | -1/+1 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -0/+4 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -2/+4 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -1/+1 |
| 2015-11-03 | Auto merge of #29515 - Manishearth:ice-itembody, r=eddyb | bors | -1/+12 |
| 2015-11-03 | Fix ICE with unresolved associated items in closures (fixes #28971) | Manish Goregaokar | -1/+12 |
| 2015-11-02 | Auto merge of #28846 - Ms2ger:categorization, r=nikomatsakis | bors | -81/+80 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -1/+1 |
| 2015-10-29 | Rename categorization and stop re-exporting its variants. | Ms2ger | -81/+80 |
| 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 |