]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/const_eval.rs
Address comments
[rust.git] / src / librustc_mir / interpret / const_eval.rs
2017-08-01 Oliver SchneiderAddress comments
2017-08-01 Oliver SchneiderProperly process ptr_op for const eval
2017-08-01 Oliver SchneiderAllow machines to create new memory kinds
2017-08-01 Oliver SchneiderMove all intrinsics out of `interpret` and fail CTFE...
2017-08-01 Oliver SchneiderReduce the chance of accidentally calling functions...
2017-08-01 Oliver SchneiderRename `const_eval::Evaluator` to `CompileTimeFunctionE...
2017-08-01 Oliver SchneiderMove more non-CTFE operations to the Machine
2017-08-01 Oliver SchneiderImplement the first machine function
2017-08-01 Oliver SchneiderSplit up miri into the librustc_mir and bin parts
2017-07-21 Oliver SchneiderMerge pull request #258 from oli-obk/upstream
2017-07-21 Oliver SchneiderPrep miri repository for rustc merger