summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-06-28Parse ~[...] as [...]/~. Same for @ and &. Closes #2747.Michael Sullivan-2/+2
2012-06-28Fix rt-sched-1.rs (broke in 6fc730b)Ben Blum-2/+4
2012-06-28Add test case for issue #2734 (xfailed)Ben Blum-0/+15
2012-06-28Cleanup failure handling around rust_new_task_in_sched - closes #2668Ben Blum-1/+2
2012-06-28Fix alt-pattern-drop's breakage from af2d01eBen Blum-1/+3
2012-06-28Fix sys::refcount and remove dbg::refcountBen Blum-13/+8
2012-06-27make core-std respect RUST_BENCHEric Holk-4/+11
2012-06-27rustc: Fix a missing application of the operator in fold_tyBrian Anderson-0/+22
2012-06-27Oops. Actually fix that problem.Michael Sullivan-1/+1
2012-06-27Add in missing [] methods to some tests.Michael Sullivan-0/+2
2012-06-27vec::append reuses its left hand side when possible. (issue #2719)Eric Holk-3/+23
2012-06-27Remove unnecessary bounds checks in vec::push_all (issue #2719)Eric Holk-0/+33
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-16/+16
2012-06-26perf: improved the core-std benchmarkEric Holk-2/+28
2012-06-26More perf tweaks (issue #2719)Eric Holk-6/+57
2012-06-26Properly cleanup slice literals. Closes #2705.Michael Sullivan-0/+15
2012-06-26Be a little more clever about calculating sizes for class typesTim Chevalier-16/+255
2012-06-26Incorporate class fields into recursive-type checkTim Chevalier-0/+12
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