about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2011-05-19Finish name collision testing.Marijn Haverbeke-0/+8
2011-05-19xfail vector-no-ann.rs.Graydon Hoare-0/+5
2011-05-19Make trans use span_err for the dreaded "ty_var in trans::type_of" errorTim Chevalier-0/+10
2011-05-17Parser fix: 'fail' was eating the next token that came after it.Paul Stansifer-0/+6
2011-05-16Merge remote branch 'origin/master' into HEADGraydon Hoare-0/+73
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-2/+2
2011-05-16Two tests that the typechecker correctly unifies type arguments in patterns w...Tim Chevalier-0/+52
2011-05-16Started adding support for return checking and non-returning function annotat...Tim Chevalier-0/+21
2011-05-14Remove xfail-boot lines from testsBrian Anderson-26/+0
2011-05-13Remove reserved word tests (since reserved words were removed)Marijn Haverbeke-35/+0
2011-05-13Implement module namespacesMarijn Haverbeke-3/+6
2011-05-13Move capture checking into resolve.rsMarijn Haverbeke-1/+25
2011-05-12Fix mistaken replacements in error-pattern comments in testsMarijn Haverbeke-17/+17
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-36/+36
2011-05-11Add a missed xfail-stage0Marijn Haverbeke-0/+1
2011-05-11Rewrite comp/middle/resolve.rsMarijn Haverbeke-3/+4
2011-05-10Un-XFAIL compile-fail export tests for stage0Brian Anderson-6/+0
2011-05-09rustc: Alias fix part 2 -- Check that the aliasness of function parameters ma...Patrick Walton-0/+15
2011-05-05Enforce in typechecker that preds return a boolTim Chevalier-1/+3
2011-05-05Test cases for pred / check stuffTim Chevalier-0/+45
2011-05-05Check well-formedness of constraintsTim Chevalier-0/+26
2011-05-05Check that the operand in a check is a callTim Chevalier-0/+9
2011-05-05Un-XFAILed not-a-pred in stage0 (it fails correctly)Tim Chevalier-3/+0
2011-05-04Add missing ret statements to check_modBrian Anderson-12/+0
2011-05-04More export XFAILs.Graydon Hoare-0/+6
2011-05-04XFAIL some compile-fail tests mysteriously failing on win32 tinderbox.Graydon Hoare-0/+12
2011-05-04Change two compile-fail patterns to match rustc output.Graydon Hoare-2/+2
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+60
2011-05-02Add some tests of tag-export interactionBrian Anderson-0/+17
2011-05-01Add a test that imports can't circumvent exportsBrian Anderson-0/+19
2011-05-01Add a regression test for use of unexported fully-qualified pathsBrian Anderson-0/+21
2011-05-01Hide unexported tag variantsBrian Anderson-0/+17
2011-05-01Implement simple module exportBrian Anderson-2/+46
2011-04-28Enable typestate_checkTim Chevalier-11/+0
2011-04-28Support all expression forms in typestateTim Chevalier-0/+44
2011-04-19Handle nested items correctly in typestate_checkTim Chevalier-0/+12
2011-04-19Remove effect system from src.Graydon Hoare-21/+0
2011-04-11Implement the "attempted dynamic environment-capture" error in rustc.Rafael Ávila de Espíndola-0/+30
2011-04-08Disable effect checking in rustbootMarijn Haverbeke-52/+0
2011-03-29Beginnings of support for magical self prefix; nothing profound happening yet.Lindsey Kuper-0/+13
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+55
2011-02-22Teach rustc about reserved keywordsBrian Anderson-0/+35
2011-02-10Cleanup for 'be' statement and comments about future typestateBrian Anderson-2/+2
2011-02-10Add compile-fail tests for tail callsBrian Anderson-0/+23
2011-01-30Reenable xfailed tests for rustboot that pass with trivial or no modificationsBrian Anderson-1/+1
2011-01-26Fix test now that we look at the full error-pattern. Also enable it for rustc.Rafael Ávila de Espíndola-1/+1
2011-01-25Print an error if we try to refer to a module in an expr_path.Rafael Ávila de Espíndola-0/+10
2011-01-25Small first step in expr_path. Call find_final_def just to detectRafael Ávila de Espíndola-0/+8
2011-01-17Enable more tests.Rafael Ávila de Espíndola-1/+1
2011-01-14Fix the import handling in "complex" cases. When looking a.b.c and 'a' is aRafael Ávila de Espíndola-0/+8