summary refs log tree commit diff
path: root/src/librustc_mir/interpret/mod.rs
AgeCommit message (Expand)AuthorLines
2018-04-24Auto merge of #49933 - oli-obk:miri_rustup, r=eddybbors-1/+1
2018-04-23Auto merge of #49779 - oli-obk:const_err_regression, r=eddybbors-1/+1
2018-04-23Fix the miri toolOliver Schneider-1/+1
2018-04-19Sign extend constants in range patternsOliver Schneider-0/+24
2018-04-15Only warn on erroneous promoted constantsOliver Schneider-1/+1
2018-03-08Address review commentsOliver Schneider-1/+1
2018-03-08Don't use the undefined bytes of PrimVal::BytesOliver Schneider-1/+0
2018-03-08Move the resource limits to the session in preparation for attributes configu...Oliver Schneider-1/+1
2018-03-08Fully use miri in transOliver Schneider-1/+12
2018-03-08Nuke the entire ctfe from orbit, it's the only way to be sureOliver Schneider-1/+1
2018-03-08Produce instead of pointersOliver Schneider-1/+1
2017-12-14Move mir validation out of treeOliver Schneider-6/+0
2017-12-12Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpretOliver Schneider-0/+29