.. |
arg-count-mismatch.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
arg-type-mismatch.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
bad-env-capture.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
bad-main.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
bad-name.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
bad-recv.rs
|
A couple new tests for broken parts of the typechecker, XFAILed.
|
2010-06-24 16:57:00 -07:00 |
bad-send.rs
|
A couple new tests for broken parts of the typechecker, XFAILed.
|
2010-06-24 16:57:00 -07:00 |
bad-type-env-capture.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
bogus-tag.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
comm-makes-io.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
constructor-as-cast.rs
|
Add a test for an obvious-seeming (but not actually legal) kind of cast attempted in issue #115, downgrade bug to an err in type.ml so you get a better message.
|
2010-07-19 13:25:04 -07:00 |
dead-code-be.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
dead-code-ret.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
direct-obj-fn-call.rs
|
Only translate or dwarf-emit items or stubs locally defined or used. Avoids instantiating O(sizeof(standard-library)) worth of imports stubs on each 'use std'. Closes issue 13.
|
2010-06-27 20:48:28 -07:00 |
export.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
fru-extra-field.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
fru-typestate.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
import-loop-2.rs
|
Catch cyclic imports harder. Add 2 tests to confirm.
|
2010-07-09 11:59:00 -07:00 |
import-loop.rs
|
Catch cyclic imports harder. Add 2 tests to confirm.
|
2010-07-09 11:59:00 -07:00 |
impure-pred.rs
|
Ensure that functions that should return a value do; issue 41
|
2010-07-16 15:34:25 -07:00 |
infinite-tag-type-recursion.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
infinite-vec-type-recursion.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
io-infects-caller.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
item-name-overload.rs
|
Add testcases for item name conflict at the same path level.
|
2010-06-25 01:26:44 -07:00 |
missing-return.rs
|
Ensure that functions that should return a value do; issue 41
|
2010-07-16 15:34:25 -07:00 |
native-makes-unsafe.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
no-self-dispatch.rs
|
Fix over-optimistic resolution of self-methods within obj scopes. There is no such feature in the language at present. Add test to prevent regression. Closes #114.
|
2010-07-19 12:03:58 -07:00 |
not-a-pred.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
output-type-mismatch.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
pred-on-wrong-slots.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
put-in-fn.rs
|
Implement the "simple typechecker", which avoids HM inference
|
2010-07-15 18:27:09 -07:00 |
rec-missing-fields.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
return-uninit.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
slot-as-pred.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
spawn-non-nil-fn.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
type-shadow.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
unbalanced-comment.rs
|
Issue 66: Multi-line comments
|
2010-07-08 22:43:15 +08:00 |
unnecessary-io.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
unnecessary-unsafe.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
unsafe-infects-caller.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
use-uninit-2.rs
|
Some more typestate tests.
|
2010-07-08 07:33:25 -07:00 |
use-uninit-3.rs
|
Some more typestate tests.
|
2010-07-08 07:33:25 -07:00 |
use-uninit.rs
|
Some more typestate tests.
|
2010-07-08 07:33:25 -07:00 |
while-bypass.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
while-expr.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
while-type-error.rs
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
writing-through-read-alias.rs
|
Improve mutability checking. Closes #118.
|
2010-07-23 15:29:17 -07:00 |
writing-through-uninit-vec.rs
|
Add test for writing-through-uninit bug (reported on IRC by jrmuizel), plus fix in typestate system.
|
2010-07-23 13:52:46 -07:00 |
writing-to-immutable-obj.rs
|
Improve mutability checking. Closes #118.
|
2010-07-23 15:29:17 -07:00 |
writing-to-immutable-rec.rs
|
Improve mutability checking. Closes #118.
|
2010-07-23 15:29:17 -07:00 |
writing-to-immutable-tup.rs
|
Improve mutability checking. Closes #118.
|
2010-07-23 15:29:17 -07:00 |
writing-to-immutable-vec.rs
|
Improve mutability checking. Closes #118.
|
2010-07-23 15:29:17 -07:00 |
wrong-ret-type.rs
|
Missing semicolon in type.ml, plus test to catch regression. Closes #113.
|
2010-07-19 11:50:41 -07:00 |