about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2021-01-23Prevent query cycles during inliningoli-0/+21
2021-01-23Iterate to encode def_kind.Camille GILLOT-1/+1
2021-01-17Rollup merge of #80983 - bjorn3:no_dup_is_dllimport_foreign_item, r=nagisaMara Bos-5/+0
2021-01-16correctly deal with late-bound lifetimes in anon constsBastian Kauschke-1/+1
2021-01-15Auto merge of #80602 - tgnottingham:cratemetadata_you_aint_special, r=michael...bors-0/+2
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-0/+9
2021-01-13Remove is_dllimport_foreign_item def from cg_ssabjorn3-5/+0
2021-01-12Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebankbors-0/+9
2021-01-12Make `DefIdForest` cheaper to cloneNadrieril-1/+1
2021-01-12Turn type inhabitedness into a queryNadrieril-0/+9
2021-01-12Prevent potential bug resulting from changing crate_hash query nameTyson Nottingham-0/+2
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-0/+9
2021-01-04Fix wording of query descriptionoli-1/+1
2021-01-04Small comment adjustmentsoli-1/+0
2021-01-04Differentiate between the availability of ctfe MIR and runtime MIRoli-9/+4
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-0/+17
2020-12-23Add more comments to trait queriesJoshua Nelson-13/+32
2020-12-03Combination of commitsRich Kadel-0/+15
2020-12-02Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa...Santiago Pastorino-13/+2
2020-11-27Remove super_traits_of query, just leave a helper functionSantiago Pastorino-6/+0
2020-11-27Make super_traits_of return Lrc for cheaper cloneSantiago Pastorino-1/+1
2020-11-27Fix super_predicates_that_define_assoc_type API docSantiago Pastorino-6/+4
2020-11-27adjust super_predicates_that_define_assoc_type query descriptionSantiago Pastorino-1/+4
2020-11-27super_traits_of is now a querySantiago Pastorino-1/+7
2020-11-27Allow to self reference associated types in where clausesSantiago Pastorino-0/+10
2020-11-27Allow to use super trait bounds in where clausesSantiago Pastorino-1/+1
2020-11-25Auto merge of #79411 - tmiasko:naked-params, r=Amanieubors-0/+4
2020-11-25Validate use of parameters in naked functionsTomasz Miąsko-0/+4
2020-11-19Only create `OnDiskCache` in incremental compilation modeAaron Hill-4/+4
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-10-27Cache foreign_modules queryRyan Levick-1/+1
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-0/+1
2020-10-10Fix query docsCamelid-5/+11
2020-10-06Handle multiple applicable projection candidatesMatthew Jasper-1/+1
2020-10-06Remove predicates on associated types from traitsMatthew Jasper-0/+18
2020-10-06Address review commentsMatthew Jasper-4/+20
2020-10-06Split bounds from predicatesMatthew Jasper-1/+6
2020-10-06Rename projection_predicates to item_boundsMatthew Jasper-2/+2
2020-10-05Record `expansion_that_defined` into crate metadataAaron Hill-0/+5
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