summary refs log tree commit diff
path: root/src/libstd/uv.rs
AgeCommit message (Expand)AuthorLines
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-6/+6
2012-03-14allow immut vars to be moved. enforce mut vars after stage0 in std.Niko Matsakis-4/+4
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-7/+7
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-34/+34
2012-03-09Add an infinite loop constructTim Chevalier-31/+31
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-6/+7
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-7/+6
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-6/+7
2012-02-28std: Ignore uv tests on FreeBSDBrian Anderson-0/+2
2012-02-28changing rust loop to 1 threadJeff Olson-1/+1
2012-02-28add uv::loop_delete()Jeff Olson-30/+67
2012-02-28correcting for libuv behavior that differs between linux & windowsJeff Olson-4/+34
2012-02-28moving new uv stuff into uv.rs and rust_uv.cppJeff Olson-150/+520
2012-02-02Update libuv.Graydon Hoare-43/+35
2012-02-02Win32 warning police.Graydon Hoare-45/+42
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+44
2012-01-01freebsd supportUser Jyyou-1/+4
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-12-19preparing for removing math from stdStefan Plantikow-0/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+150