about summary refs log tree commit diff
path: root/src/lib
AgeCommit message (Expand)AuthorLines
2011-08-27Convert std::uint to istrs. Issue #855Brian Anderson-17/+24
2011-08-27Rename std::istr::from_str/to_str to from_estr/to_estr. Issue #855Brian Anderson-3/+3
2011-08-27Convert std::bitv to istrs. Issue #855Brian Anderson-3/+5
2011-08-26stdlib: Added a treemap traversal function.Eric Holk-0/+23
2011-08-26stdlib: Added an incredibly simple treemap.Eric Holk-0/+77
2011-08-25Remove remaining use of 'pred' and make 'pred' a non-reserved word. Huzzah\!Tim Chevalier-2/+2
2011-08-25Change "pred" to "pure fn" in all libraries and test casesTim Chevalier-11/+11
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-100/+103
2011-08-25Fix istr::unsafe_from_bytes. Issue #855Brian Anderson-1/+2
2011-08-23Resolve a number of FIXMEsBrian Anderson-13/+0
2011-08-23Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...Graydon Hoare-7/+3
2011-08-23Cleanup formatting in std::sha1Brian Anderson-35/+15
2011-08-22Add ivec::from_str and to_str methods. Issue #855Brian Anderson-0/+18
2011-08-22Add std::istr. Issue #855Brian Anderson-0/+429
2011-08-22Promote std::task::rustrt::leak to std::unsafe::leakBrian Anderson-3/+8
2011-08-20ReformatBrian Anderson-754/+640
2011-08-19Add an iter2 iterator to vec.Michael Sullivan-0/+8
2011-08-18Rename various things from ivec to vecBrian Anderson-4/+2
2011-08-18Remove or _-prefix all unused function argumentsMarijn Haverbeke-8/+8
2011-08-17Better type inference for chans and ports.Eric Holk-28/+24
2011-08-17Remove last mentions of vec<> type in Rust sourceBrian Anderson-8/+0
2011-08-17Use the new task join methods in the test runner. Closes #826Brian Anderson-5/+8
2011-08-17Remove more hacks from the test runnerBrian Anderson-9/+2
2011-08-17Simplify default_test_to_taskBrian Anderson-8/+4
2011-08-17Convenience methods for spawning and joining tasks.Eric Holk-2/+17
2011-08-17Making more of the rust_task structure directly accessible from Rust.Eric Holk-18/+30
2011-08-17Yet another comm interface.Eric Holk-14/+28
2011-08-17Restore test task setupBrian Anderson-4/+1
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-5/+9
2011-08-17Remove transitional interfaces from std::extfmtBrian Anderson-18/+1
2011-08-17Purge vecs from the std::test interfaceBrian Anderson-5/+1
2011-08-16Updating to new type parameter syntax.Eric Holk-3/+3
2011-08-16New channel-based task status notifications.Eric Holk-9/+43
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