about summary refs log tree commit diff
path: root/src/librustc_mir/const_eval/error.rs
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-206/+0
2020-08-09move const_eval error reporting logic into rustc_mir::const_eval::errorRalf Jung-13/+157
2020-06-26Show the values and computation that would overflow a const evaluation or ↵Oliver Scherer-1/+2
propagation
2020-06-12fix const_prop spans and re-bless testsRalf Jung-2/+3
2020-06-12make miri InterpCx TyCtxtAt a TyCtxt, and separately remember the root span ↵Ralf Jung-1/+1
of the evaluation
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 ↵Ralf Jung-0/+6
terminology from "static" to "global" where appropriate
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