summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-08-21Add msgsend-ring-{rw,mutex}-arcs bench testsBen Blum-0/+229
2012-08-21implement a map testing benchmarkNiko Matsakis-0/+178
2012-08-21more sound treatment of fn& regions; change all & to be distinctNiko Matsakis-36/+77
2012-08-20new region inference, seperate infer into modules, improve error msgsNiko Matsakis-51/+69
2012-08-20Try to do some resolution of vtables earlier, in a fairly ad-hoc way. Closes ...Michael Sullivan-0/+17
2012-08-20Disallow deconstructing destructing structs (fixes #3147)Ben Blum-0/+17
2012-08-20Re-allow pattern-matching structs (#3215)Ben Blum-1/+0
2012-08-20Do vtable resolution for *all* method calls, not just statically resolved one...Michael Sullivan-0/+23
2012-08-20xfail crate-method-reexport-grrrrrrr.rs, which has been burning the build for...Michael Sullivan-0/+1
2012-08-17rustc: Implement "priv" for simple items.Patrick Walton-0/+13
2012-08-17forgotten tests for #3217, #2977, #3067Niko Matsakis-0/+33
2012-08-17Make by-val explicit self actually work. Closes #2585.Michael Sullivan-0/+64
2012-08-17test: Fix unused variable warning in repeat-to-run-dtor-twice.rs.Patrick Walton-1/+1
2012-08-17rustc: Prevent destructors from being run twice with the repeated vector syntaxPatrick Walton-0/+16
2012-08-17make borrowck more conservative around rvalues.Niko Matsakis-2/+7
2012-08-17Stop parsing `iface`.Lindsey Kuper-4/+2
2012-08-17Move select macro into another file, so it can be including in multiple tests.Eric Holk-58/+66
2012-08-17Forbid pattern-matching structs until the next snapshot (#3215)Ben Blum-0/+1
2012-08-17Default methods with self-calls make it as far as trans.Lindsey Kuper-3/+1
2012-08-17Remove the class keywordBrian Anderson-122/+122
2012-08-16Fix issue-506.rs by adding a void-returning stub in the runtime (close #2957)Ben Blum-4/+2
2012-08-16Update the rock-paper-scissors example in the tutorial, and rename some types...Eric Holk-11/+11
2012-08-16Make test suite terminate.Eric Holk-0/+1
2012-08-16Another attempt on class-attribute-1.rs.Graydon Hoare-1/+1
2012-08-16libsyntax: Fix parsing of "loop unsafe".Patrick Walton-0/+8
2012-08-16Fix sub-breakage due to the changed error message.Graydon Hoare-1/+1
2012-08-16xfail-fast issue 3012-2Graydon Hoare-0/+1
2012-08-16Attempt to get issue 3012 test working on win32.Graydon Hoare-0/+1
2012-08-16Xfail a struct-test I can't figure out how to make work.Graydon Hoare-0/+2
2012-08-16s/class/struct/ in a failing test.Graydon Hoare-1/+1
2012-08-15Test case for #3012Tim Chevalier-0/+20
2012-08-15Convert more core types to camel caseBrian Anderson-79/+95
2012-08-15libsyntax: Parse tuple and unit structsPatrick Walton-0/+5
2012-08-15test: Fix parsing problem in map-types.rsPatrick Walton-1/+1
2012-08-15rustc: Parse labeled loop, break, and againPatrick Walton-0/+11
2012-08-15rustc: Implement automatic reference for method receiversPatrick Walton-11/+51
2012-08-15rustc: "as Trait" can now be written "as @Trait".Patrick Walton-0/+15
2012-08-15Reject empty matches on inhabited typesTim Chevalier-0/+9
2012-08-15Convert more core types to camel caseBrian Anderson-12/+12
2012-08-15De-mode pipesEric Holk-2/+2
2012-08-15Add cfail test arc-rw-state-shouldnt-escapeBen Blum-0/+11
2012-08-14xfail-fast issue-2472Brian Anderson-0/+1
2012-08-14Add test for #2472Brian Anderson-0/+25
2012-08-14Add xfailed test for #2123Tim Chevalier-0/+9
2012-08-14Convert more core types to camel caseBrian Anderson-38/+38
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-14libsyntax: Parse "extern mod foo;"Patrick Walton-0/+7