| Age | Commit message (Expand) | Author | Lines |
| 2016-04-06 | break dep-graph into modules, parameterize DepNode | Niko Matsakis | -200/+6 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -1/+1 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -2/+2 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-13 | Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1 | bors | -0/+2 |
| 2016-03-11 | Forbid items with the same name being defined in overlapping inherent | Aaron Turon | -0/+1 |
| 2016-03-04 | Address comments | Simonas Kazlauskas | -1/+2 |
| 2016-03-04 | Add Pass manager for MIR | Simonas Kazlauskas | -0/+1 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -3/+3 |
| 2016-02-24 | Make list of statements flat | Simonas Kazlauskas | -1/+1 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -0/+13 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -0/+7 |
| 2016-01-19 | remove the `SimplifiedType` from the `DepNode` for now, just to keep | Niko Matsakis | -2/+1 |
| 2016-01-06 | Fix numerous typos, renamings, and minor nits raised by mw. | Niko Matsakis | -1/+1 |
| 2016-01-05 | Introduce the DepGraph and DepTracking map abstractions, | Niko Matsakis | -0/+196 |