summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-14Fix check-fast breakageBrian Anderson-2/+0
2012-08-14Add xfail'd test for a default method containing 'self'.Lindsey Kuper-0/+21
2012-08-14Compile default methods; un-xfail default methods test (cc: #2794).Lindsey Kuper-2/+0
2012-08-14More attempts at fixing .. breakage.Graydon Hoare-1/+1
2012-08-14fix more fallout from future de-mode-ing.Graydon Hoare-6/+6
2012-08-14fix fallout from future de-mode-ing.Graydon Hoare-7/+7
2012-08-14Try to fix pretty-test breakage harder.Graydon Hoare-1/+1
2012-08-14Try to fix pretty-test breakage.Graydon Hoare-1/+1
2012-08-13libsyntax: Implement [int*3] syntax for fixed length vector typesPatrick Walton-0/+5
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-24/+24
2012-08-13Stop parsing old operator overloading syntaxBrian Anderson-1/+0
2012-08-13Change borrowck error 'the the block' -> 'the block'Ben Blum-2/+2
2012-08-13xfail-pretty run-pass/pipe-select-macroBrian Anderson-0/+1
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-13libsyntax: Allow "use" to be used in place of "import"Patrick Walton-0/+6
2012-08-13In typeck::collect::ensure_trait_methods, don't assume the trait was already ...Tim Chevalier-0/+46
2012-08-13libsyntax: Accept "1..3" as the preferred form of "1 to 3" in patternsPatrick Walton-7/+7
2012-08-13test: Fix type error message in an effort to unbreak the buildPatrick Walton-1/+1
2012-08-13De-mode-ify a few minor libcore modules.Graydon Hoare-4/+4
2012-08-13Got the select macro working.Eric Holk-34/+28
2012-08-13test: Modify error messages in some compile-fail tests in an attempt to unbre...Patrick Walton-14/+14
2012-08-13rustc: Make functional record and struct update use ".." instead of "with".Patrick Walton-3/+2
2012-08-13xfail-fast run-pass/trait-to-strBrian Anderson-0/+2
2012-08-13rustc: Mostly implement region-bounded stack closuresPatrick Walton-3/+3
2012-08-13rustc: Enum idents are not in the value namespace. Closes #3186Brian Anderson-0/+5
2012-08-13core: Export to_str trait from top level. Closes #3175Brian Anderson-0/+6
2012-08-13Add xfail'd test for default methods.Lindsey Kuper-0/+20
2012-08-11correct glb computation, improve region error msgsNiko Matsakis-0/+34
2012-08-10Xfail-fast, because these tests use failureEric Holk-0/+4
2012-08-10Fix compile-fail arc/sync testsBen Blum-0/+6
2012-08-10Handle failure during select nicely. Fixes #3176Eric Holk-0/+23
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/+5
2012-08-10Terminate blocked receive packets on failure. Fixes #3168.Eric Holk-0/+19
2012-08-10A better HTML parser.Eric Holk-43/+66
2012-08-10An attempt at a macro to support HTML literalsEric Holk-0/+68
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-09rustc: Initialize the drop flag with the new struct literal syntax. Closes #3...Patrick Walton-0/+8
2012-08-09Change coherence error 'implement a trait instead' -> 'implement a trait or n...Ben Blum-0/+6
2012-08-09Finish translating const indexing. Close #1417, close #570, close #571, close...Graydon Hoare-9/+5
2012-08-09Enforce a stricter notion of purity when borrowing. Fixes #3162.Niko Matsakis-0/+24
2012-08-09Example from lkuper's intern talk, but now with static methods!Lindsey Kuper-0/+55
2012-08-09Add example from lkuper's intern talk to the test suite.Lindsey Kuper-0/+54
2012-08-09unxfail-test and try to test for similar conditions as beforeNiko Matsakis-7/+4
2012-08-08Const field access (working) and vec indexing (almost). More for #2317.Graydon Hoare-0/+20
2012-08-08libsyntax: Parse common enum fieldsPatrick Walton-0/+14