about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2011-01-12Produce better errors for invalid imports.Rafael Ávila de Espíndola-0/+6
2011-01-11Fix two invalid import cases we were not detecting:Rafael Ávila de Espíndola-0/+23
2011-01-10Further corrections to the Makefile rules covering failing tests.Graydon Hoare-6/+22
2010-11-08Add a check for binding an alias. Good thing, as we had two instances in our ...Graydon Hoare-0/+7
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-5/+5
2010-10-14Typecheck tags in "alt" patternsPatrick Walton-0/+24
2010-09-30Closed issue 154 - prevents compiler from compiliing a line to zero statementsOr Brostovski-0/+7
2010-09-20Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate...Graydon Hoare-2/+2
2010-09-16Check for infinitely sized tags. Un-XFAIL test/compile-fail/infinite-tag-type...Patrick Walton-2/+5
2010-08-21Modified parser to handle alt type andadded a few testsOr Brostovski-0/+6
2010-08-03Fix some naughtiness of handling newlines in bracequotes and multi-line comme...Graydon Hoare-0/+10
2010-07-23Improve mutability checking. Closes #118.Graydon Hoare-1/+24
2010-07-23Add test for writing-through-uninit bug (reported on IRC by jrmuizel), plus f...Graydon Hoare-0/+10
2010-07-19Add a test for an obvious-seeming (but not actually legal) kind of cast attem...Graydon Hoare-0/+13
2010-07-19Fix over-optimistic resolution of self-methods within obj scopes. There is no...Graydon Hoare-0/+11
2010-07-19Missing semicolon in type.ml, plus test to catch regression. Closes #113.Graydon Hoare-0/+7
2010-07-16Ensure that functions that should return a value do; issue 41Patrick Walton-0/+10
2010-07-15Implement the "simple typechecker", which avoids HM inferencePatrick Walton-2/+2
2010-07-15Remove log-type-error; everything is loggable.Patrick Walton-6/+0
2010-07-14Fix ret/put mis-identification in typechecker. Closes #87.Graydon Hoare-0/+8
2010-07-09Catch cyclic imports harder. Add 2 tests to confirm.Graydon Hoare-0/+20
2010-07-08Issue 66: Multi-line commentsMatt Brubeck-0/+9
2010-07-08Some more typestate tests.Graydon Hoare-4/+28
2010-07-06Numerous bug fixes to typestate algorithm.Graydon Hoare-0/+14
2010-07-04Fix compile-fail/log-type-error.rs.Graydon Hoare-1/+1
2010-06-27Only translate or dwarf-emit items or stubs locally defined or used. Avoids i...Graydon Hoare-1/+1
2010-06-25Add testcases for item name conflict at the same path level.Roy Frostig-0/+8
2010-06-24A couple new tests for broken parts of the typechecker, XFAILed.Graydon Hoare-0/+10
2010-06-23Populate tree.Graydon Hoare-0/+358