about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-7/+7
2022-03-01Querify `global_backend_features`Simonas Kazlauskas-0/+9
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-3/+3
2022-02-21Take CodegenFnAttrs into account when validating asm! register operandsAmanieu d'Antras-0/+4
2022-02-19Stop interning stability.Camille GILLOT-3/+3
2022-02-17Add module-level docs for `rustc_middle::query`pierwill-0/+6
2022-02-16Support pretty printing of invalid constantsTomasz Miąsko-3/+5
2022-02-15Overhaul `Const`.Nicholas Nethercote-5/+5
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-6/+6
2022-02-09Explain &Arc.Camille GILLOT-0/+4
2022-02-09Make FnAbiError Copy.Camille GILLOT-4/+2
2022-02-09Use a slice for object_lifetime_defaults.Camille GILLOT-3/+1
2022-02-09Use a slice in DefIdForest.Camille GILLOT-2/+1
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-15/+33
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-1/+1
2022-02-02Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillotbors-1/+1
2022-02-02Auto merge of #93466 - cjgillot:query-dead, r=nagisabors-0/+16
2022-02-01Make dead code check a query.Camille GILLOT-0/+16
2022-01-31Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obkbors-1/+9
2022-01-30Rollup merge of #92887 - pietroalbini:pa-bootstrap-update, r=Mark-SimulacrumEric Huss-17/+4
2022-01-29Make local_def_id_to_hir_id query directly returh HirIdSantiago Pastorino-1/+1
2022-01-28Make local_def_id_to_hir_id return MaybeOwner<()>Santiago Pastorino-1/+1
2022-01-28Separate hir_owner query into two queries to avoid using extensive data on in...Santiago Pastorino-1/+9
2022-01-28update cfg(bootstrap)sPietro Albini-17/+4
2022-01-27Store def_id_to_hir_id as variant in hir_owner.Camille GILLOT-2/+2
2022-01-25Return an indexmap in `all_local_trait_impls` querypierwill-1/+1
2022-01-22Use an `indexmap` to avoid sorting `LocalDefId`spierwill-1/+1
2022-01-15attempt to re-add `ty::Unevaluated` visitor and friendsEllen-3/+2
2022-01-15initial revertEllen-6/+3
2022-01-13Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandryMatthias Krüger-10/+0
2022-01-12Auto merge of #92169 - In-line:no-cache-selector-lrc, r=Mark-Simulacrumbors-2/+1
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