about summary refs log tree commit diff
path: root/src/lib
AgeCommit message (Expand)AuthorLines
2011-08-16Port the stdlib to the expr foo::<T> syntax.Erick Tryzelaar-141/+147
2011-08-16Port the stdlib to the decl foo<T> syntax.Erick Tryzelaar-144/+144
2011-08-16Port the stdlib to the typaram foo<T> syntax.Erick Tryzelaar-144/+144
2011-08-16Rename std::ivec to std::vecBrian Anderson-100/+100
2011-08-16Replace std::ufind with std::ufindivec. Remove std::ufindivecBrian Anderson-60/+7
2011-08-16Rename bitv::to_ivec to to_vecBrian Anderson-5/+5
2011-08-16Continue migrating the std #fmt interface to ivecsBrian Anderson-28/+20
2011-08-16Add and use an ivec interface to std::testBrian Anderson-5/+8
2011-08-16Updating sio tests.Eric Holk-1/+0
2011-08-16Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne...Eric Holk-123/+160
2011-08-16Clean up zip and unzip in std::ivecMarijn Haverbeke-18/+13
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-45/+45
2011-08-15Add operator 'copy', translates as fall-through.Graydon Hoare-2/+5
2011-08-15Properly ref counting to fix valgrind issues on linux.Eric Holk-0/+6
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-15/+20
2011-08-15Removed old object-based chans.Eric Holk-29/+3
2011-08-15Fixed memory accounting and task stack creation bugs.Eric Holk-0/+3
2011-08-15Working on more spawn test cases.Eric Holk-4/+10
2011-08-15Added a library version of spawn. Before long, we can remove the old version.Eric Holk-0/+79
2011-08-15Move mode for lib comm, converted a few tests.Eric Holk-6/+4
2011-08-15Port ID-based channels.Eric Holk-5/+41
2011-08-12Remove std::ivec::to_vecBrian Anderson-8/+0
2011-08-12Add an ivec interface to the #fmt library functionsBrian Anderson-29/+53
2011-08-12Remove std::vecBrian Anderson-22/+0
2011-08-12Rename rust_list_files_ivec to rust_list_filesBrian Anderson-4/+4
2011-08-12Remove rust_list_files from std and rtBrian Anderson-2/+0
2011-08-12Remove runtime vector builtinsBrian Anderson-20/+0
2011-08-12Don't export anything from std::vecBrian Anderson-2/+2
2011-08-12Remove all usages of std::vec::vbufBrian Anderson-41/+15
2011-08-12Remove last use of vec:bufBrian Anderson-8/+2
2011-08-12Remove vecs from std::sha1Brian Anderson-17/+4
2011-08-12Remove last uses of vec::lenBrian Anderson-3/+0
2011-08-12Convert uint::parse_buf to ivecsBrian Anderson-3/+3
2011-08-12Remove vecs from std::getoptsBrian Anderson-27/+8
2011-08-12Remove unused functions from std::vecBrian Anderson-316/+0
2011-08-12Remove more exports from std::vecBrian Anderson-9/+1
2011-08-12Remove more vectors from stdBrian Anderson-12/+12
2011-08-12Remove ebmlivec moduleBrian Anderson-1/+0
2011-08-12Rename std::termivec to std::termBrian Anderson-8/+8
2011-08-12Remove std::termBrian Anderson-89/+7
2011-08-12Remove vecs from std::sortBrian Anderson-158/+19
2011-08-12Remove usages of vec:print_debug_infoBrian Anderson-2/+0
2011-08-12Convert std::run to ivecsBrian Anderson-9/+11
2011-08-12Remove vecs from std::bitvBrian Anderson-23/+3
2011-08-12Hide even more exports from std::vecBrian Anderson-5/+1
2011-08-12Remove a bunch of exports from std::vecBrian Anderson-7/+0
2011-08-12Add reverse and reversed to std::ivecBrian Anderson-0/+26
2011-08-12Add some of stdtest::vec into stdtest::ivecBrian Anderson-0/+22
2011-08-12Don't export vec::alloc, vec::refcountBrian Anderson-2/+0
2011-08-12Limit the exports from std::vecBrian Anderson-0/+25