| Age | Commit message (Expand) | Author | Lines |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -0/+7 |
| 2018-06-16 | Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis | bors | -17/+11 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -17/+11 |
| 2018-06-09 | Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmp | Havvy | -1/+1 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -0/+7 |
| 2018-06-06 | Add comments | John Kåre Alsaker | -1/+17 |
| 2018-06-06 | Make queries block and handle query cycles | John Kåre Alsaker | -2/+48 |
| 2018-06-01 | Assert that GlobalCtxt is Sync | John Kåre Alsaker | -1/+3 |
| 2018-06-01 | Have worker-local GlobalArenas | John Kåre Alsaker | -4/+4 |
| 2018-06-01 | Ensure ImplicitCtxt is Sync | John Kåre Alsaker | -1/+5 |
| 2018-05-29 | rust-lang/rust#27282: emit `ReadForMatch` on each match arm. | Felix S. Klock II | -0/+13 |
| 2018-05-29 | Debug flag to bypass restriction of mutation in match guards. | Felix S. Klock II | -0/+6 |
| 2018-05-29 | Auto merge of #50475 - csmoe:debr, r=nikomatsakis | bors | -2/+2 |
| 2018-05-28 | remove use of depth from `TyS` and replace with a debruijn index | Niko Matsakis | -2/+2 |
| 2018-05-28 | scrap `find_node_for_hir_id` in favor of `hir_to_node_id` | Zack M. Davis | -6/+3 |
| 2018-05-28 | operate on `HirId` in `hir::Pat::each_binding`, and consequences of that | Zack M. Davis | -0/+32 |
| 2018-05-27 | Add assertions for TyS and TypeVariants sizes | John Kåre Alsaker | -0/+6 |
| 2018-05-27 | Make &Slice a thin pointer | John Kåre Alsaker | -12/+15 |
| 2018-05-24 | pacify the mercilous tidy | Niko Matsakis | -2/+8 |
| 2018-05-24 | implement the chalk traits, albeit with many placeholders | Niko Matsakis | -0/+45 |
| 2018-05-22 | Introduce AllocType which indicates what AllocIds point to | John Kåre Alsaker | -112/+3 |
| 2018-05-22 | Move the allocation interner out of InterpretInternerInner | John Kåre Alsaker | -7/+9 |
| 2018-05-22 | Get rid of literal_alloc_cache | John Kåre Alsaker | -14/+2 |
| 2018-05-21 | rustc: move TypeParamDef's fields into GenericParamDefKind::Type. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-21 | rustc: use intern_* instead of mk_* where possible. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-21 | rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -2/+2 |
| 2018-05-15 | Add mk_param_from_def | varkor | -2/+7 |
| 2018-05-15 | Use Kind instead of UnpackedKind in Substs methods | varkor | -3/+3 |
| 2018-05-15 | Clean up shared subst code | varkor | -9/+3 |
| 2018-05-15 | Refactor Substs methods on generic parameters | varkor | -10/+17 |
| 2018-05-15 | Refactor generic params loops | varkor | -14/+12 |
| 2018-05-15 | Fix rebase fallout | varkor | -3/+9 |
| 2018-05-15 | Pull common parameters into GenericParamDef | varkor | -4/+4 |
| 2018-05-15 | Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef | varkor | -1/+1 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -3/+5 |
| 2018-05-13 | Add Sync bounds to the crate store | John Kåre Alsaker | -3/+3 |
| 2018-05-12 | Auto merge of #50249 - Zoxc:allocation-const, r=oli-obk | bors | -7/+2 |
| 2018-05-11 | Auto merge of #50332 - Zoxc:interner-split, r=michaelwoerister | bors | -77/+68 |
| 2018-05-11 | Introduce ConstValue and use it instead of miri's Value for constant values | John Kåre Alsaker | -7/+2 |
| 2018-05-08 | Insert fields from TypeAndMut into TyRef to allow layout optimization | John Kåre Alsaker | -1/+1 |
| 2018-05-08 | Store the GeneratorInterior in the new GeneratorSubsts | John Kåre Alsaker | -14/+4 |
| 2018-05-08 | Store generator movability outside GeneratorInterior | John Kåre Alsaker | -2/+3 |
| 2018-05-07 | Only lookup types in one interner | John Kåre Alsaker | -77/+68 |
| 2018-05-03 | When using NLL, implicitly borrow match bindings for any guard, | Felix S. Klock II | -0/+8 |
| 2018-04-30 | put ReSkolemized into the global tcx | Niko Matsakis | -6/+1 |
| 2018-04-30 | make needs_infer specific to inference variables | Niko Matsakis | -4/+7 |
| 2018-04-27 | Auto merge of #50097 - glandium:box_free, r=nikomatsakis | bors | -2/+10 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -1/+1 |
| 2018-04-26 | Fixed tidy errors. | Irina Popa | -1/+1 |