| Age | Commit message (Expand) | Author | Lines |
| 2016-09-06 | write to inherent_impls during the visitor | Niko Matsakis | -0/+11 |
| 2016-08-31 | simplify DepNode for trait selection | Niko Matsakis | -4/+3 |
| 2016-08-23 | consider DepNode::Krate to be an input | Niko Matsakis | -0/+5 |
| 2016-08-09 | make it possible to test if HIR is dirty | Niko Matsakis | -0/+1 |
| 2016-08-09 | make DepNode PartialOrd | Niko Matsakis | -2/+2 |
| 2016-08-08 | track MIR through the dep-graph | Niko Matsakis | -6/+16 |
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -0/+26 |
| 2016-07-28 | Keep multiple files per work-product | Niko Matsakis | -6/+5 |
| 2016-07-28 | Address mw nits | Niko Matsakis | -5/+5 |
| 2016-07-28 | Extend DepGraph so it can track "work-products" | Niko Matsakis | -9/+128 |
| 2016-07-01 | fix RUST_LOG, hopefully for real this time | Ariel Ben-Yehuda | -2/+0 |
| 2016-06-03 | avoid extra clone | Niko Matsakis | -3/+3 |
| 2016-05-31 | expand `DepNode::TraitSelect` to include type ids | Niko Matsakis | -18/+31 |
| 2016-05-18 | add task for linking | Niko Matsakis | -0/+2 |
| 2016-05-18 | add debug info to dep_graph | Niko Matsakis | -1/+5 |
| 2016-05-18 | cleanup dep-graph debugging code | Niko Matsakis | -0/+70 |
| 2016-05-18 | identify inputs of `MetaData(X)` nodes | Niko Matsakis | -6/+15 |
| 2016-05-18 | when encoding, push MetaData(foo) task on stack | Niko Matsakis | -0/+1 |
| 2016-05-18 | add a MetaData node and trigger reads from it | Niko Matsakis | -0/+5 |
| 2016-05-18 | thread the DepGraph to session/crate-store | Niko Matsakis | -6/+0 |
| 2016-05-18 | add MetaData DepNode variant | Niko Matsakis | -0/+6 |
| 2016-05-11 | rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users. | Eduard Burtescu | -2/+2 |
| 2016-05-11 | rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. | Eduard Burtescu | -4/+4 |
| 2016-05-08 | Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc | bors | -0/+2 |
| 2016-05-08 | Auto merge of #33130 - eddyb:mir-const, r=nikomatsakis | bors | -0/+2 |
| 2016-05-07 | Rollup merge of #33313 - birkenfeld:depgraph-panic, r=nikomatsakis | Steve Klabnik | -1/+4 |
| 2016-05-07 | mir: prepare for rvalue promotion support. | Eduard Burtescu | -0/+2 |
| 2016-05-03 | Short-cut Sized matching on ADTs | Ariel Ben-Yehuda | -0/+2 |
| 2016-05-03 | Warn unused trait imports | Seo Sanghyeon | -0/+2 |
| 2016-05-01 | dep_graph: avoid panicking in thread when channel closed | Georg Brandl | -1/+4 |
| 2016-04-19 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -2/+0 |
| 2016-04-06 | rebase over the hir rename | Niko Matsakis | -2/+2 |
| 2016-04-06 | break dep-graph into modules, parameterize DepNode | Niko Matsakis | -233/+399 |
| 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-31 | librustc: replace panic!() with bug!() | Benjamin Herr | -2/+2 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -1/+1 |
| 2016-03-14 | Initial incorporation of specialization: | Aaron Turon | -5/+4 |
| 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-02-05 | Add a local counter that tracks how many tasks are pushed or not pushed, | Niko Matsakis | -4/+47 |
| 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 | -27/+33 |
| 2016-01-05 | Refactor compiler to make use of dep-tracking-maps. Also, in cases where | Niko Matsakis | -0/+56 |