| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-08-15 | Working on more spawn test cases. | Eric Holk | -4/+10 | |
| 2011-08-15 | Added a library version of spawn. Before long, we can remove the old version. | Eric Holk | -0/+79 | |
| 2011-08-15 | Move mode for lib comm, converted a few tests. | Eric Holk | -6/+4 | |
| 2011-08-15 | Port ID-based channels. | Eric Holk | -5/+41 | |
| 2011-08-12 | Remove std::ivec::to_vec | Brian Anderson | -8/+0 | |
| Nobody needs to create vecs now | ||||
| 2011-08-12 | Add an ivec interface to the #fmt library functions | Brian Anderson | -29/+53 | |
| It will take a snapshot to finish the ivec conversion for #fmt | ||||
| 2011-08-12 | Remove std::vec | Brian Anderson | -22/+0 | |
| 2011-08-12 | Rename rust_list_files_ivec to rust_list_files | Brian Anderson | -4/+4 | |
| 2011-08-12 | Remove rust_list_files from std and rt | Brian Anderson | -2/+0 | |
| 2011-08-12 | Remove runtime vector builtins | Brian Anderson | -20/+0 | |
| 2011-08-12 | Don't export anything from std::vec | Brian Anderson | -2/+2 | |
| 2011-08-12 | Remove all usages of std::vec::vbuf | Brian Anderson | -41/+15 | |
| 2011-08-12 | Remove last use of vec:buf | Brian Anderson | -8/+2 | |
| 2011-08-12 | Remove vecs from std::sha1 | Brian Anderson | -17/+4 | |
| 2011-08-12 | Remove last uses of vec::len | Brian Anderson | -3/+0 | |
| 2011-08-12 | Convert uint::parse_buf to ivecs | Brian Anderson | -3/+3 | |
| 2011-08-12 | Remove vecs from std::getopts | Brian Anderson | -27/+8 | |
| 2011-08-12 | Remove unused functions from std::vec | Brian Anderson | -316/+0 | |
| 2011-08-12 | Remove more exports from std::vec | Brian Anderson | -9/+1 | |
| 2011-08-12 | Remove more vectors from std | Brian Anderson | -12/+12 | |
| 2011-08-12 | Remove ebmlivec module | Brian Anderson | -1/+0 | |
| 2011-08-12 | Rename std::termivec to std::term | Brian Anderson | -8/+8 | |
| 2011-08-12 | Remove std::term | Brian Anderson | -89/+7 | |
| 2011-08-12 | Remove vecs from std::sort | Brian Anderson | -158/+19 | |
| 2011-08-12 | Remove usages of vec:print_debug_info | Brian Anderson | -2/+0 | |
| 2011-08-12 | Convert std::run to ivecs | Brian Anderson | -9/+11 | |
| 2011-08-12 | Remove vecs from std::bitv | Brian Anderson | -23/+3 | |
| 2011-08-12 | Hide even more exports from std::vec | Brian Anderson | -5/+1 | |
| 2011-08-12 | Remove a bunch of exports from std::vec | Brian Anderson | -7/+0 | |
| 2011-08-12 | Add reverse and reversed to std::ivec | Brian Anderson | -0/+26 | |
| Modify tests to use the ivec version | ||||
| 2011-08-12 | Add some of stdtest::vec into stdtest::ivec | Brian Anderson | -0/+22 | |
| Add missing functions to std::ivec as needed | ||||
| 2011-08-12 | Don't export vec::alloc, vec::refcount | Brian Anderson | -2/+0 | |
| 2011-08-12 | Limit the exports from std::vec | Brian Anderson | -0/+25 | |
| 2011-08-12 | Rename std::ioivec to std::io | Brian Anderson | -36/+36 | |
| 2011-08-12 | Remove std::io | Brian Anderson | -474/+0 | |
| 2011-08-12 | Convert all uses of std::io to std::ioivec | Brian Anderson | -25/+28 | |
| 2011-08-12 | Remove a vbuf import from std::str | Brian Anderson | -1/+0 | |
| 2011-08-12 | Rename str::connect_ivec to str::connect | Brian Anderson | -2/+2 | |
| 2011-08-12 | Remove str::connect | Brian Anderson | -11/+0 | |
| 2011-08-12 | Convert str::concat to ivecs | Brian Anderson | -1/+1 | |
| 2011-08-12 | Rename str::split_ivec to str::split | Brian Anderson | -2/+2 | |
| 2011-08-12 | Remove str::split | Brian Anderson | -16/+0 | |
| 2011-08-12 | Convert str::from_chars, to_chars to ivecs | Brian Anderson | -11/+11 | |
| 2011-08-12 | Remove str_from_vec runtime function | Brian Anderson | -2/+1 | |
| 2011-08-12 | Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes | Brian Anderson | -12/+12 | |
| 2011-08-12 | Remove std::str::unsafe_from_bytes | Brian Anderson | -6/+0 | |
| 2011-08-12 | Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec | Brian Anderson | -9/+11 | |
| 2011-08-12 | Remove str::from_bytes | Brian Anderson | -4/+1 | |
| This is exactly the same as str::unsafe_from_bytes | ||||
| 2011-08-12 | Convert str::is_utf8 to ivecs | Brian Anderson | -2/+2 | |
| 2011-08-12 | Remove vec version of str::bytes, rename bytes_ivec to str::bytes | Brian Anderson | -19/+19 | |
