summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2012-08-17make borrowck more conservative around rvalues.Niko Matsakis-2/+7
2012-08-17Stop parsing `iface`.Lindsey Kuper-4/+2
2012-08-17Remove the class keywordBrian Anderson-46/+46
2012-08-16Fix sub-breakage due to the changed error message.Graydon Hoare-1/+1
2012-08-15Convert more core types to camel caseBrian Anderson-5/+5
2012-08-15test: Fix parsing problem in map-types.rsPatrick Walton-1/+1
2012-08-15rustc: Implement automatic reference for method receiversPatrick Walton-11/+32
2012-08-15Reject empty matches on inhabited typesTim Chevalier-0/+9
2012-08-15Convert more core types to camel caseBrian Anderson-3/+3
2012-08-15Add cfail test arc-rw-state-shouldnt-escapeBen Blum-0/+11
2012-08-14Add xfailed test for #2123Tim Chevalier-0/+9
2012-08-14Fix another broken testBrian Anderson-2/+2
2012-08-14xfail view-items-at-topBrian Anderson-0/+2
2012-08-14test: Use a mod that exists in view-item-at-topBrian Anderson-1/+1
2012-08-14Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...Ben Blum-0/+96
2012-08-14Dodge 'use' keyword in testsuite. Was burning tree.Graydon Hoare-2/+2
2012-08-14libsyntax: Give a nice error message when view items are used anywhere other ...Patrick Walton-0/+10
2012-08-13Change borrowck error 'the the block' -> 'the block'Ben Blum-2/+2
2012-08-13test: Make issue-2590 conform to the spirit of the test betterPatrick Walton-3/+1
2012-08-13test: Make issue-2590 test for implicit copies instead of moves.Patrick Walton-1/+3
2012-08-13test: Fix type error message in an effort to unbreak the buildPatrick Walton-1/+1
2012-08-13test: Modify error messages in some compile-fail tests in an attempt to unbre...Patrick Walton-14/+14
2012-08-11correct glb computation, improve region error msgsNiko Matsakis-0/+34
2012-08-10Fix compile-fail arc/sync testsBen Blum-0/+5
2012-08-10Add a can't-nest-rw-arcs test case (xfailed, #3177)Ben Blum-0/+9
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-0/+2
2012-08-10Change 'ret' to 'return' in an error messageBrian Anderson-0/+5
2012-08-09Convert sync to the new struct syntaxBen Blum-1/+1
2012-08-09Change coherence error 'implement a trait instead' -> 'implement a trait or n...Ben Blum-0/+6
2012-08-09Enforce a stricter notion of purity when borrowing. Fixes #3162.Niko Matsakis-0/+24
2012-08-09unxfail-test and try to test for similar conditions as beforeNiko Matsakis-7/+4
2012-08-08Convert impls to new syntaxBrian Anderson-38/+37
2012-08-08add compile-fail test sync-cond-shouldnt-escape.rsBen Blum-0/+9
2012-08-07improve borrowck error messages to explain regions betterNiko Matsakis-1/+15
2012-08-07Implement static typeclass methods. Closes #3132.Michael Sullivan-0/+10
2012-08-07Comments, minor refactoring, clean up wording of error messagesLindsey Kuper-3/+3
2012-08-07move borrowck tests to use ref, fix a few exposed shortcomingsNiko Matsakis-29/+29
2012-08-06first shot at integrating ref/value bindings into borrowckNiko Matsakis-0/+44
2012-08-06Disallow multiple constructors or destructors in the same classTim Chevalier-0/+27
2012-08-06In resolve, forbid duplicate value, type, and module itemsTim Chevalier-0/+21
2012-08-06s/alt/match/... again.Niko Matsakis-8/+8
2012-08-06make `ref x` bindings produce region ptrs and fix various minor bugsNiko Matsakis-2/+58
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-64/+64
2012-08-05Switch alts to use arrowsBrian Anderson-97/+97
2012-08-03rustc: Merge fn& and fn in favor of fn&.Patrick Walton-4/+4
2012-08-03test: Remove a fixed-length string from a testPatrick Walton-1/+0
2012-08-02Purge placement new; Make borrowck know about unary move.Niko Matsakis-19/+20
2012-08-02When checking loop bodies and do-expr bodies, don't require the expected type...Tim Chevalier-0/+9
2012-08-02test: "iface" -> "trait" in filenames.Lindsey Kuper-0/+0
2012-08-01Convert ret to returnBrian Anderson-88/+88