rust/compiler/rustc_ty_utils/src
bors 43dd3d514b Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk
Revert "Unify tcx.constness and param env constness checks"

Too much of a perf regression https://github.com/rust-lang/rust/pull/102975#issuecomment-1282702513, and an attempt in #103263 didn't fix it except for just a tiny bit.

This change isn't really needed (see https://github.com/rust-lang/rust/pull/102830#issuecomment-1272514096), so this should be an easy revert.
2022-10-26 11:29:15 +00:00
..
abi.rs Introduce deduced parameter attributes, and use them for deducing readonly on 2022-10-21 02:33:15 -07:00
assoc.rs separate definitions and HIR owners 2022-09-24 23:21:19 +09:00
common_traits.rs Change InferCtxtBuilder from enter to build 2022-10-07 07:10:40 -05:00
consts.rs It's not about types or consts, but the lack of regions 2022-10-04 14:10:44 +00:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
implied_bounds.rs RPITIT placeholder items 2022-09-09 01:31:44 +00:00
instance.rs Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr 2022-10-10 13:43:41 +05:30
layout_sanity_check.rs Move utils from rustc_middle to rustc_ty_utils 2022-10-03 09:12:03 -05:00
layout.rs It's not about types or consts, but the lack of regions 2022-10-04 14:10:44 +00:00
lib.rs Rewrite representability 2022-10-07 09:33:46 -05:00
needs_drop.rs more dupe word typos 2022-10-14 12:57:56 +08:00
representability.rs Rewrite representability 2022-10-07 09:33:46 -05:00
ty.rs Note discrepancies in constness calculation 2022-10-20 03:44:12 +00:00