about summary refs log tree commit diff
path: root/src/test/compile-fail/missing-do.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-01-24syntax/rustc: Improve error message for misuse of `for` loopTim Chevalier-1/+1
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-1/+1
2012-08-13test: Modify error messages in some compile-fail tests in an attempt to unbre...Patrick Walton-1/+1
2012-08-03rustc: Merge fn& and fn in favor of fn&.Patrick Walton-1/+1
2012-07-14Treat bare vector and string literals as fixed length vecs. Closes #2922.Michael Sullivan-1/+1
2012-07-13Change the pretty printer to print vstores for strs in prefix notation.Michael Sullivan-1/+1
2012-07-12Make str be treated as str/~.Michael Sullivan-1/+1
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