aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail
Commit message (Expand)AuthorAgeFilesLines
* Ensure that functions that should return a value do; issue 41Patrick Walton2010-07-162-0/+10
* Implement the "simple typechecker", which avoids HM inferencePatrick Walton2010-07-151-2/+2
* Remove log-type-error; everything is loggable.Patrick Walton2010-07-151-6/+0
* Fix ret/put mis-identification in typechecker. Closes #87.Graydon Hoare2010-07-141-0/+8
* Catch cyclic imports harder. Add 2 tests to confirm.Graydon Hoare2010-07-092-0/+20
* Issue 66: Multi-line commentsMatt Brubeck2010-07-081-0/+9
* Some more typestate tests.Graydon Hoare2010-07-083-4/+28
* Numerous bug fixes to typestate algorithm.Graydon Hoare2010-07-061-0/+14
* Fix compile-fail/log-type-error.rs.Graydon Hoare2010-07-041-1/+1
* Only translate or dwarf-emit items or stubs locally defined or used. Avoids i...Graydon Hoare2010-06-271-1/+1
* Add testcases for item name conflict at the same path level.Roy Frostig2010-06-251-0/+8
* A couple new tests for broken parts of the typechecker, XFAILed.Graydon Hoare2010-06-242-0/+10
* Populate tree.Graydon Hoare2010-06-2335-0/+358