about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2022-01-09Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgrbors-7/+0
2022-01-09Rollup merge of #92608 - petrochenkov:doctrscope3, r=CraftSpiderMatthias Krüger-7/+0
2022-01-09rustc_middle: Rename `Export` to `ModChild` and add some commentsVadim Petrochenkov-4/+4
2022-01-09rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra...Vadim Petrochenkov-1/+1
2022-01-07Add query to avoid name comparison in `leaf_def`Matthew Jasper-0/+26
2022-01-07rustdoc: Introduce a resolver cache for sharing data between early doc link r...Vadim Petrochenkov-7/+0
2022-01-06rustc_middle: Add a method for getting a `SimplifiedType` definition/IDVadim Petrochenkov-4/+2
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-1/+1
2021-12-28rustc_metadata: Encode list of all crate's traits into metadataVadim Petrochenkov-5/+5
2021-12-21Remove ArenaCacheSelector for visible_parent_map query.Alik Aslanyan-2/+1
2021-12-20[code coverage] Fix missing dead code in modules that are never calledWesley Wiser-10/+0
2021-12-20Auto merge of #91924 - Aaron1011:serialize-adt-def, r=michaelwoeristerbors-0/+1
2021-12-17Add a temporary hack before env fix lands in bootstrapDeadbeef-4/+17
2021-12-16Only cache local adt_def results on diskAaron Hill-1/+1
2021-12-15Cache adt_def query result on diskAaron Hill-0/+1
2021-12-13get rid of normalize_generic_arg... queriesb-naber-21/+0
2021-12-12Remap more env constness for queriesDeadbeef-0/+11
2021-12-12Query modifierDeadbeef-0/+20
2021-12-01address reviewb-naber-0/+5
2021-12-01fix query descriptionb-naber-2/+2
2021-12-01implement version of normalize_erasing_regions that doesn't assume value is n...b-naber-0/+14
2021-11-28Remove eval_always for lib_features.Camille GILLOT-2/+1
2021-11-25Auto merge of #90580 - cjgillot:no-ee-upvar, r=Aaron1011bors-1/+0
2021-11-24Auto merge of #90579 - cjgillot:no-ee-ii, r=Aaron1011bors-5/+1
2021-11-10no overlap errors after failing the orphan checklcnr-5/+8
2021-11-07Rename functions reflect that inline const is also "typeck_child"Gary Guo-1/+1
2021-11-07Implement type inference for inline constsGary Guo-1/+1
2021-11-04Remove eval_always from upvars.Camille GILLOT-1/+0
2021-11-04Remove eval_always for inherent_impls.Camille GILLOT-5/+1
2021-10-29Add a few query descriptionsWesley Wiser-1/+8
2021-10-25Avoid a branch on key being local for queries that use the same local and ext...bjorn3-4/+82
2021-10-21Do not depend on the stored value when trying to cache on disk.Camille GILLOT-4/+1
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-21/+2
2021-10-17Auto merge of #89514 - davidtwco:polymorphize-shims-and-predicates, r=lcnrbors-3/+3
2021-10-10Compute full HIR hash during lowering.Camille GILLOT-1/+0
2021-10-10Directly use AttributeMap inside OwnerInfo.Camille GILLOT-1/+1
2021-10-09Perform indexing during lowering.Camille GILLOT-8/+1
2021-10-09Make index_hir incremental.Camille GILLOT-2/+1
2021-10-08Auto merge of #89619 - michaelwoerister:incr-vtables, r=nagisabors-0/+7
2021-10-07Remove eval_always for HIR queries.Camille GILLOT-10/+0
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-0/+7
2021-10-06Introduce get_diagnostic_nameCameron Steffen-2/+2
2021-10-01polymorphize: polymorphize shimsDavid Wood-3/+3
2021-09-23Fix typoHirochika Matsumoto-1/+1
2021-09-19Auto merge of #88575 - eddyb:fn-abi-queries, r=nagisabors-0/+21
2021-09-19Auto merge of #88703 - cjgillot:lazymod, r=petrochenkovbors-2/+2
2021-09-18Querify `fn_abi_of_{fn_ptr,instance}`.Eduard-Mihai Burtescu-0/+21
2021-09-15Auto merge of #88558 - fee1-dead:const-drop, r=oli-obkbors-8/+0
2021-09-12Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddybbors-0/+4
2021-09-12Gather module items after lowering.Camille GILLOT-2/+2