rust/compiler/rustc_middle/src/mir
bors 5378c1cf07 Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr
Always use RevealAll for const eval queries

implements what is described in https://github.com/rust-lang/rust/pull/116803#discussion_r1364089471

Using `UserFacing` for const eval does not make sense anymore, unless we significantly change things like avoiding revealing opaque types.

New tests are copied from https://github.com/rust-lang/rust/pull/101478
2024-01-20 04:57:51 +00:00
..
interpret Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr 2024-01-20 04:57:51 +00:00
basic_blocks.rs Remove deleted docs + better link together MIR traversing docs 2023-09-29 19:16:02 +00:00
consts.rs remove redundant imports 2023-12-10 10:56:22 +08:00
coverage.rs coverage: Add enums to accommodate other kinds of coverage mappings 2024-01-11 16:43:12 +11:00
generic_graph.rs remove redundant imports 2023-12-10 10:56:22 +08:00
generic_graphviz.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00
graphviz.rs remove redundant imports 2023-12-10 10:56:22 +08:00
mod.rs LLVM 18 x86 data layout update 2024-01-19 10:52:01 +01:00
mono.rs Minimize pub usage in source_map.rs. 2023-11-02 19:35:00 +11:00
patch.rs remove redundant imports 2023-12-10 10:56:22 +08:00
pretty.rs Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkin 2024-01-18 20:56:22 +01:00
query.rs Print list of missing target features when calling a function with target features outside an unsafe block 2023-11-27 19:13:11 +01:00
statement.rs ctfe interpreter: extend provenance so that it can track whether a pointer is immutable 2023-12-07 17:46:36 +01:00
syntax.rs compiler: Lower fn call arg spans down to MIR 2024-01-15 19:07:11 +01:00
tcx.rs large_assignments: Lint on specific large args passed to functions 2024-01-15 19:07:12 +01:00
terminator.rs Inline utils. 2023-12-31 00:37:45 +00:00
traversal.rs Remove deleted docs + better link together MIR traversing docs 2023-09-29 19:16:02 +00:00
type_foldable.rs Uplift TypeAndMut 2023-12-12 23:24:44 +00:00
visit.rs compiler: Lower fn call arg spans down to MIR 2024-01-15 19:07:11 +01:00