about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/mod.rs
AgeCommit message (Expand)AuthorLines
2022-08-17implied_bounds: clarify our assumptionslcnr-0/+8
2022-08-16Do not report cycle error when inferring return type for suggestionMichael Goulet-0/+1
2022-08-09Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr...Dylan DPC-0/+8
2022-08-09Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011Dylan DPC-0/+5
2022-08-07Don't document impossible to call default trait items on implsMichael Goulet-0/+8
2022-08-03Compute `object_lifetime_default` per parameter.Camille GILLOT-2/+3
2022-08-03Create a specific `ObjectLifetimeDefault` enum.Camille GILLOT-1/+1
2022-08-03Make object_lifetime_defaults a cross-crate query.Camille GILLOT-1/+1
2022-08-01Remove trait_of_item query.Camille GILLOT-8/+0
2022-07-30Use LocalDefId for closures moreCameron Steffen-2/+2
2022-07-26Implement `#[rustc_default_body_unstable]`Maybe Waffle-0/+5
2022-07-20passes: improved partial stabilization diagnosticDavid Wood-2/+6
2022-07-14Use constant eval to do strict validity checks5225225-0/+8
2022-07-12Move abstract const to rustc_middle::tykadmin-2/+2
2022-07-06Create a forever red node and use it to force side effects.Camille GILLOT-6/+0
2022-07-06Make AST lowering a query.Camille GILLOT-1/+8
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