summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
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
2012-12-14librustc: Ensure that no moves from the inside of @ or & boxes occur. rs=cras...Patrick Walton-0/+23
2012-12-14Fix broken testBrian Anderson-2/+2
2012-12-14Rename core::comm to core::oldcommBrian Anderson-8/+8
2012-12-13librustc: Reset the mode context to MoveValue for block lambdas. rs=bugfixPatrick Walton-0/+27
2012-12-13Fix broken testsBrian Anderson-89/+7
2012-12-13Rename Send trait to OwnedBrian Anderson-9/+9
2012-12-13Rename Owned trait to DurableBrian Anderson-9/+9
2012-12-13librustc: Allow moves out of `self`. r=nmatsakisPatrick Walton-0/+37
2012-12-13librustc: Automatically move non-implicitly-copyable types into unique closur...Patrick Walton-0/+8
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-0/+7
2012-12-12syntax: remove remaining #syntaxext machinery. Close #3516.Graydon Hoare-18/+3
2012-12-12syntax: remove most code handling old-style syntax extensions.Graydon Hoare-55/+0
2012-12-12syntax: remove all remaining uses of #ast, and #ast / qquote itself.Graydon Hoare-27/+42
2012-12-11Reverse the order of the results of pipes::streamTim Chevalier-1/+1
2012-12-11Auto-deref when checking field and method privacyTim Chevalier-5/+10
2012-12-11Remove old derivingBrian Anderson-35/+0
2012-12-11Avoid extra error for type mismatches in patternsTim Chevalier-2/+1
2012-12-11Revert "Merge pull request #4144 from luqmana/deprecated-attribute"Tim Chevalier-10/+0
2012-12-10Merge pull request #4144 from luqmana/deprecated-attributeTim Chevalier-0/+10
2012-12-10Adjust the die macro to only accept ~str and to work in statement positionBrian Anderson-0/+5
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+6150
2012-12-09Add test case for deprecated attribute.Luqman Aden-0/+10
2012-12-08Fix busted test caseTim Chevalier-1/+1
2012-12-08Print out a more helpful type error message for do-blocks/for-loopsTim Chevalier-3/+32
2012-12-07Add test for #2995Tim Chevalier-0/+3
2012-12-07Add test case for #2828Tim Chevalier-0/+21
2012-12-07Trait constraints are separated by space, not commaBrian Anderson-6/+6
2012-12-07Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp...Brian Anderson-0/+18
2012-12-06Test cases, some xfailedTim Chevalier-0/+97
2012-12-06Add various test cases, mostly xfailedTim Chevalier-0/+27
2012-12-06test: Fix busted test. rs=bustagePatrick Walton-1/+1
2012-12-06test: Fix more compile-fail bustage. rs=bustagePatrick Walton-10/+8
2012-12-06test: Fix some compile-fail bustage. rs=bustagePatrick Walton-36/+10
2012-12-05librustc: Fix handling of `~` and `@` unary operators in mode computation. Cl...Patrick Walton-0/+4
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-0/+6
2012-12-01Fix some compile-fail testsBrian Anderson-7/+6
2012-11-30Disallow dereferencing enum types when the variant is privateTim Chevalier-0/+21
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-3/+12
2012-11-29Implement trait inheritance for bounded type parametersBrian Anderson-0/+23
2012-11-29test: Remove obsolete tests. rs=buildbotPatrick Walton-20/+0
2012-11-29Disallow importing private itemsTim Chevalier-0/+30
2012-11-29Forbid attrs on macros, since we don't handle them properly yet.Paul Stansifer-2/+2