rust/tests
Scott Olson 20ced4a720 Replace const_to_ptr with const_to_value.
This reduces the number of allocations Miri makes drastically. The
`const_to_ptr` function was a lame hack that allocated for every since simple
constant, and all of those are avoided now, except for one extra allocation each
for string and bytestring literals which will be fixed in a followup commit.

There are a number of hacks such as `eval_operand_to_ptr` left over from this
commit, which will also be fixed in followup commits.
2016-09-19 02:19:34 -06:00
..
compile-fail Replace const_to_ptr with const_to_value. 2016-09-19 02:19:34 -06:00
run-pass option_eq test passes now since casts are implemented. 2016-09-19 02:16:51 -06:00
compiletest.rs run all tests found in folder given by MIRI_RUSTC_TEST env var 2016-09-15 16:13:54 +02:00