summary refs log tree commit diff
path: root/src/librustc/dep_graph/mod.rs
AgeCommit message (Expand)AuthorLines
2016-04-06break dep-graph into modules, parameterize DepNodeNiko Matsakis-200/+6
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
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-1/+1
2016-03-13Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1bors-0/+2
2016-03-11Forbid items with the same name being defined in overlapping inherentAaron Turon-0/+1
2016-03-04Address commentsSimonas Kazlauskas-1/+2
2016-03-04Add Pass manager for MIRSimonas Kazlauskas-0/+1
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-3/+3
2016-02-24Make list of statements flatSimonas Kazlauskas-1/+1
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-0/+13
2016-02-05Instrument the AST map so that it registers reads when data isNiko Matsakis-0/+7
2016-01-19remove the `SimplifiedType` from the `DepNode` for now, just to keepNiko Matsakis-2/+1
2016-01-06Fix numerous typos, renamings, and minor nits raised by mw.Niko Matsakis-1/+1
2016-01-05Introduce the DepGraph and DepTracking map abstractions,Niko Matsakis-0/+196