summary refs log tree commit diff
path: root/src/librustc/ty/maps
AgeCommit message (Expand)AuthorLines
2018-04-23Improve assertion in Query::force().Michael Woerister-1/+10
2018-04-17Get rid of redundant `HashSet`Oliver Schneider-16/+15
2018-04-17Don't recurse into allocations, use a global table insteadOliver Schneider-60/+75
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-17/+0
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-17/+0
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-1/+31
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+9
2018-03-22Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoeristerkennytm-0/+7
2018-03-21Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoeristerbors-1/+1
2018-03-20Encode/decode extern statics in metadata and incremental cacheOliver Schneider-1/+1
2018-03-20Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha...kennytm-0/+3
2018-03-19Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoeristerbors-63/+63
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-0/+11
2018-03-16Cleanup metadata and incremental cache processing of constantsOliver Schneider-63/+63
2018-03-15Queryify check_impl_item_well_formedWesley Wiser-0/+2
2018-03-15Queryify check_trait_item_well_formedWesley Wiser-0/+2
2018-03-15Queryify check_item_well_formedWesley Wiser-0/+3
2018-03-14Cache the specialization_graph queryWesley Wiser-0/+3
2018-03-14Auto merge of #48864 - oli-obk:miri_incremental_regression, r=eddybbors-1/+32
2018-03-14Address niko's nitsscalexm-2/+2
2018-03-14Add MVP for chalkificationscalexm-0/+11
2018-03-13transition various normalization functions to the new methodsNiko Matsakis-12/+0
2018-03-13introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]Niko Matsakis-3/+15
2018-03-13introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]Niko Matsakis-10/+32
2018-03-13introduce `infcx.at(..).normalize(..)` operation [VIC]Niko Matsakis-0/+34
2018-03-13Reuse the query caching infrastructure for const evalOliver Schneider-59/+10
2018-03-13Cache const eval queriesOliver Schneider-1/+81
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-2/+2
2018-03-08Regenerate testsOliver Schneider-0/+1
2018-03-08Hide the RefCell inside InterpretInternerOliver Schneider-8/+7
2018-03-08Don't borrow the interpret_interner for anything but a direct function callOliver Schneider-4/+3
2018-03-08Implement on disk cache for AllocIdOliver Schneider-4/+77
2018-03-08Fully use miri in transOliver Schneider-2/+2
2018-03-08Prepare for using miri in transAlexander Regueiro-5/+17
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-1/+0
2018-03-08Produce instead of pointersOliver Schneider-1/+10
2018-03-06Add caching for trans_fn_attrs queryWesley Wiser-0/+3
2018-03-06Add target_features to TransFnAttrsWesley Wiser-2/+0
2018-03-06Remove the contains_extern_indicator queryWesley Wiser-7/+0
2018-03-06Remove export_name queryWesley Wiser-2/+0
2018-03-06Add query for trans fn attributesWesley Wiser-1/+7
2018-03-06Compute symbol names more lazily.Michael Woerister-2/+2
2018-03-06Rename exported_symbol_ids query to something more explicit and document what...Michael Woerister-7/+22
2018-03-05Turn features() into a query.Michael Woerister-0/+15
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-48/+48
2018-02-24Rollup merge of #48353 - michaelwoerister:monoitem-static-defid, r=eddybManish Goregaokar-2/+2
2018-02-24Rollup merge of #48206 - michaelwoerister:colors-array, r=nikomatsakisManish Goregaokar-3/+3
2018-02-24Rollup merge of #48185 - michaelwoerister:recursive-cache-decoding, r=nikomat...Manish Goregaokar-15/+19
2018-02-24Rollup merge of #47987 - Zoxc:rm-recursion-checking, r=eddybManish Goregaokar-1/+1
2018-02-19Rename is_translated_fn query to is_translated_item and make it support statics.Michael Woerister-2/+2