about summary refs log tree commit diff
path: root/src/librustc/ty/structural_impls.rs
AgeCommit message (Expand)AuthorLines
2016-05-11rustc_typeck: Generalize over 'tcx != 'gcx.Eduard Burtescu-1/+76
2016-05-11rustc: More interning for data used in Ty<'tcx>.Eduard Burtescu-40/+71
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-65/+153
2016-05-11rustc: Remove the TyCtxt field from ParameterEnvironment.Eduard Burtescu-2/+1
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-8/+9
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-9/+9
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-0/+3
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-0/+3
2016-04-06Replace consider_unification_despite_ambiguity with obligation variantMasood Malekghassemi-0/+3
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+1
2016-03-27Remove the implicit binder from `VecPerParamSpace`Jeffrey Seyfried-38/+8
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+815