summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-614/+614
2012-06-25Comment out the *right* part of the test failing due to issue #2724.Michael Sullivan-3/+3
2012-06-25Comment out a failing part of a test; this is Issue #2724.Michael Sullivan-1/+2
2012-06-25test: Make zip-same-length no longer rely on resolve not handling shadowed mo...Patrick Walton-2/+1
2012-06-25rustc: Make 'do' work with effects the same as 'for'Brian Anderson-0/+10
2012-06-25Remove test case that doesn't work on its ownTim Chevalier-6/+0
2012-06-25Add class fields to the global indexTim Chevalier-0/+6
2012-06-25Some perf fixes, although vec::slice is still too slow (Issue #2719)Eric Holk-8/+7
2012-06-25test: Remove the import-glob-circular test since the name resolution semantic...Patrick Walton-50/+0
2012-06-25test: Swap the order of two imports in import7 to eliminate another cyclePatrick Walton-1/+1
2012-06-25test: Swap the order of two imports in import6 to eliminate a cyclePatrick Walton-1/+1
2012-06-25Remove redundant 'extension' mods from numeric modsBrian Anderson-3/+5
2012-06-25Automatically export methods on core numeric typesBen Striegel-0/+24
2012-06-25Merge branch 'incoming' into resource-to-classTim Chevalier-0/+36
2012-06-25MergeTim Chevalier-42/+36
2012-06-25Add test cases for issue 2445Tim Chevalier-0/+36
2012-06-25Test case for issue 2718Tim Chevalier-0/+38
2012-06-25Remove resources from a few places I missedTim Chevalier-1/+1
2012-06-25Finish compare glue for classesTim Chevalier-4/+24
2012-06-25Improved perf for msgsend (Issue #2719)Eric Holk-1/+1
2012-06-25Improved graph500 performance (Issue #2719)Eric Holk-1/+1
2012-06-24Make 'do' expressions accept stack closuresBrian Anderson-0/+5
2012-06-24More test cases for classes with dtorsTim Chevalier-0/+67
2012-06-24Remove resourcesTim Chevalier-10/+46
2012-06-22Remove 'implements' keyword in favour of :, part of #2301.Graydon Hoare-15/+15
2012-06-22core: Name is_failure to is_err, is_success to is_okBrian Anderson-1/+1
2012-06-22Minor capitalization/punctuation fixes in error messagesLindsey Kuper-4/+4
2012-06-22Nicer quoting in "attempted access of field" message. Issue #2358.Lindsey Kuper-4/+4
2012-06-22Adding an issue number to vec-add.rsEric Holk-3/+3
2012-06-22Use must_have_lock instead of private functions. (Issue #2700)Eric Holk-13/+2
2012-06-22Hack to make [] and []/~ the same type in preparation for switching to []/~.Michael Sullivan-1/+1
2012-06-22Remove resources from remaining test casesTim Chevalier-14/+44
2012-06-21Add test casesTim Chevalier-0/+19
2012-06-21Hopefully make issue 2214 test case work on Windows -- sighTim Chevalier-0/+5
2012-06-21Make liveness print out a proper error message for moves out of a self fieldTim Chevalier-0/+13
2012-06-21Add test for issue 2467Tim Chevalier-0/+6
2012-06-21Fix linker problem in issue 2214 test caseTim Chevalier-0/+19
2012-06-21Adding `i` suffixes so cfail tests keep failing after suffix inferenceLindsey Kuper-1/+1
2012-06-21Add tests to exercise the "pattern has N field(s), but" error patterns.Lindsey Kuper-0/+32
2012-06-21Revert "Add test for issue 2214"Tim Chevalier-18/+0
2012-06-21xfailing vec-add.Eric Holk-0/+6
2012-06-21Adding a benchmark for the new message passing codeEric Holk-0/+76
2012-06-21Remove some commented out code so the pretty printer doesn't get confused.Eric Holk-2/+0
2012-06-21Updating errors in vec-add.rsEric Holk-19/+29
2012-06-21Library vecs are fast now.Eric Holk-2/+2
2012-06-21Move vector addition out of trans and into libcore.Eric Holk-13/+11
2012-06-21Generate a temporary for assign_ops. Issue #2581Eric Holk-0/+74
2012-06-21Add and xfail test for 2101Tim Chevalier-0/+20
2012-06-21Add test for issue 2214Tim Chevalier-0/+18
2012-06-21Test for issue 1896 (which appears to be fixed)Tim Chevalier-0/+8