about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-07-23Attempt to put out burning Windows tinderbox.Eric Holk-1/+1
2011-07-22More work on word-count.Eric Holk-33/+112
2011-07-22Adding test case dealing with communication and hashmaps.Eric Holk-0/+108
2011-07-22Task-ified the word count program.Eric Holk-53/+117
2011-07-22Implement Macro By Example.Paul Stansifer-1/+34
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-22Commenting out the huge-memory-using lines in pfib.Eric Holk-2/+2
2011-07-22Add xfail-stage3 directives to testsBrian Anderson-0/+38
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
2011-07-19Beginnings of support for constrained typesTim Chevalier-6/+26
2011-07-19Fix calculation of sizeof boxed ivec of str in rt. Closes #712Brian Anderson-1/+9
2011-07-19Disable run-pass/lib-run on win32. Issue #714Brian Anderson-0/+7
2011-07-19Some progress on issue #540.Lindsey Kuper-2/+0
2011-07-19Reduced test case for issue #540.Lindsey Kuper-0/+22
2011-07-19xfail simple-qsort.rs test at stage0.Erick Tryzelaar-0/+2
2011-07-19Fix an invalid memory access in run_program and friendsBrian Anderson-0/+15
2011-07-18Add str::replaceBrian Anderson-1/+25
2011-07-18Add str::is_empty, is_not_empty predsBrian Anderson-0/+12
2011-07-18Sane error message for self-call in non-obj context. Closes #707.Lindsey Kuper-0/+14
2011-07-18Fix qsort to not skip the right side when the pivot element gets put at index 0.Michael Sullivan-0/+23
2011-07-18Reformulate x86stdcall test so it works with check-fastBrian Anderson-11/+10
2011-07-18Fix native-type-mismatch test on win32Brian Anderson-1/+1
2011-07-18Add setenv to standard libraryBrian Anderson-0/+49
2011-07-18Support x86 stdcall conventionBrian Anderson-0/+21
2011-07-17Revert "Add setenv to standard library"Brian Anderson-49/+0
2011-07-17Add setenv to standard libraryBrian Anderson-0/+49
2011-07-16Removing error logging from testBrian Anderson-1/+0
2011-07-16Sort tests before running them. Issue #428Brian Anderson-0/+45
2011-07-16Add ivec::zip/unzipBrian Anderson-0/+18
2011-07-16Remove unused variable from test testsBrian Anderson-1/+1
2011-07-15Revised plan of attack for backwarding functions.Lindsey Kuper-9/+10
2011-07-15More tests for anonymous objects. Issues #702, #703.Lindsey Kuper-0/+118
2011-07-15Modify task::join to indicate how the task terminatedBrian Anderson-1/+20