| Age | Commit message (Expand) | Author | Lines |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -1/+1 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -1/+1 |
| 2018-12-31 | Clean up and optimize OpenTask / read_index | John Kåre Alsaker | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+1 |
| 2018-04-25 | Make DepGraph thread-safe | John Kåre Alsaker | -2/+1 |
| 2017-10-25 | incr.comp.: Implement query diagnostic persistence. | Michael Woerister | -1/+1 |
| 2017-10-21 | rustc: Move bytecode compression into codegen | Alex Crichton | -0/+1 |
| 2017-10-12 | incr comp: rustc_clean/dirty auto assert | Garrett Berg | -1/+1 |
| 2017-10-02 | incr.comp.: Remove legacy dep-graph runtime. | Michael Woerister | -1/+0 |
| 2017-10-02 | incr.comp.: Add minimal version of try_mark_green procedure. | Michael Woerister | -1/+1 |
| 2017-09-23 | incr.comp.: Serialize and deserialize new DepGraph | Michael Woerister | -7/+6 |
| 2017-09-23 | incr.comp.: Initial implemenation of append-only dep-graph. | Michael Woerister | -2/+1 |
| 2017-07-10 | incr.comp.: Cache DepNodes with corresponding query results. | Michael Woerister | -0/+1 |
| 2017-07-10 | incr.comp.: Manage dependency graph on main thread. | Michael Woerister | -2/+0 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -0/+2 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -1/+0 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -0/+1 |
| 2017-05-03 | kill the old `visit_all_item_likes` infrastructure | Niko Matsakis | -2/+0 |
| 2017-05-02 | introduce `mir_keys()` | Niko Matsakis | -1/+0 |
| 2017-03-10 | add comments and remove unused code paths | Niko Matsakis | -1/+0 |
| 2017-03-10 | isolate dep-graph tasks | Niko Matsakis | -0/+4 |
| 2017-02-28 | add `visit_all_bodies_in_krate` helper | Niko Matsakis | -0/+1 |
| 2016-11-16 | refactor Visitor into ItemLikeVisitor and intravisit::Visitor | Niko Matsakis | -1/+1 |
| 2016-09-06 | implement a debugging "shadow graph" | Niko Matsakis | -0/+1 |
| 2016-07-28 | Extend DepGraph so it can track "work-products" | Niko Matsakis | -0/+2 |
| 2016-05-18 | cleanup dep-graph debugging code | Niko Matsakis | -0/+1 |
| 2016-05-18 | when encoding, push MetaData(foo) task on stack | Niko Matsakis | -0/+1 |
| 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 |