summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2012-07-10Disallow implicitly binding methods in typechecker. Closes #2189.Michael Sullivan-1/+4
2012-07-10Pretty print vectors as ~[] instead of []/~. Closes #2863.Michael Sullivan-2/+2
2012-07-09Add test case for issue 2766, which resolve 3 fixesTim Chevalier-0/+21
2012-07-09test: Remove failing parts of the failing test (requires intertwining of reso...Patrick Walton-4/+0
2012-07-09change borrowck error msg: 'declared in outer block' -> 'captured in a closur...Ben Blum-8/+8
2012-07-09rustc: Switch to the new resolution passPatrick Walton-188/+24
2012-07-06Revert "rustc: Switch to the new resolution pass"Niko Matsakis-24/+188
2012-07-06rustc: Switch to the new resolution passPatrick Walton-188/+24
2012-07-05Clean up error message punctuation/capitalizationLindsey Kuper-26/+26
2012-07-04Remove empty argument lists from do expressionsBen Striegel-10/+10
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-0/+13
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-13/+0
2012-07-03Change crust -> extern.Graydon Hoare-3/+3
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-20/+20
2012-07-02Update compile-fail/missing-do for new error-comment syntaxBrian Anderson-3/+3
2012-07-02Added testcase for the missing do compile noteArmin Ronacher-0/+9
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-592/+592
2012-07-01syntax: Support dropping argument list from for/doBrian Anderson-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-54/+56
2012-06-30syntax: Add support for new lambda syntaxBrian Anderson-1/+6
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-39/+39
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-591/+591
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-135/+135
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-5/+5
2012-06-26Incorporate class fields into recursive-type checkTim Chevalier-0/+12
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-128/+128
2012-06-25MergeTim Chevalier-15/+15
2012-06-24Remove resourcesTim Chevalier-4/+4
2012-06-22Remove 'implements' keyword in favour of :, part of #2301.Graydon Hoare-4/+4
2012-06-22Minor capitalization/punctuation fixes in error messagesLindsey Kuper-4/+4
2012-06-22Nicer quoting in "attempted access of field" message. Issue #2358.Lindsey Kuper-4/+4
2012-06-22Adding an issue number to vec-add.rsEric Holk-3/+3
2012-06-22Hack to make [] and []/~ the same type in preparation for switching to []/~.Michael Sullivan-1/+1
2012-06-22Remove resources from remaining test casesTim Chevalier-8/+30
2012-06-21Add test casesTim Chevalier-0/+11
2012-06-21Make liveness print out a proper error message for moves out of a self fieldTim Chevalier-0/+13
2012-06-21Add test for issue 2467Tim Chevalier-0/+6
2012-06-21Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-1/+1
2012-06-21Add tests to exercise the "pattern has N field(s), but" error patterns.Lindsey Kuper-0/+32
2012-06-21xfailing vec-add.Eric Holk-0/+6
2012-06-21Updating errors in vec-add.rsEric Holk-19/+29
2012-06-21Test for issue 1896 (which appears to be fixed)Tim Chevalier-0/+8
2012-06-21unxfail test for #2657Niko Matsakis-6/+1
2012-06-21Issue #2657: track mutability of bindings, also prevent move from bindingsNiko Matsakis-0/+13
2012-06-21handle moves in let initializers and allow moves from unsafe ptrsNiko Matsakis-0/+30
2012-06-20Change error to debugTim Chevalier-2/+1
2012-06-20doc: add information about suffix inference to tutorial and manual.Lindsey Kuper-0/+22
2012-06-20Remove bind. Issue #2189Brian Anderson-40/+2
2012-06-20Fix a test I messed up.Michael Sullivan-1/+2
2012-06-20Call the correct type formatting function for more typecheck diagnostics. Clo...Michael Sullivan-0/+4