.. |
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 |
c_enums.rs
|
Handle custom discriminant values and detect invalid discriminants.
|
2016-03-28 21:08:16 -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 |
errors.rs
|
Add test for out-of-bounds reads.
|
2016-04-06 04:43:06 -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
|
Switch to bitmask-based undef mask.
|
2016-04-06 03:45:06 -06:00 |
specialization.rs
|
Add a basic test for specialization.
|
2016-03-28 17:59:48 -06:00 |
std.rs
|
Add an Rc reference cycle test.
|
2016-04-06 04:20:35 -06:00 |
strings.rs
|
Add a fat byte-slice coercion test.
|
2016-03-21 18:51:25 -06:00 |
sums.rs
|
Implement a naive, slow version of undef mask copying.
|
2016-04-06 04:08:52 -06:00 |
trivial.rs
|
Split tests into multiple files.
|
2016-03-12 21:32:24 -06:00 |
vecs.rs
|
Partially implement reallocation (e.g. for growing Vecs).
|
2016-04-06 17:29:56 -06:00 |