rust/compiler/rustc_query_impl/src
Manish Goregaokar f5ac5cadd3
Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr
generic_const_exprs: use thir for abstract consts instead of mir

Changes `AbstractConst` building to use `thir` instead of `mir` so that there's less chance of consts unifying when they shouldn't because lowering to mir dropped information (see `abstract-consts-as-cast-5.rs` test)

r? `@lcnr`
2021-09-12 03:44:56 -07:00
..
keys.rs Add query own_existential_vtable_entries 2021-09-05 18:13:32 +01:00
lib.rs Note that type aliases cannot be recursive 2021-08-27 14:50:51 -07:00
on_disk_cache.rs Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnr 2021-09-12 03:44:56 -07:00
plumbing.rs Retrieve DefKind from HIR map to reduce chance of cycles 2021-08-29 19:38:47 -07:00
profiling_support.rs Restrict access to crate_name. 2021-06-02 18:35:32 +02:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
stats.rs Correct comments about untracked accesses. 2021-07-06 19:26:02 +02:00
util.rs Note that type aliases cannot be recursive 2021-08-27 14:50:51 -07:00
values.rs Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

For more information about how the query system works, see the rustc dev guide.