about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/const_eval/error.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-210/+0
2021-07-14CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...Ralf Jung-7/+0
2021-06-15Use better error message for hard errors in CTFESmitty-7/+1
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-52/+56
2021-02-17Reduce size of InterpErrorInfo to 8 bytesTomasz Miąsko-1/+5
2021-02-05improve error message for disallowed ptr-to-int casts in const evalJeffrey Griffin-0/+7
2020-12-05Fix tests (hopefully)Albin Hedman-1/+1
2020-12-05abort() now takes a msg parameterAlbin Hedman-0/+2
2020-11-04make intern_const_alloc_recursive return error fix #78655Vishnunarayan K I-1/+1
2020-08-30mv compiler to compiler/mark-0/+206