rust/src
Ralf Jung 1241938f97 test suite now also passes on MIR-libstd
Also enable some tests that were disabled for no apparant reason.
(The comment in zst.rs was wrong, the test was disabled also for miri execution.)
Delete env_args test as the args can actually be queried with MIR-libstd (currently, they are always empty)
2017-05-30 10:41:38 -07:00
..
bin If a "start" lang item incl. MIR is present, run that instead of running main directly 2017-05-30 10:41:38 -07:00
terminator test suite now also passes on MIR-libstd 2017-05-30 10:41:38 -07:00
cast.rs rustup (i128) 2017-01-12 08:28:42 +01:00
error.rs support TLS destructors 2017-05-30 10:41:38 -07:00
eval_context.rs If a "start" lang item incl. MIR is present, run that instead of running main directly 2017-05-30 10:41:38 -07:00
lib.rs Removed unused crate imports 2017-05-05 10:37:04 +02:00
lvalue.rs handle statics with linkage: initialize them with NULL 2017-05-30 10:41:38 -07:00
memory.rs use proper span for TLS dtors; fix some nits 2017-05-30 10:41:38 -07:00
operator.rs Don't unconditionally mask bitshift rhs 2017-03-14 14:24:16 +01:00
step.rs test suite now also passes on MIR-libstd 2017-05-30 10:41:38 -07:00
traits.rs Reuse more rustc code instead of copying it into miri 2017-03-23 13:35:19 +01:00
value.rs 1 > -1 2017-02-09 09:43:45 +01:00