rust/src/test
Niko Matsakis 2b67d88809 Rewrite the coercion code to be more readable, more sound, and to reborrow when
needed.

Regarding soundness: there was a subtle bug in how it was done before; see the
compile-fail test for an example.

Regarding reborrowing: reborrowing allows mut and const
slices/borrowed-pointers to be used with pure fns that expect immutable data.

r=brson
2013-01-28 10:01:59 -08:00
..
auxiliary testsuite: Eliminate uses of structural records from most run-pass tests 2013-01-26 11:35:17 -08:00
bench
compile-fail Rewrite the coercion code to be more readable, more sound, and to reborrow when 2013-01-28 10:01:59 -08:00
pretty
run-fail testsuite: Eliminate structural records from run-fail tests 2013-01-26 11:38:00 -08:00
run-pass Rewrite the coercion code to be more readable, more sound, and to reborrow when 2013-01-28 10:01:59 -08:00
run-pass-fulldeps Fix Option camel case in xfailed/ignored tests 2013-01-25 19:42:23 -07:00