about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2022-06-04Completely remove LifetimeScopeForPath.Camille GILLOT-5/+0
2022-06-03Compute `is_late_bound` in a separate query.Camille GILLOT-1/+1
2022-05-28Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di...bors-0/+6
2022-05-25try to cache region_scope_tree as a queryDing Xiang Fei-0/+6
2022-05-24Remove the check_mod_intrinsics queryOli Scherer-4/+0
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-6/+0
2022-05-20Auto merge of #95418 - cjgillot:more-disk, r=davidtwcobors-2/+36
2022-05-18Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obkbors-9/+26
2022-05-17Auto merge of #97012 - oli-obk:🦀_intrinsics, r=davidtwcobors-0/+5
2022-05-16use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...b-naber-9/+26
2022-05-16Add a query for checking whether a function is an intrinsic.Oli Scherer-0/+5
2022-05-13Do not cache item_attrs.Camille GILLOT-1/+0
2022-05-13Cache more queries on disk.Camille GILLOT-2/+37
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-0/+3
2022-05-11Gracefully fail to resolve associated items instead of `delay_span_bug`.Camille GILLOT-1/+1
2022-05-10don't encode only locally used attrslcnr-0/+3
2022-05-09only cache `codegen_fn_attrs` on disk if its locallcnr-1/+1
2022-05-09store `codegen_fn_attrs` in crate metadatalcnr-0/+1
2022-05-08Fixed typo in docs and correct doc linksFridtjof Stoldt-3/+3
2022-05-08Move lint expectation checking into a separate query (RFC 2383)xFrednet-0/+19
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+6
2022-04-28Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obkbors-0/+5
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-2/+2
2022-04-21implement (as of now still unused) query for valtree -> constvalue conversionb-naber-0/+5
2022-04-19Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...Dylan DPC-0/+6
2022-04-18Add `SymbolExportInfo`Gary Guo-2/+2
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-0/+7
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