summary refs log tree commit diff
path: root/src/librustc_mir/interpret/mod.rs
AgeCommit message (Expand)AuthorLines
2018-04-25Only warn on erroneous promoted constantsOliver Schneider-1/+1
2018-04-17Sign extend constants in range patternsOliver Schneider-0/+24
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