| Age | Commit message (Expand) | Author | Lines |
| 2016-11-02 | rustc: record the target type of every adjustment. | Eduard Burtescu | -2/+13 |
| 2016-11-02 | rustc: make all read access to tcx.tables go through a method. | Eduard Burtescu | -9/+60 |
| 2016-10-28 | rustc: move the MIR map into TyCtxt. | Eduard Burtescu | -6/+23 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -6/+88 |
| 2016-10-19 | Use TypedArena::alloc_slice in rustc. | Mark-Simulacrum | -17/+21 |
| 2016-10-15 | Auto merge of #37100 - dikaiosune:master, r=eddyb | bors | -9/+12 |
| 2016-10-11 | Using a type alias of Slice<Kind<'tcx>> to intern Substs<'tcx>. | Adam Perry | -9/+12 |
| 2016-10-06 | rustc: Rename rustc_macro to proc_macro | Alex Crichton | -1/+1 |
| 2016-09-28 | Rollup merge of #36460 - mikhail-m1:35123-map3, r=nikomatsakis | Jonathan Turner | -7/+10 |
| 2016-09-25 | Incorporate review comments. | Austin Hicks | -1/+1 |
| 2016-09-24 | Completely kill `represent_type` and the `adt::Repr` type that goes with it. | Austin Hicks | -0/+4 |
| 2016-09-23 | Merge branch 'master' into 35123-map3 | Mikhail Modin | -75/+103 |
| 2016-09-20 | rustc: don't hash the --extern crate name, but the original one, in DefPath. | Eduard Burtescu | -0/+8 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -7/+3 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -3/+3 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -11/+4 |
| 2016-09-20 | rustc_metadata: remove ty{en,de}code and move to auto-derived serialization. | Eduard Burtescu | -38/+70 |
| 2016-09-20 | rustc_metadata: go only through rustc_serialize in astencode. | Eduard Burtescu | -5/+4 |
| 2016-09-14 | map create numbers between compilations | Mikhail Modin | -7/+10 |
| 2016-09-13 | Make sure that projection bounds in ty::TraitObject are sorted in a way that ... | Michael Woerister | -1/+1 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -16/+6 |
| 2016-09-03 | Lower unions from AST to HIR and from HIR to types | Vadim Petrochenkov | -0/+5 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -2/+2 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -0/+5 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -1/+1 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -2/+7 |
| 2016-08-27 | rustc: use accessors for Substs::{types,regions}. | Eduard Burtescu | -1/+1 |
| 2016-08-17 | rustc: remove ParamSpace from Substs. | Eduard Burtescu | -5/+4 |
| 2016-08-17 | rustc: remove SelfSpace from ParamSpace. | Eduard Burtescu | -1/+1 |
| 2016-08-17 | rustc: reduce Substs and Generics to a simple immutable API. | Eduard Burtescu | -2/+12 |
| 2016-08-17 | rustc: move trait objects from TraitRef to ExistentialTraitRef. | Eduard Burtescu | -20/+5 |
| 2016-08-13 | Default diverging types based on feature gate. | Andrew Cann | -0/+8 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -3/+3 |
| 2016-08-13 | Minor fixups based on @eddyb's feedback | Andrew Cann | -4/+0 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -1/+7 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -1/+5 |
| 2016-08-09 | incorporate resolve results into hashing | Niko Matsakis | -0/+11 |
| 2016-08-02 | remap Hir(InlinedDefId) to MetaData(OriginalDefId) | Niko Matsakis | -1/+1 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -1/+1 |
| 2016-07-11 | Get rid of `node_levels` and `node_lint_levels` | Jonas Schievink | -5/+0 |
| 2016-07-08 | Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path | Vadim Petrochenkov | -4/+8 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -3/+3 |
| 2016-05-31 | Take the def_map argument to TyCtxt::create_and_enter out of its RefCell. | Ms2ger | -2/+2 |
| 2016-05-18 | Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mw | bors | -2/+46 |
| 2016-05-18 | allow retracing paths across crates | Niko Matsakis | -2/+46 |
| 2016-05-17 | introduce a specializes cache | Niko Matsakis | -0/+3 |
| 2016-05-11 | rustc: Split local type contexts interners from the global one. | Eduard Burtescu | -169/+236 |
| 2016-05-11 | rustc_typeck: Generalize over 'tcx != 'gcx. | Eduard Burtescu | -4/+35 |
| 2016-05-11 | rustc: Remove the unnecessary ast_ty_to_ty_cache. | Eduard Burtescu | -6/+0 |
| 2016-05-11 | rustc: More interning for data used in Ty<'tcx>. | Eduard Burtescu | -14/+59 |