| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -1/+2 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -2/+3 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -20/+23 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -4/+4 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Address comments and add requested tests | Vadim Petrochenkov | -23/+20 |
| 2016-09-03 | Implement encoding/decoding unions in metadata | Vadim Petrochenkov | -5/+1 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -22/+29 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -14/+16 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -0/+1 |
| 2016-07-25 | move `during_closure_kind_inference` flag to mc | Niko Matsakis | -2/+11 |
| 2016-07-08 | Cleanup of some pattern related code | Vadim Petrochenkov | -99/+39 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -20/+17 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -11/+7 |
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -34/+0 |
| 2016-05-28 | Address review comments | Vadim Petrochenkov | -6/+1 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -87/+70 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -16/+9 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -11/+9 |
| 2016-05-11 | rustc: Remove a redundant lifetime parameter from ExprUseVisitor. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -39/+38 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -3/+3 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -5/+5 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -3/+3 |
| 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 |