rust/compiler/rustc_hir_analysis/src
bors 26c96e3416 Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk
stop using `ty::UnevaluatedConst` directly

best reviewed commit by commit.

simplifies #99798 because we now don't have to expand `ty::UnevaluatedConst` to `ty::Const`.
I also remember some other places where using `ty::UnevaluatedConst` directly was annoying and caused issues, though I don't quite remember what they were rn '^^

r? `@oli-obk` cc `@JulianKnodt`
2022-10-22 07:49:33 +00:00
..
astconv Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC 2022-10-21 12:41:09 +00:00
check Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk 2022-10-22 07:49:33 +00:00
coherence Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillot 2022-10-16 02:05:30 +00:00
collect change ConstEvaluatable to use ty::Const 2022-10-18 16:09:04 +02:00
impl_wf_check Fix compiler docs 2022-10-10 18:28:29 +02:00
outlives
structured_errors
variance
bounds.rs
check_unused.rs Refactor rustc lint API 2022-10-01 10:03:06 +00:00
collect.rs update doc links 2022-10-20 23:47:49 +02:00
constrained_generic_params.rs Fix compiler docs 2022-10-10 18:28:29 +02:00
errors.rs rustc_hir_typeck: fix paths and partially mv files 2022-10-20 17:53:14 +02:00
hir_wf_check.rs Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki 2022-10-10 00:09:42 +09:00
impl_wf_check.rs Report duplicate definition in impls with overlap check. 2022-10-13 16:50:24 +00:00
lib.rs rustc_hir_typeck: fix paths and partially mv files 2022-10-20 17:53:14 +02:00
structured_errors.rs