.. |
arrays.rs
|
Support [x; N] array repeat rvalues.
|
2016-03-21 03:34:24 -06:00 |
bools.rs
|
Fix boolean tests and clean up code.
|
2016-03-17 06:39:29 -06:00 |
calls.rs
|
Implement the size_of intrinsic.
|
2016-03-15 00:45:25 -06:00 |
closures.rs
|
Add initial support for closures.
|
2016-03-18 10:48:31 -06:00 |
heap.rs
|
Add first test for std::vec::Vec.
|
2016-03-20 20:18:09 -06:00 |
ints.rs
|
Uncomment now-working test.
|
2016-03-13 08:32:30 -06:00 |
loops.rs
|
Support [x; N] array repeat rvalues.
|
2016-03-21 03:34:24 -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 |
specialization.rs
|
Add a basic test for specialization.
|
2016-03-28 17:59:48 -06:00 |
std.rs
|
Add a commented-out RefCell test.
|
2016-03-21 18:53:39 -06:00 |
strings.rs
|
Add a fat byte-slice coercion test.
|
2016-03-21 18:51:25 -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 |
vecs.rs
|
Fix typo in test name.
|
2016-03-21 04:12:07 -06:00 |