rust/test
Scott Olson d3b47c418f WIP: Support array indexing including a get_unchecked test.
Required supporting:
  * Trait method lookup
  * The `offset` intrinsic
  * Fat pointers
  * Unsizing coercions and some raw pointer and integer casts
2016-03-16 23:28:49 -06:00
..
arrays.rs WIP: Support array indexing including a get_unchecked test. 2016-03-16 23:28:49 -06:00
bools.rs Allow switching on non-integer types. 2016-03-13 04:50:16 -06:00
calls.rs Implement the size_of intrinsic. 2016-03-15 00:45:25 -06:00
heap.rs WIP: Support array indexing including a get_unchecked test. 2016-03-16 23:28:49 -06:00
ints.rs Uncomment now-working test. 2016-03-13 08:32:30 -06:00
loops.rs Uncomment now-working test. 2016-03-13 08:31:29 -06:00
pointers.rs Add support for pointers. 2016-03-13 14:36:25 -06:00
products.rs Reimplement field lvalue projection. 2016-03-13 06:48:04 -06:00
sums.rs Reimplement variant downcast projection. 2016-03-13 07:23:48 -06:00
trivial.rs Split tests into multiple files. 2016-03-12 21:32:24 -06:00