summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/interpret/error.rs
AgeCommit message (Expand)AuthorLines
2021-03-06Change x64 size checks to not apply to x32.Harald van Dijk-2/+2
2021-02-20all InterpError allocate now, so adjust alloc-error-checkRalf Jung-13/+8
2021-02-17Reduce size of InterpErrorInfo to 8 bytesTomasz Miąsko-6/+22
2021-01-21mir: Improve size_of handling when arg is unsizedÖmer Sinan Ağacan-0/+3
2020-11-16wordslcnr-1/+1
2020-11-04make intern_const_alloc_recursive return error fix #78655Vishnunarayan K I-3/+9
2020-09-23Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obkDylan DPC-0/+6
2020-09-21reviewBastian Kauschke-0/+6
2020-09-19Address review commentsOliver Scherer-2/+2
2020-09-19Unify the names of const eval queries and their return typesOliver Scherer-2/+2
2020-08-30mv compiler to compiler/mark-0/+474