| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename lib tests, enable lib-int.rs using _str.eq for now. | Graydon Hoare | 2010-08-24 | 1 | -49/+0 |
| | | |||||
| * | Address _vec.map allocation FIXME. Add test. | Roy Frostig | 2010-08-03 | 1 | -0/+12 |
| | | |||||
| * | Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. | Patrick Walton | 2010-07-26 | 1 | -13/+13 |
| | | |||||
| * | Re-introduce bits of vec-lib test that blocked on now-fixed issue #108. | Roy Frostig | 2010-07-22 | 1 | -6/+2 |
| | | |||||
| * | Add a _vec.slice function that'll hold us over until .(a,b) syntax is | Jeffrey Yasskin | 2010-07-16 | 1 | -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 Yasskin | 2010-07-16 | 1 | -0/+30 |