| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | rustc: dismantle hir::util, mostly moving functions to methods. | Eduard Burtescu | -3/+3 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -4/+4 |
| 2016-03-31 | librustc: replace span_bug calls with span_bug!() | Benjamin Herr | -15/+13 |
| 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 | -2/+2 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -1/+1 |
| 2016-03-17 | hir, mir: Separate HIR expressions / MIR operands from InlineAsm. | Eduard Burtescu | -10/+7 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -1/+1 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -5/+0 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -5/+4 |
| 2016-02-27 | fallout from removing hir::ExprRange | Alex Burka | -5/+0 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -2/+3 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -1/+1 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -12/+12 |
| 2016-02-12 | Autoderef in librustc | Jonas Schievink | -55/+55 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -8/+9 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -14/+3 |
| 2016-01-11 | Rollup merge of #30737 - Ms2ger:MutateMode, r=sanxiyn | Simonas Kazlauskas | -5/+8 |
| 2016-01-06 | Stop re-exporting MutateMode's variants. | Ms2ger | -5/+8 |
| 2016-01-05 | Workaround stage0 bug | Niko Matsakis | -1/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+4 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -3/+3 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -0/+4 |
| 2015-12-14 | Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix | bors | -3/+7 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -1/+1 |
| 2015-12-05 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -5/+5 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -2/+6 |
| 2015-11-04 | Remove use of RefCell<DefMap> in the simpler parts of pat_util | Jonathan S | -2/+2 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -1/+1 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -1/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -3/+3 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -1/+1 |
| 2015-10-01 | Introduce semi-duplicate DefIds into DefLocal/DefUpvar to remove use | Niko Matsakis | -5/+3 |
| 2015-10-01 | Rename `node_id` to `var_id` and limit to the cases that are actually used | Niko Matsakis | -2/+2 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -2/+2 |
| 2015-09-30 | sacrifice a few bytes for the euv demon | Ariel Ben-Yehuda | -2/+2 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -14/+3 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -1/+1 |
| 2015-09-18 | address Niko's comments | Jorge Aparicio | -6/+3 |
| 2015-09-18 | Overloaded augmented assignments | Jorge Aparicio | -5/+11 |
| 2015-09-17 | Remove hir::ExprParen | Nick Cameron | -7/+0 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -7/+8 |
| 2015-09-06 | fix EUV delegate to take advantage of defaults. This also | Niko Matsakis | -1/+1 |
| 2015-09-03 | Add an intital HIR and lowering step | Nick Cameron | -108/+90 |
| 2015-08-25 | move destructors_for_type into AdtDef | Ariel Ben-Yehuda | -2/+3 |
| 2015-08-24 | Use a Vec instead of an HashMap for the scope hierarchy | Ariel Ben-Yehuda | -5/+5 |
| 2015-08-24 | fallout from moving def-id | Niko Matsakis | -2/+3 |
| 2015-08-12 | expr_use_visitor: Remove FIXME that is no longer needed (and in fact | Niko Matsakis | -1/+0 |
| 2015-08-12 | Add FIXME for apparent stage0 regression | Niko Matsakis | -1/+3 |