| Age | Commit message (Expand) | Author | Lines |
| 2019-03-30 | Update tests | John Kåre Alsaker | -184/+184 |
| 2019-03-29 | Regression test for incremental treatment of rustc_scalar_valid_range_{start,... | Felix S. Klock II | -0/+19 |
| 2019-03-29 | Regression test for incremental treatment of rustc_on_unimplemented. | Felix S. Klock II | -0/+27 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -159/+159 |
| 2019-03-18 | Add load_cached query modifier and keep dep node names consistent with query ... | John Kåre Alsaker | -175/+175 |
| 2019-03-18 | Define queries using a proc macro | John Kåre Alsaker | -77/+77 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -3/+3 |
| 2019-03-06 | Regression test for #58813 | Felix S. Klock II | -0/+14 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -0/+40 |
| 2019-02-13 | Rollup merge of #58386 - Zoxc:fix-54242, r=michaelwoerister | Mazdak Farrokhzad | -0/+17 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -0/+40 |
| 2019-02-12 | Set the query in the ImplicitCtxt before trying to mark it green | John Kåre Alsaker | -0/+17 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -9/+9 |
| 2019-02-08 | Allow a dirty MirBuilt for make_extern and make_method_extern | John Kåre Alsaker | -2/+2 |
| 2019-02-08 | Update tests | John Kåre Alsaker | -153/+153 |
| 2019-01-17 | Fix typo bug in DepGraph::try_mark_green(). | Michael Woerister | -0/+17 |
| 2018-12-30 | Fix unresolved inference variable ICE. | David Wood | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -1216/+0 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-11-30 | tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests. | Eduard-Mihai Burtescu | -0/+3 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -0/+239 |
| 2018-10-26 | Fix tests and assertions; add some comments | Nick Cameron | -1/+1 |
| 2018-10-22 | fix incremental test | Niko Matsakis | -1/+1 |
| 2018-10-02 | Improve implicit self mutability suggestions. | David Wood | -1/+1 |
| 2018-09-18 | incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te... | Michael Woerister | -0/+125 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -2/+0 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -2/+0 |
| 2018-09-10 | fix incremental test | Niko Matsakis | -1/+1 |
| 2018-09-04 | Introduce Custom Test Frameworks | John Renner | -3/+2 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -1/+1 |
| 2018-08-19 | mv FileMap SourceFile | Donato Sciarra | -1/+1 |
| 2018-08-15 | Clean up CodegenUnit name generation. | Michael Woerister | -1/+1 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -1/+1 |
| 2018-07-16 | Revert "Clean up CodegenUnit name generation." | Michael Woerister | -1/+1 |
| 2018-07-11 | Clean up CodegenUnit name generation. | Michael Woerister | -1/+1 |
| 2018-06-30 | Added incremental test for interlinking static references. | Alexander Regueiro | -0/+25 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -1/+1 |
| 2018-06-10 | create separate dep-nodes for predicates_of and explicit_predicates_of | toidiu | -0/+22 |
| 2018-06-07 | Add existential type definitons | Oliver Schneider | -1/+1 |
| 2018-05-18 | Auto merge of #50653 - oli-obk:bad_const, r=cramertj | bors | -0/+1 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -29/+29 |
| 2018-05-12 | Make the `const_err` lint `deny`-by-default | Oliver Schneider | -0/+1 |
| 2018-04-14 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -0/+19 |
| 2018-04-13 | Rename must-compile-successfully into compile-pass | Guillaume Gomez | -43/+43 |
| 2018-04-07 | [incremental] Hash `Allocation`s | Shotaro Yamada | -0/+64 |
| 2018-03-31 | Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoerister | bors | -0/+20 |
| 2018-03-30 | Introduce an edge from a const eval to the MIR of all statics it depends on | Oliver Schneider | -0/+20 |
| 2018-03-30 | Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoerister | bors | -0/+28 |
| 2018-03-28 | Fix stable hashing of AllocIds | Oliver Schneider | -0/+28 |