summary refs log tree commit diff
path: root/src/libstd/uv_ll.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-16/+16
2013-03-28Removing unused importsAlex Crichton-1/+5
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-0/+1919
2013-03-18core: Simplify uvll bindings and strip out currently-unused bitsBrian Anderson-18/+0
2013-03-18Give core::rt and std::net their own uvll bindingsBrian Anderson-0/+1939
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-1923/+0
2013-03-07test: Fix tests.Patrick Walton-2/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-16/+16
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-3/+6
2013-03-07libstd: Remove `extern mod { ... }` from libstd. rs=deexterningPatrick Walton-138/+146
2013-03-03rustc: MIPS32 supportJyun-Yan You-1/+13
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-1/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-15libstd: Get rid of `move`.Luqman Aden-1/+0
2013-02-14fix bug in uv_ll tests uncovered by not zeroingDaniel Micay-3/+3
2013-02-11std: Fix uv_tcp_t size on i686-apple-darwinBrian Anderson-19/+66
2013-02-10std: fix libuv structs on macosJeff Olson-2/+35
2013-02-10rt/std: update of libuv API glue for libuv submodule updateJeff Olson-120/+95
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-5/+5
2013-02-04std: Stamp out structural recordsTim Chevalier-1/+1
2013-01-29std: Stop using oldcommBrian Anderson-29/+30
2013-01-24std: Mop up Mac/Linux breakageTim Chevalier-2/+2
2013-01-24std: Fix broken Windows functionTim Chevalier-1/+1
2013-01-24convert most of libstd over to structsErick Tryzelaar-188/+243
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-382/+413
2013-01-13Support ARM and Androidkyeongwoon-0/+15
2013-01-11libstd: Fix std test. rs=bustedPatrick Walton-82/+105
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-94/+109
2013-01-09std: fix net::tcp::test fallout from 2db3abd harderGraydon Hoare-0/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+8
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-8/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+8
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-11/+19
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+8
2012-12-14Rename core::comm to core::oldcommBrian Anderson-19/+18
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-20std: Shuffle around test ports some moreBrian Anderson-1/+1
2012-10-20uv: implement a way to get client's ip/port.Luqman Aden-0/+22
2012-10-11Fix from_buf in test casesTim Chevalier-2/+2
2012-10-05std: Revert demoding of uv_ll. It can't be done without FFI changesBrian Anderson-6/+6
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-6/+6
2012-10-04De-mode comm::ChanTim Chevalier-3/+3
2012-10-03std: Fix double free in uvBrian Anderson-3/+3
2012-10-03Remove uses of + mode from libstdTim Chevalier-3/+3
2012-10-01De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583.Graydon Hoare-140/+131
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-22/+22
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+11
2012-09-19std: Partially demode uv::llBrian Anderson-10/+10
2012-09-13s/vec::as_buf/vec::as_imm_buf/, fix comment, remove set.rsNiko Matsakis-2/+2
2012-09-12Rename str::unsafe to str::rawBrian Anderson-6/+6