| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -3/+3 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -12/+10 |
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -1/+12 |
| 2016-03-31 | librustc_passes: use bug!(), span_bug!() | Benjamin Herr | -16/+16 |
| 2016-03-30 | move `const_eval` and `check_match` out of `librustc` | Oliver Schneider | -7/+10 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -7/+7 |
| 2016-03-21 | Expose attached attributes to `FnKind` abstraction so that I can look at them... | Felix S. Klock II | -2/+2 |
| 2016-03-17 | const_eval: Take just one set of substitutions in lookup_const_by_id. | Eduard Burtescu | -3/+2 |
| 2016-03-17 | hir, mir: Separate HIR expressions / MIR operands from InlineAsm. | Eduard Burtescu | -1/+1 |
| 2016-03-14 | Move projection_mode to InferContext rather than SelectionContext to reduce c... | Aaron Turon | -4/+12 |
| 2016-03-10 | simplify const path lookup for constants and associated constants | Oliver Schneider | -1/+1 |
| 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 | -3/+0 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -7/+7 |
| 2016-02-27 | fallout from removing hir::ExprRange | Alex Burka | -3/+0 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -1/+2 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -3/+3 |
| 2016-02-14 | Auto merge of #31581 - petrochenkov:patrefact, r=Manishearth | bors | -3/+3 |
| 2016-02-13 | Auto merge of #31588 - soltanmm:layer, r=nikomatsakis | bors | -3/+3 |
| 2016-02-13 | Rename ast::Pat_ and its variants | Vadim Petrochenkov | -3/+3 |
| 2016-02-13 | Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik | bors | -19/+19 |
| 2016-02-12 | Autoderef in librustc_passes | Jonas Schievink | -19/+19 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -39/+40 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+15 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't pub export ast::Stmt_ variants | Oliver Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::Decl_ variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | Move FulfillmentContext out of InferCtxt | Masood Malekghassemi | -3/+3 |
| 2016-02-07 | Update long error explanations | Guillaume Gomez | -39/+40 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -5/+12 |
| 2016-02-01 | Replace some aborts with Results | Nick Cameron | -8/+8 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -2/+3 |
| 2016-01-26 | Auto merge of #31065 - nrc:ident-correct, r=pnkfelix | bors | -2/+3 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -2/+3 |
| 2016-01-24 | Improve the error explanations for check_const | Ariel Ben-Yehuda | -36/+50 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -2/+3 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -0/+1940 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -0/+244 |