summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-4/+0
2020-09-26Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddybbors-0/+8
2020-09-24Auto merge of #77006 - oli-obk:🐌_const_queries, r=Mark-Simulacrumbors-4/+2
2020-09-24Always cache const eval queriesOliver Scherer-8/+2
2020-09-24Auto merge of #76820 - jyn514:query-comments, r=davidtwcobors-24/+24
2020-09-23Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obkDylan DPC-2/+2
2020-09-21Cache `eval_to_allocation_raw` on diskOliver Scherer-0/+4
2020-09-20Add a query for dereferencing constants of reference typeOliver Scherer-0/+8
2020-09-19wip emit errors during AbstractConst buildingBastian Kauschke-2/+2
2020-09-19Reflect the "do not call this query directly" mentality in its nameOliver Scherer-1/+1
2020-09-19Address review commentsOliver Scherer-2/+2
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-4/+6
2020-09-19Rename const eval queries to reflect the validation changesOliver Scherer-13/+6
2020-09-18use abstract consts when unifying ConstKind::UnevaluatedBastian Kauschke-0/+10
2020-09-18initial working stateBastian Kauschke-0/+19
2020-09-17Preserve doc-comments when generating queriesJoshua Nelson-24/+24
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-0/+5
2020-08-30mv compiler to compiler/mark-0/+1551