summary refs log tree commit diff
path: root/src/librustc/mir/interpret/mod.rs
AgeCommit message (Expand)AuthorLines
2018-04-17Get rid of redundant `HashSet`Oliver Schneider-1/+1
2018-04-17Stop referring to statics' AllocIds directlyOliver Schneider-15/+6
2018-04-17Don't recurse into allocations, use a global table insteadOliver Schneider-28/+20
2018-03-20Encode/decode extern statics in metadata and incremental cacheOliver Schneider-0/+14
2018-03-16Cleanup metadata and incremental cache processing of constantsOliver Schneider-1/+81
2018-03-08Don't use the undefined bytes of PrimVal::BytesOliver Schneider-1/+1
2018-03-08Simplify const prop checks through PlaceContextOliver Schneider-1/+1
2018-03-08Use Mutability enum instead of boolOliver Schneider-3/+6
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-0/+2
2018-03-08Fully use miri in transOliver Schneider-0/+3
2018-03-08Add a variant to ConstVal for storing miri resultsOliver Schneider-4/+7
2018-02-17fix more typos found by codespell.Matthias Krüger-1/+1
2018-01-05miri: use AllocId instead of u64.Eduard-Mihai Burtescu-1/+1
2017-12-17miri: pass pointer alignments directly instead of contextually.Eduard-Mihai Burtescu-4/+3
2017-12-17miri: use separate Pointer and Align instead of PtrAndAlign.Eduard-Mihai Burtescu-1/+1
2017-12-12Move large chunks of miri from rustc::mir::interpret to rustc_mir::interpretOliver Schneider-22/+250
2017-12-06miri: don't use an associated constant for a Machine's own data.Eduard-Mihai Burtescu-1/+1
2017-12-06Update miri to rustc changesOliver Schneider-5/+5
2017-09-29Adjust imports to librustc::mir::interpretOliver Schneider-1/+1
2017-09-29Move miri base code to rustc::mir::interpretOliver Schneider-0/+42