about summary refs log tree commit diff
path: root/src/test/run-pass/vec-alloc-append.rs
AgeCommit message (Collapse)AuthorLines
2011-08-12Remove run-pass/vec-alloc-append.rsBrian Anderson-13/+0
There is no ivec::append and this is the only remaining user of vec::append
2011-07-27Reformat for new syntaxMarijn Haverbeke-2/+2
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-8/+7
2011-05-23test: Un-xfail some working testsBrian Anderson-4/+1
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-1/+1
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-1/+1
This should be a snapshot transition.
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-1/+1
(Have fun mergining your stuff with this.)
2011-05-03Assume xfail-stage0 implies stage1 and stage2 in tests, for now.Graydon Hoare-0/+2
2011-03-25Switch xfail system to use comments embedded in source files.Graydon Hoare-0/+1
2010-07-26Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.Patrick Walton-1/+1
2010-07-22Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and ↵Roy Frostig-0/+2
runtime. Closes #109.
2010-07-15XFAIL the new destructor tests; collided with new typechecker; add test for ↵Graydon Hoare-0/+12
issue #109.