| Age | Commit message (Expand) | Author | Lines |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -4/+9 |
| 2016-09-20 | rustc: replace uses of NodeId in Def, other than closures and labels. | Eduard Burtescu | -2/+4 |
| 2016-09-13 | Remove some more dead code from mem categorization | Vadim Petrochenkov | -78/+20 |
| 2016-09-13 | Remove some ancient code providing special support for newtypes | Vadim Petrochenkov | -4/+0 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -3/+2 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -13/+13 |
| 2016-09-03 | Add unions to definition map | Vadim Petrochenkov | -1/+1 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -16/+16 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -2/+1 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -0/+1 |
| 2016-07-25 | move `during_closure_kind_inference` flag to mc | Niko Matsakis | -1/+20 |
| 2016-07-22 | Avoid writing a temporary closure kind | Niko Matsakis | -5/+17 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-07-08 | Cleanup of some pattern related code | Vadim Petrochenkov | -81/+43 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 |
| 2016-06-18 | Fix ICE in memory categorization of tuple patterns | Vadim Petrochenkov | -4/+4 |
| 2016-06-10 | Address review comments + fix rebase | Vadim Petrochenkov | -11/+4 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -6/+4 |
| 2016-06-09 | remove residual slice pattern junk from mem_categorization | Ariel Ben-Yehuda | -76/+10 |
| 2016-06-09 | implement RFC495 semantics for slice patterns | Ariel Ben-Yehuda | -40/+1 |
| 2016-05-28 | Separate bindings from other patterns in HIR | Vadim Petrochenkov | -4/+4 |
| 2016-05-26 | Replace pat_adjust_pos with an iterator adapter | Vadim Petrochenkov | -11/+9 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -9/+24 |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -18/+12 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -28/+31 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -4/+4 |
| 2016-05-11 | mem_categorization: freely_aliasable doesn't need to take TyCtxt. | Eduard Burtescu | -4/+3 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -1/+1 |
| 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 |