summary refs log tree commit diff
path: root/src/librustc/mir/mir_map.rs
AgeCommit message (Expand)AuthorLines
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-22/+0
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-2/+2
2016-02-20address review commentsAriel Ben-Yehuda-0/+4
2016-02-20use the FulfillmentContext and InferCtxt more correctlyAriel Ben-Yehuda-2/+8
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-0/+11
2016-02-09make `MirMap` a struct instead of a type alias for `NodeMap`Oliver Schneider-0/+17