aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/vec-lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename lib tests, enable lib-int.rs using _str.eq for now.Graydon Hoare2010-08-241-49/+0
|
* Address _vec.map allocation FIXME. Add test.Roy Frostig2010-08-031-0/+12
|
* Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.Patrick Walton2010-07-261-13/+13
|
* Re-introduce bits of vec-lib test that blocked on now-fixed issue #108.Roy Frostig2010-07-221-6/+2
|
* Add a _vec.slice function that'll hold us over until .(a,b) syntax isJeffrey Yasskin2010-07-161-1/+12
| | | | | implemented. This could actually replace .(a,b) syntax if the language grows optional function parameters.
* Add a test for std._vec.init_elt, and an XFAILed test for std._vec.init_fn.Jeffrey Yasskin2010-07-161-0/+30