about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-0/+6
2022-04-10Store LocalDefId in is_late_bound_map.Camille GILLOT-2/+1
2022-04-09Use def_key in `tcx.item_name` when possible.Camille GILLOT-4/+1
2022-04-08Refactor HIR item-like traversal (part 1)Miguel Guarniz-0/+7
2022-04-02Auto merge of #95537 - GuillaumeGomez:type_of-doc, r=Dylan-DPCbors-1/+4
2022-04-02Improve TyCtxt::type_of documentationGuillaume Gomez-1/+4
2022-03-31Merge impl_constness and is_const_fn_raw.Camille GILLOT-6/+1
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-6/+0
2022-03-30rework implementation for inherent impls for builtin typeslcnr-0/+13
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-6/+0
2022-03-25Auto merge of #95280 - InfRandomness:infrandomness/Dtorck_clarification, r=ol...bors-1/+1
2022-03-25Rollup merge of #95179 - b-naber:eval-in-try-unify, r=lcnrDylan DPC-4/+4
2022-03-24Swap DtorckConstraint to DropckConstraintInfRandomness-1/+1
2022-03-23dont use a query for lit_to_constantb-naber-4/+0
2022-03-23change thir to lazily create constantsb-naber-0/+5
2022-03-21try to evaluate in try_unifyb-naber-4/+4
2022-03-16rustc_error: make ErrorReported impossible to constructmark-1/+3
2022-03-12Queryify `is_doc_hidden`Noah Lev-0/+5
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
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