about summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-01-25Fix Option camel case in xfailed/ignored testsTyler Bindon-3/+3
2013-01-24librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...Patrick Walton-68/+43
2013-01-24testsuite: Capitalize error message, unbreak buildTim Chevalier-2/+4
2013-01-24Merge pull request #4609 from sonwow/keyword-superTim Chevalier-0/+3
2013-01-24syntax/rustc: Improve error message for misuse of `for` loopTim Chevalier-5/+30
2013-01-24Make `super` a keywordYoungsoo Son-0/+3
2013-01-23Merge pull request #4587 from sanxiyn/divide-by-zeroTim Chevalier-0/+6
2013-01-22testsuite: Add tests for mutable function argumentsTim Chevalier-0/+20
2013-01-23Handle divide by zero in constant evaluatorSeo Sanghyeon-0/+6
2013-01-20testsuite: Tweak tests for #3888Tim Chevalier-0/+42
2013-01-20testsuite: Update error message, unbreak buildTim Chevalier-1/+0
2013-01-19testsuite: Add xfailed test for #4335Tim Chevalier-0/+19
2013-01-19testsuite: Add licenseTim Chevalier-0/+11
2013-01-19Handle region errors where the actual scope is a statementTim Chevalier-0/+15
2013-01-18testsuite: Update error messages. Unbreak build, I hopeTim Chevalier-7/+7
2013-01-17Correct testsNiko Matsakis-17/+7
2013-01-17test: Fix busted compile-fail tests. rs=bustagePatrick Walton-18/+15
2013-01-16Merge pull request #4493 from jbclements/rename-moved-variable-to-moved-valuePatrick Walton-24/+24
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-21/+4
2013-01-14s/moved variable/moved value/John Clements-24/+24
2013-01-14allowing the entry point name to be something other than mainILyoan-0/+36
2013-01-10Add xfailed test for #3973Tim Chevalier-0/+31
2013-01-10correct expected error msgs in various tests rs=breakageNiko Matsakis-9/+9
2013-01-10tests: Add two test cases, one xfailedTim Chevalier-0/+34
2013-01-10mode: reset mode on entry to fn body.Niko Matsakis-0/+10
2013-01-10librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakisPatrick Walton-3/+12
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-6/+6
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-8/+8
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-8/+8
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-8/+8
2013-01-08Remove ret_style and instead check whether fn return type is botNiko Matsakis-6/+13
2013-01-08Make `self` visible when typechecking nested functionsTim Chevalier-0/+16
2013-01-07Revert "Change the self def_id to a self_info in typeck, and inherit"Tim Chevalier-16/+0
2013-01-07Change the self def_id to a self_info in typeck, and inheritTim Chevalier-0/+16
2013-01-07xfail broken testsTim Chevalier-1/+3
2013-01-07Revert "xfail broken tests"Tim Chevalier-3/+1
2013-01-07xfail broken testsTim Chevalier-1/+3
2013-01-03Add xfailed test for #3707Tim Chevalier-0/+29
2013-01-03Actually xfail this, unbreak buildTim Chevalier-0/+11
2013-01-03Add test cases (one xfailed, one not)Tim Chevalier-0/+31
2012-12-28test: Fix a bunch of compile-fail tests. rs=bustagePatrick Walton-15/+16
2012-12-22Emit a type error for integer literals where the expected type is charTim Chevalier-0/+3
2012-12-18Deal with test failures in various waysBrian Anderson-4/+10
2012-12-17fix warnings in vec destructuring testsErick Tryzelaar-2/+2
2012-12-17Add more testsJakub Wieczorek-0/+21
2012-12-17Add support for destructuring vectors in match expressionsJakub Wieczorek-0/+86
2012-12-14librustc: Add a lint mode for deprecated self. r=brsonPatrick Walton-0/+20
2012-12-14librustc: Implement a lint mode for default methods. r=brsonPatrick Walton-0/+8
2012-12-14Revert "librustc: Implement a lint mode for default methods"Patrick Walton-8/+0
2012-12-14librustc: Implement a lint mode for default methodsPatrick Walton-0/+8