about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-07-29Reduced test case for current backwarding bug.Lindsey Kuper-0/+35
2011-07-29Test case for previous commitTim Chevalier-0/+5
2011-07-29Turn on kind propagation for typarams. Annotate a bunch of typarams in rustc ...Graydon Hoare-1/+1
2011-07-29Remove support for obj dtorsMarijn Haverbeke-165/+0
2011-07-29Fix iter_structural_ty_full for resource typesMarijn Haverbeke-0/+19
2011-07-28Drop the previous reference when receiving. Closes #763Brian Anderson-3/+38
2011-07-28Reenable expr-scope test. Disable under check-fastBrian Anderson-5/+1
2011-07-28Change macro syntax to accept a single expr, not a sequence of exprs.Paul Stansifer-11/+11
2011-07-28Re-removing a test case that was moved during the big test suite overhaul.Eric Holk-41/+0
2011-07-28Per-thread scheduling. Closes #682.Eric Holk-0/+41
2011-07-28Test case for issue #435.Lindsey Kuper-0/+27
2011-07-28Parse, store and print type parameter kind constraints.Graydon Hoare-0/+25
2011-07-28Disable expr-scope test, since it break windowsMarijn Haverbeke-0/+4
2011-07-28:: is allowed to start an expression. Close #762.Josh Matthews-0/+5
2011-07-27Have bind support non-alias parametric non-bound arguments.Michael Sullivan-0/+16
2011-07-27Allow already bound functions to be bound again.Michael Sullivan-0/+12
2011-07-27Fix nil pattern case to handle for parser adjustmentMarijn Haverbeke-1/+1
2011-07-27Fix damage done by the pretty-printerMarijn Haverbeke-82/+306
2011-07-27Reformat for new syntaxMarijn Haverbeke-2869/+2138
2011-07-26Add a bunch of tests for blocks.Michael Sullivan-0/+53
2011-07-26Add basic support for blocks and types in macros.Paul Stansifer-0/+4
2011-07-26Resolve loop collection expressions in the right scopeMarijn Haverbeke-0/+6
2011-07-26Properly parse 'auto' for loop variable typesMarijn Haverbeke-0/+7
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-215/+142
2011-07-25Disable task-comm-15. Fails with multiple threads.Brian Anderson-1/+4
2011-07-24The Big Test Suite OverhaulBrian Anderson-2644/+10
2011-07-23Attempt to put out burning Windows tinderbox.Eric Holk-1/+1
2011-07-22More work on word-count.Eric Holk-2/+2
2011-07-22Adding test case dealing with communication and hashmaps.Eric Holk-0/+108
2011-07-22Implement Macro By Example.Paul Stansifer-0/+33
2011-07-22Adding test case for #687.Eric Holk-0/+62
2011-07-22Fixing (or at least improving) translation of move semantics for send and rec...Eric Holk-4/+1
2011-07-22Exercise self-calls and overriding together a bit more.Lindsey Kuper-0/+12
2011-07-22Getting rid of obsolete comments.Lindsey Kuper-3/+0
2011-07-22Add xfail-stage3 directives to testsBrian Anderson-0/+27
2011-07-22Revert "Enable run-pass/lib-run on win32. Closes #714"Marijn Haverbeke-0/+7
2011-07-22Fix unboxing in alias passMarijn Haverbeke-0/+8
2011-07-21Enable run-pass/lib-run on win32. Closes #714Brian Anderson-7/+0
2011-07-21Disable run-pass/lib-io.rs on macBrian Anderson-0/+6
2011-07-21Use correct win file open constants, per MinGWBrian Anderson-8/+7
2011-07-21Instantiate function preconditions inside the function bodyTim Chevalier-0/+8
2011-07-21Un-xfail tests.Lindsey Kuper-8/+0
2011-07-21Improving move semantics for channel operations.Eric Holk-9/+4
2011-07-21Lots of work on memory tracking and channels.Eric Holk-6/+19
2011-07-20Parse nil literals (including in patterns)Tim Chevalier-0/+8
2011-07-20Test method overriding a little more.Lindsey Kuper-0/+17
2011-07-20Test case for issue #718.Lindsey Kuper-0/+27
2011-07-20Method overriding tests suddenly pass valgrind for some reason.Lindsey Kuper-5/+1
2011-07-20'Overriding' is a more accurate name than 'overloading' for these.Lindsey Kuper-0/+0
2011-07-19Typechecking self-calls in anon objs. Closes #540.Lindsey Kuper-4/+1