.. |
alt-bot-fail.rs
|
Add companion-module core.rs that exports log levels and option/some/none everywhere.
|
2011-12-20 12:41:44 -08:00 |
alt-disc-bot.rs
|
|
|
args-fail.rs
|
|
|
binop-fail-2.rs
|
Register new snapshots, purge log_err and log_full in favour of log(...).
|
2011-12-22 17:53:53 -08:00 |
binop-fail.rs
|
Register new snapshots, purge log_err and log_full in favour of log(...).
|
2011-12-22 17:53:53 -08:00 |
bug-811.rs
|
Update stdlib, compiler, and tests to new kind system
|
2011-11-18 12:49:01 +01:00 |
do-while-body-fails.rs
|
|
|
explicit-fail-msg.rs
|
|
|
explicit-fail.rs
|
|
|
expr-alt-fail-fn.rs
|
|
|
expr-alt-fail.rs
|
|
|
expr-fn-fail.rs
|
|
|
expr-if-fail-fn.rs
|
|
|
expr-if-fail.rs
|
|
|
fail-arg.rs
|
Register new snapshots, purge log_err and log_full in favour of log(...).
|
2011-12-22 17:53:53 -08:00 |
fail-main.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
fail-parens.rs
|
|
|
fail.rs
|
|
|
fmt-fail.rs
|
|
|
fn-constraint-claim.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
fn-constraint.rs
|
Register new snapshots, purge log_err and log_full in favour of log(...).
|
2011-12-22 17:53:53 -08:00 |
for-each-loop-fail.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
if-check-fail.rs
|
Register new snapshots, purge log_err and log_full in favour of log(...).
|
2011-12-22 17:53:53 -08:00 |
if-cond-bot.rs
|
Register new snapshots, purge log_err and log_full in favour of log(...).
|
2011-12-22 17:53:53 -08:00 |
linked-failure2.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
linked-failure3.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
linked-failure4.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
linked-failure.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
morestack1.rs
|
test: Enable all morestack tests
|
2011-12-18 13:37:33 -08:00 |
morestack2.rs
|
libcore: Remove task::set_min_stack
|
2011-12-18 14:10:41 -08:00 |
morestack3.rs
|
libcore: Remove task::set_min_stack
|
2011-12-18 14:10:41 -08:00 |
morestack4.rs
|
test: Enable all morestack tests
|
2011-12-18 13:37:33 -08:00 |
non-exhaustive-match.rs
|
|
|
port-type.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
pred.rs
|
|
|
rhs-type.rs
|
|
|
spawnfail.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
str-overrun.rs
|
|
|
task-comm-recv-block.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
unique-fail.rs
|
Handle ~fail. Closes #968
|
2011-09-24 23:52:22 -07:00 |
unwind-alt.rs
|
Add an assert to run-fail/unwind-alt
|
2011-09-20 11:26:01 -07:00 |
unwind-assert.rs
|
|
|
unwind-box.rs
|
|
|
unwind-check.rs
|
|
|
unwind-closure.rs
|
|
|
unwind-fail.rs
|
|
|
unwind-initializer-indirect.rs
|
|
|
unwind-initializer.rs
|
|
|
unwind-interleaved.rs
|
|
|
unwind-iter2.rs
|
Remove remaining uses of iter and for-each
|
2011-10-21 13:34:35 +02:00 |
unwind-iter.rs
|
Remove remaining uses of iter and for-each
|
2011-10-21 13:34:35 +02:00 |
unwind-lambda.rs
|
|
|
unwind-misc-1.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |
unwind-move.rs
|
|
|
unwind-nested.rs
|
|
|
unwind-partial-box.rs
|
Add more unwind tests for failure during construction of allocated things
|
2011-09-21 14:14:17 -07:00 |
unwind-partial-unique.rs
|
Add an unwind test for failure during unique box construction
|
2011-09-21 14:45:08 -07:00 |
unwind-partial-vec.rs
|
Add more unwind tests for failure during construction of allocated things
|
2011-09-21 14:14:17 -07:00 |
unwind-rec2.rs
|
Build records in two phases to avoid cleanups on partial records
|
2011-09-19 14:28:04 -07:00 |
unwind-rec.rs
|
|
|
unwind-resource-fail2.rs
|
|
|
unwind-resource-fail3.rs
|
Add another testcase for #910
|
2011-09-20 20:00:34 -07:00 |
unwind-resource-fail.rs
|
|
|
unwind-stacked.rs
|
|
|
unwind-tup2.rs
|
Build tuples in two phases to avoid cleaning up partial tuples
|
2011-09-19 17:59:53 -07:00 |
unwind-tup.rs
|
Register tuple cleanups after the tuple is built
|
2011-09-19 17:59:47 -07:00 |
unwind-uninitialized.rs
|
|
|
unwind-unique.rs
|
Actually use unique boxes in run-fail/unwind-unique
|
2011-09-23 15:23:44 -07:00 |
vec-overrun.rs
|
|
|
vec-underrun.rs
|
|
|
zip-different-lengths.rs
|
Copy first batch of material from libstd to libcore.
|
2011-12-13 16:34:50 -08:00 |