Brian Anderson
|
5f71a204d3
|
Remove vecs from std::getopts
|
2011-08-12 12:14:07 -07:00 |
|
Brian Anderson
|
8840fab822
|
Remove unused functions from std::vec
|
2011-08-12 12:14:07 -07:00 |
|
Brian Anderson
|
784884cc07
|
Remove more exports from std::vec
|
2011-08-12 12:14:06 -07:00 |
|
Brian Anderson
|
f323aeed17
|
Remove more vectors from std
|
2011-08-12 12:14:06 -07:00 |
|
Brian Anderson
|
0fed53921f
|
Remove ebmlivec module
|
2011-08-12 12:14:06 -07:00 |
|
Brian Anderson
|
674fb0911c
|
Rename std::termivec to std::term
|
2011-08-12 12:14:06 -07:00 |
|
Brian Anderson
|
495b0bf65e
|
Remove std::term
|
2011-08-12 12:14:06 -07:00 |
|
Brian Anderson
|
7625ed52ee
|
Remove vecs from std::sort
|
2011-08-12 12:14:06 -07:00 |
|
Brian Anderson
|
abf41e15ea
|
Remove usages of vec:print_debug_info
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
13439dc870
|
Convert std::run to ivecs
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
5c042a02cd
|
Remove vecs from std::bitv
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
72773e6d4d
|
Hide even more exports from std::vec
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
28437a1890
|
Convert compile-fail/alias-mismatch to ivecs
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
b762ba0890
|
Convert benchmarks to ivecs
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
5ed5ae8918
|
Remove a bunch of exports from std::vec
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
48ad07b5d6
|
Convert run-pass/import-glob-crate to ivecs
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
cb59e28679
|
Convert run-pass/mod-view-items to ivecs
|
2011-08-12 12:11:12 -07:00 |
|
Brian Anderson
|
a76165f670
|
Move the ivec::reverse tests to stdtest
|
2011-08-12 12:11:11 -07:00 |
|
Brian Anderson
|
4dec0f6d96
|
Add reverse and reversed to std::ivec
Modify tests to use the ivec version
|
2011-08-12 12:11:11 -07:00 |
|
Brian Anderson
|
97dc75da16
|
Remove stdtest::vec
|
2011-08-12 12:11:11 -07:00 |
|
Brian Anderson
|
ae4c17e267
|
Add some of stdtest::vec into stdtest::ivec
Add missing functions to std::ivec as needed
|
2011-08-12 12:10:25 -07:00 |
|
Brian Anderson
|
9638f522bd
|
Don't export vec::alloc, vec::refcount
|
2011-08-12 12:08:28 -07:00 |
|
Brian Anderson
|
3814d8d4b0
|
Convert run-pass/vec-append to ivecs
|
2011-08-12 12:08:28 -07:00 |
|
Brian Anderson
|
c06d95f178
|
Remove references to std::vec from compile-fail/cross-crate-glob-collision.rs
|
2011-08-12 12:08:28 -07:00 |
|
Brian Anderson
|
e790f1e6c5
|
Remove run-pass/vec-alloc-append.rs
There is no ivec::append and this is the only remaining user of vec::append
|
2011-08-12 12:08:28 -07:00 |
|
Brian Anderson
|
fc7664e4c6
|
Remove run-pass/vec-ref-count.rs
This test will be irellevant when vecs are gone
|
2011-08-12 12:08:28 -07:00 |
|
Brian Anderson
|
a679ea5c3c
|
Limit the exports from std::vec
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
7d05da96f7
|
Rename std::ioivec to std::io
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
0b71d1d445
|
Remove std::io
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
82b1e3f5cc
|
Convert all uses of std::io to std::ioivec
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
c0846525e8
|
Remove a vbuf import from std::str
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
119f43e0c7
|
Rename str::connect_ivec to str::connect
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
21693db2a7
|
Remove str::connect
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
369be5c8df
|
Convert uses of str::connect to str::connect_ivec
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
09cc957030
|
Convert str::concat to ivecs
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
1e397eee2a
|
Rename str::split_ivec to str::split
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
e3e9811b7f
|
Remove str::split
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
64f53dfbb0
|
Convert uses of str::split to split_ivec
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
cfb9cba19f
|
Convert str::from_chars, to_chars to ivecs
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
878fbac278
|
Remove str_from_vec runtime function
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
740196987e
|
Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
6050e1d4f6
|
Remove std::str::unsafe_from_bytes
|
2011-08-12 12:08:27 -07:00 |
|
Brian Anderson
|
a9ce342fa3
|
Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec
|
2011-08-12 12:08:26 -07:00 |
|
Brian Anderson
|
49b80f9bf7
|
Remove str::from_bytes
This is exactly the same as str::unsafe_from_bytes
|
2011-08-12 12:08:26 -07:00 |
|
Brian Anderson
|
7e255335d2
|
Convert str::is_utf8 to ivecs
|
2011-08-12 12:08:26 -07:00 |
|
Brian Anderson
|
2e7e58812b
|
Remove vec version of str::bytes, rename bytes_ivec to str::bytes
|
2011-08-12 12:08:26 -07:00 |
|
Brian Anderson
|
d6626143cc
|
Remove vecs from compiletest
|
2011-08-12 12:08:26 -07:00 |
|
Brian Anderson
|
4caeba9178
|
Remove vecs from the rustc driver
|
2011-08-12 12:08:26 -07:00 |
|
Brian Anderson
|
b32889d82c
|
Remove vecs from simplext
|
2011-08-12 12:08:26 -07:00 |
|
Brian Anderson
|
f195814df3
|
Begin removing vecs from #fmt
|
2011-08-12 12:08:26 -07:00 |
|