summary refs log tree commit diff
path: root/src/librustc_mir/const_eval/error.rs
AgeCommit message (Expand)AuthorLines
2020-02-13rename PanicInfo -> AssertKindRalf Jung-2/+2
2020-02-13move PanicInfo to mir moduleRalf Jung-1/+2
2020-02-13remove PanicInfo::Panic variant that MIR does not use or needRalf Jung-2/+8
2020-02-13remove Panic variant from InterpErrorRalf Jung-7/+14
2019-12-26Move const eval query components into their own moduleOliver Scherer-2/+14
2019-12-26Move const eval machine into its own moduleOliver Scherer-0/+30