summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2011-08-01Handle bang functions correctly in typestateTim Chevalier-0/+4
2011-08-01Add tests for destructuring localsMarijn Haverbeke-0/+11
2011-07-29Disallow overloading a method with one of different type. Closes #703.Lindsey Kuper-7/+3
2011-07-29Remove support for obj dtorsMarijn Haverbeke-20/+0
2011-07-27Have bind support non-alias parametric non-bound arguments.Michael Sullivan-12/+2
2011-07-27Remove the bind-alias test, since binding to aliases is fine.Michael Sullivan-9/+0
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-122/+165
2011-07-27Reformat for new syntaxMarijn Haverbeke-1285/+644
2011-07-26Add a bunch of tests for blocks.Michael Sullivan-0/+37
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-14/+10
2011-07-25Add a pass that checks for unreachable alt armsMarijn Haverbeke-0/+10
2011-07-24The Big Test Suite OverhaulBrian Anderson-6/+14
2011-07-22Implement Macro By Example.Paul Stansifer-1/+1
2011-07-22Add xfail-stage3 directives to testsBrian Anderson-0/+9
2011-07-19Beginnings of support for constrained typesTim Chevalier-0/+25
2011-07-18Sane error message for self-call in non-obj context. Closes #707.Lindsey Kuper-0/+14
2011-07-18Fix native-type-mismatch test on win32Brian Anderson-1/+1
2011-07-15More tests for anonymous objects. Issues #702, #703.Lindsey Kuper-0/+29
2011-07-14XFAIL some tests in stage 0Brian Anderson-0/+2
2011-07-13Make resolve and the typechecker check for a main fn of theTim Chevalier-0/+12
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-10/+10
2011-07-13Add test case from issue #675. The previous fix actually fixes this too.Tim Chevalier-0/+5
2011-07-12Make resolve check for type-variable name-shadowingTim Chevalier-5/+8
2011-07-12Change typestate to use visit instead of walkTim Chevalier-0/+8
2011-07-11Move macro expansion to a separate phase, change macro syntax, and add parse_...Paul Stansifer-3/+3
2011-07-11In typeck, check for dynamically sized by-value arguments to thunksTim Chevalier-0/+28
2011-07-11Implement record patternsMarijn Haverbeke-0/+14
2011-07-11Implement or-patterns in case clausesMarijn Haverbeke-0/+12
2011-07-08Tests for constraint propagationTim Chevalier-0/+21
2011-07-08Improve the error message for import glob collisions. Closes #482Brian Anderson-0/+14
2011-07-06Swap the expected/actual for typechecking fields of updated recordsBrian Anderson-0/+9
2011-07-06Add a compile-fail test for attempts to extend non-objects.Lindsey Kuper-0/+13
2011-07-05Require that the meta items in a use statement have unique namesBrian Anderson-0/+7
2011-07-05Error if the link attribute has duplicate items. Issue #614Brian Anderson-0/+7
2011-07-05Add a test file for distinct ty_native typesMarijn Haverbeke-0/+7
2011-07-03Make non-str fail expression a type checking failure instead of a translation...Josh Matthews-0/+5
2011-07-02Fix assertion failure when syntax extension name is missing.Josh Matthews-0/+5
2011-07-02Fix the error-pattern on compile-fail/fail-simpleBrian Anderson-1/+1
2011-07-01Add a test for mismatched crate metadata in use statementsBrian Anderson-0/+5
2011-07-01Implement autoderef for function calls.Michael Sullivan-0/+7
2011-06-29Re-enable tidy (it was broken) and fix various non-tidy things.Graydon Hoare-13/+13
2011-06-28Support attaching attributes to modules via the crate file. Issue #487Brian Anderson-1/+1
2011-06-28Require that both sides of a swap be lvals.Michael Sullivan-0/+5
2011-06-28Add test case for non-matching crate metadata in use statementsBrian Anderson-0/+4
2011-06-28Another test for typestate and expr_fnTim Chevalier-0/+10
2011-06-28Handle lazy binops properly in typestateTim Chevalier-0/+18
2011-06-28Tests only: more tests with constraints and loopsTim Chevalier-0/+53
2011-06-28Use 'resource' rather than 'res' as a keywordMarijn Haverbeke-1/+1
2011-06-28Add test cases for resourcesMarijn Haverbeke-0/+8
2011-06-28'#simplext' -> '#macro'Paul Stansifer-2/+2