about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-06-16Bring back if-checkTim Chevalier-4/+17
2011-06-16if-check test caseTim Chevalier-0/+13
2011-06-16Write some tests for swap.Michael Sullivan-0/+21
2011-06-15Fixed a problem where spawn arguments were getting lost again. Also, fixed up...Eric Holk-14/+23
2011-06-15Re-enabled join.Eric Holk-0/+18
2011-06-15rustc: Support outer attributes on items that are defined as statementsBrian Anderson-1/+66
2011-06-15stdlib: Add an either moduleBrian Anderson-0/+117
2011-06-15test: Add missing fn test cases to run-pass/item-attributes.rsBrian Anderson-6/+13
2011-06-15Simple anonymous objects get through translation.Lindsey Kuper-13/+38
2011-06-15Fix a bunch of compile-command lines to use RBUILDGraydon Hoare-7/+7
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-5306/+4078
2011-06-15test: Add tests for multiple outer attributes on itemsBrian Anderson-11/+41
2011-06-15test: Add test cases for outer attributes on all item typesBrian Anderson-0/+13
2011-06-15rustc: Parse module attributesBrian Anderson-0/+8
2011-06-15Implement checking against assignments to immutable obj fieldsMarijn Haverbeke-1/+1
2011-06-15Fix assignments to immutable fields throughout the codeMarijn Haverbeke-8/+8
2011-06-14Add new testcase to show the nature of our exciting block-expr / trailing uno...Graydon Hoare-0/+51
2011-06-14Add xfail-stage0 to some tests (not sure if it matters...)Tim Chevalier-0/+1
2011-06-14Implement function expressions/anonymous functionsMarijn Haverbeke-0/+4
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-21/+41
2011-06-13rustc: Assignment expressions have nil type. Closes #483Brian Anderson-0/+30
2011-06-10Implement meta tag matching in creader. Start using it in rustc.rc. Close #45...Graydon Hoare-4/+4
2011-06-10test: Change bitwise.rs to use ! instead of ~. Should put out burning tinderbox.Patrick Walton-1/+1
2011-06-10Fix unsafe uses of mutable referencesMarijn Haverbeke-2/+2
2011-06-08test: Add a test case for issue #362, "ret none".Patrick Walton-0/+6
2011-06-07Add multiline, whitespace-eating strings.Josh Matthews-0/+15
2011-06-06Implement enough support for pointer to get an identity function working.Rafael Ávila de Espíndola-1/+7
2011-06-03Accept *foo as a pointer to foo.Rafael Ávila de Espíndola-0/+6
2011-06-02Un-XFAIL break-valueTim Chevalier-4/+1
2011-06-02Re-xfail lib-io test. Seems to only work on LinuxMarijn Haverbeke-0/+3
2011-06-02Fix and un-xfail vec-append testMarijn Haverbeke-4/+1
2011-06-02Un-xfail multi testMarijn Haverbeke-4/+1
2011-06-02Un-xfail lib-io testMarijn Haverbeke-4/+1
2011-06-02Un-xfail obj-dtor-2Marijn Haverbeke-4/+0
2011-05-31Now imports are not re-exported unless 'export' is explicitly used.Paul Stansifer-0/+12
2011-05-31More tests for <-.Michael Sullivan-3/+41
2011-05-31Add some simple tests for move.Michael Sullivan-0/+21
2011-05-31rustc: Teach rustc to use block results as fn return values. Closes #372Brian Anderson-0/+65
2011-05-31rustc: Pushdown type params for tag patterns. Closes #363Brian Anderson-0/+15
2011-05-27In pre/postcondition computation, failing calls should set the postconditionTim Chevalier-0/+30
2011-05-27Re-XFAIL, not valgrind-clean.Graydon Hoare-0/+6
2011-05-27Switched calling conventions so that spawn with multiple arguments works.Eric Holk-2/+2
2011-05-27Switching over to wrappers for spawning functions of multiple arguments. Does...Eric Holk-4/+37
2011-05-27Un-XFAILing spawn tests.Eric Holk-6/+0
2011-05-27Programs using spawn terminateEric Holk-1/+1
2011-05-27Working on 2 argument spawn. The arguments seem to be copied correctly once, ...Eric Holk-0/+15
2011-05-27Arguments seem to be correctly passed to child processes now.Eric Holk-1/+1
2011-05-27Test case showing that issue 324 is resolved.Lindsey Kuper-0/+39
2011-05-27Change the syntax for RECV from "var <- port" to "port |> var".Michael Sullivan-70/+70
2011-05-27Remove parser support for recv as an initializer in preparation for changing ...Michael Sullivan-23/+24