summary refs log tree commit diff
path: root/src/librustc/traits/mod.rs
AgeCommit message (Expand)AuthorLines
2016-05-17introduce a specializes cacheNiko Matsakis-0/+1
2016-05-11Plumb inference obligations through selectionMasood Malekghassemi-0/+12
2016-05-11Add inferred obligation storage to all Vtable variants and SelectionContextMasood Malekghassemi-10/+26
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-5/+10
2016-05-11rustc: Generalize a minimum set of functions over 'tcx != 'gcx.Eduard Burtescu-5/+5
2016-05-11rustc: Wrap users of InferCtxt in an anonymous scope.Eduard Burtescu-35/+36
2016-05-11rustc: Remove the TyCtxt field from ParameterEnvironment.Eduard Burtescu-5/+5
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-2/+2
2016-05-11rustc: Avoid free functions taking &TyCtxt and &InferCtxt.Eduard Burtescu-20/+4
2016-05-11infer: Use methods for creating an InferCtxt.Eduard Burtescu-5/+3
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-0/+1
2016-05-03require the non-last elements of a tuple to be SizedAriel Ben-Yehuda-1/+4
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-0/+623