summary refs log tree commit diff
path: root/src/librustc_mir/const_eval/error.rs
AgeCommit message (Expand)AuthorLines
2020-04-30Miri: port error backtraces to std::backtraceRalf Jung-1/+1
2020-04-15Make the necessary changes to support concurrency in Miri.Vytautas Astrauskas-1/+1
2020-03-30remove a dead parameter that everyone sets to NoneRalf Jung-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-24fix const_prop ICERalf Jung-5/+3
2020-03-24move ModifiedStatic error to ConstEval errors, and generally adjust terminolo...Ralf Jung-0/+6
2020-03-23add err_machine_stop macroRalf Jung-2/+2
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