about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
2022-07-06Allow to create definitions inside the query system.Camille GILLOT-0/+6
2022-07-06Auto merge of #98959 - cjgillot:late-bound-order, r=michaelwoeristerbors-1/+1
2022-07-05Return a FxIndexSet in is_late_bound query.Camille GILLOT-1/+1
2022-07-04fully move dropck to mirlcnr-1/+2
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-2/+6
2022-06-29Improve doc comment of destructure_constDominik Stolz-1/+2
2022-06-28Improve pretty printing of valtrees for referencesDominik Stolz-5/+2
2022-06-28Auto merge of #98222 - cjgillot:single-wf, r=michaelwoeristerbors-7/+5
2022-06-27Auto merge of #98221 - cjgillot:single-coh, r=lcnrbors-3/+4
2022-06-22Perform coherence checking per impl.Camille GILLOT-3/+4
2022-06-21Perform wf checking per module.Camille GILLOT-0/+4
2022-06-21Only keep a single well-formed query.Camille GILLOT-7/+1
2022-06-19Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obkDylan DPC-3/+3
2022-06-15Rename `impl_constness` to `constness`Deadbeef-3/+3
2022-06-14Separate `source_span` and `expn_that_defined` from `Definitions`.Camille GILLOT-3/+0
2022-06-14Separate Definitions and CrateStore from ResolverOutputs.Camille GILLOT-0/+1
2022-06-14address reviewb-naber-6/+6
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-11/+1
2022-06-08Rename `panic_strategy` query to `required_panic_strategy`Gary Guo-4/+1
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-2/+9
2022-06-06Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errorsDylan DPC-5/+0
2022-06-04Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillotMatthias Krüger-2/+2
2022-06-04Iterate over `maybe_unused_trait_imports` when checking dead trait importsElliot Roberts-2/+2
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