summary refs log tree commit diff
path: root/src/librustc_passes/rvalues.rs
AgeCommit message (Expand)AuthorLines
2016-08-12rustc: rename ProjectionMode and its variant to be more memorable.Eduard Burtescu-2/+2
2016-07-29intravisit: Fold functionality of IdVisitor into the regular Visitor.Michael Woerister-1/+1
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-05-11rustc: Split local type contexts interners from the global one.Eduard Burtescu-10/+10
2016-05-11rustc: Wrap users of InferCtxt in an anonymous scope.Eduard Burtescu-8/+9
2016-05-11rustc: Remove the TyCtxt field from ParameterEnvironment.Eduard Burtescu-2/+2
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-3/+3
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-3/+3
2016-05-11infer: Use methods for creating an InferCtxt.Eduard Burtescu-5/+4
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-2/+2
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-3/+3
2016-03-14Move projection_mode to InferContext rather than SelectionContext to reduce c...Aaron Turon-1/+3
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-4/+4
2016-01-21move more checks out of librustcOliver Schneider-0/+105