Patrick Walton
|
5d90b1df4b
|
stdlib: Add ivec::grow() and ivec::grow_fn()
|
2011-06-18 16:29:45 -07:00 |
|
Patrick Walton
|
ef65542b1d
|
test: Add test cases for ivec::init_elt, ivec::last, and ivec::slice
|
2011-06-18 16:05:44 -07:00 |
|
Patrick Walton
|
a4eb6630f3
|
rustc: Increment by the dynamically-computed size in ivec::trans_append. Uncomment init_fn test in lib-ivec.
|
2011-06-17 19:01:14 -07:00 |
|
Patrick Walton
|
e0afcb400b
|
test: Comment out the init-fn line in lib-ivec. Puts out burning tinderbox.
|
2011-06-17 17:53:43 -07:00 |
|
Patrick Walton
|
5fb9325848
|
rustc: Fix a bunch of memory management bugs relating to generic interior vectors. Uncomment all tests in lib-ivec.
|
2011-06-17 17:31:24 -07:00 |
|
Patrick Walton
|
982f51aa95
|
stdlib: Fix reserve on zero-length interior vectors; uncomment test_unsafe_ptrs()
|
2011-06-16 18:01:57 -07:00 |
|
Patrick Walton
|
d47101703e
|
stdlib: Sketch out ivec::init_fn, currently segfaulting
|
2011-06-16 17:48:59 -07:00 |
|
Brian Anderson
|
a68a5c9b5e
|
Disable lib-ivec's test_unsafe_ptrs. Not working here
|
2011-06-16 17:34:39 -07:00 |
|
Patrick Walton
|
40746fa447
|
rustc: Implement conversions from interior vector data to unsafe pointers and vice-versa
|
2011-06-16 17:07:02 -07:00 |
|
Patrick Walton
|
050f62983d
|
stdlib: Introduce an ivec module into the standard library; add a minimal test case
|
2011-06-16 16:08:26 -07:00 |
|