| Age | Commit message (Expand) | Author | Lines |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -2/+6 |
| 2017-01-27 | move `cast_kinds` into `TypeckTables` where it belongs | Niko Matsakis | -7/+7 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -6/+6 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -7/+7 |
| 2017-01-06 | rustc: store ty::Tables separately for each body (except closures'). | Eduard-Mihai Burtescu | -2/+9 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -9/+17 |
| 2017-01-03 | Spelling. s/forrest/forest | Andrew Cann | -2/+2 |
| 2017-01-03 | Fix build after rebase. | Andrew Cann | -2/+2 |
| 2017-01-03 | Refactor is_uninhabited | Andrew Cann | -0/+4 |
| 2017-01-01 | Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddyb | bors | -80/+53 |
| 2016-12-31 | Utilize new in_arena method instead of hashing for Lifting interned items | Mark Simulacrum | -25/+13 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -56/+41 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+6 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -13/+3 |
| 2016-12-20 | Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb | Alex Crichton | -39/+10 |
| 2016-12-19 | Simplify `TyCtxt::create_and_enter`. | Jeffrey Seyfried | -6/+4 |
| 2016-12-16 | Move retrace_path() implementation to DefPathTable | Michael Woerister | -39/+10 |
| 2016-12-05 | Refactor FnSig to contain a Slice for its inputs and outputs. | Mark-Simulacrum | -0/+11 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -32/+13 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -18/+11 |
| 2016-11-29 | rustc: remove type information from TraitDef. | Eduard-Mihai Burtescu | -14/+2 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -12/+62 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -8/+15 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -8/+8 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -7/+7 |
| 2016-11-12 | rustc: move closure upvar types to the closure substs | Ariel Ben-Yehuda | -5/+2 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -6/+2 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -18/+4 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -27/+27 |
| 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 |