| Age | Commit message (Expand) | Author | Lines |
| 2018-04-23 | Improve assertion in Query::force(). | Michael Woerister | -1/+10 |
| 2018-04-17 | Get rid of redundant `HashSet` | Oliver Schneider | -16/+15 |
| 2018-04-17 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -60/+75 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -17/+0 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -17/+0 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -1/+31 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+9 |
| 2018-03-22 | Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoerister | kennytm | -0/+7 |
| 2018-03-21 | Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoerister | bors | -1/+1 |
| 2018-03-20 | Encode/decode extern statics in metadata and incremental cache | Oliver Schneider | -1/+1 |
| 2018-03-20 | Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha... | kennytm | -0/+3 |
| 2018-03-19 | Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister | bors | -63/+63 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -0/+11 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -63/+63 |
| 2018-03-15 | Queryify check_impl_item_well_formed | Wesley Wiser | -0/+2 |
| 2018-03-15 | Queryify check_trait_item_well_formed | Wesley Wiser | -0/+2 |
| 2018-03-15 | Queryify check_item_well_formed | Wesley Wiser | -0/+3 |
| 2018-03-14 | Cache the specialization_graph query | Wesley Wiser | -0/+3 |
| 2018-03-14 | Auto merge of #48864 - oli-obk:miri_incremental_regression, r=eddyb | bors | -1/+32 |
| 2018-03-14 | Address niko's nits | scalexm | -2/+2 |
| 2018-03-14 | Add MVP for chalkification | scalexm | -0/+11 |
| 2018-03-13 | transition various normalization functions to the new methods | Niko Matsakis | -12/+0 |
| 2018-03-13 | introduce `tcx.normalize_erasing_regions(..)` operaton [VIC] | Niko Matsakis | -3/+15 |
| 2018-03-13 | introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC] | Niko Matsakis | -10/+32 |
| 2018-03-13 | introduce `infcx.at(..).normalize(..)` operation [VIC] | Niko Matsakis | -0/+34 |
| 2018-03-13 | Reuse the query caching infrastructure for const eval | Oliver Schneider | -59/+10 |
| 2018-03-13 | Cache const eval queries | Oliver Schneider | -1/+81 |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -2/+2 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -0/+1 |
| 2018-03-08 | Hide the RefCell inside InterpretInterner | Oliver Schneider | -8/+7 |
| 2018-03-08 | Don't borrow the interpret_interner for anything but a direct function call | Oliver Schneider | -4/+3 |
| 2018-03-08 | Implement on disk cache for AllocId | Oliver Schneider | -4/+77 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -2/+2 |
| 2018-03-08 | Prepare for using miri in trans | Alexander Regueiro | -5/+17 |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -1/+0 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -1/+10 |
| 2018-03-06 | Add caching for trans_fn_attrs query | Wesley Wiser | -0/+3 |
| 2018-03-06 | Add target_features to TransFnAttrs | Wesley Wiser | -2/+0 |
| 2018-03-06 | Remove the contains_extern_indicator query | Wesley Wiser | -7/+0 |
| 2018-03-06 | Remove export_name query | Wesley Wiser | -2/+0 |
| 2018-03-06 | Add query for trans fn attributes | Wesley Wiser | -1/+7 |
| 2018-03-06 | Compute symbol names more lazily. | Michael Woerister | -2/+2 |
| 2018-03-06 | Rename exported_symbol_ids query to something more explicit and document what... | Michael Woerister | -7/+22 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -0/+15 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -48/+48 |
| 2018-02-24 | Rollup merge of #48353 - michaelwoerister:monoitem-static-defid, r=eddyb | Manish Goregaokar | -2/+2 |
| 2018-02-24 | Rollup merge of #48206 - michaelwoerister:colors-array, r=nikomatsakis | Manish Goregaokar | -3/+3 |
| 2018-02-24 | Rollup merge of #48185 - michaelwoerister:recursive-cache-decoding, r=nikomat... | Manish Goregaokar | -15/+19 |
| 2018-02-24 | Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddyb | Manish Goregaokar | -1/+1 |
| 2018-02-19 | Rename is_translated_fn query to is_translated_item and make it support statics. | Michael Woerister | -2/+2 |