about summary refs log tree commit diff
path: root/src/libstd/uv_iotask.rs
AgeCommit message (Expand)AuthorLines
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-1/+1
2013-05-08libcore: Remove mutable fields from the task builder APIPatrick Walton-3/+3
2013-05-09Fix typosSean Moon-1/+1
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-6/+5
2013-04-28make way for a new iter moduleDaniel Micay-2/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-04-19std: clean up tests (mostly unused unsafe blocks)Alex Crichton-61/+53
2013-04-18core::comm: Modernize constructors to use `new`Brian Anderson-3/+3
2013-04-14std: remove unused unsafe blocks/functionsAlex Crichton-4/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-11Remove uses of logBrian Anderson-15/+14
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-02libstd: Remove `fn@`, `fn~`, and `fn&` from libstd. rs=defunPatrick Walton-3/+2
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-109/+105
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-15libstd: Get rid of `move`.Luqman Aden-2/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-10std: strip sillyness from debug comment in iotask teardownJeff Olson-1/+1
2013-02-10rt/std: update of libuv API glue for libuv submodule updateJeff Olson-5/+9
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+0
2013-02-04std: Stamp out structural recordsTim Chevalier-9/+7
2013-01-29std: Stop using oldcommBrian Anderson-17/+17
2013-01-25Merge remote-tracking branch 'brson/nocommupstream'Brian Anderson-44/+70
2013-01-24convert most of libstd over to structsErick Tryzelaar-7/+7
2013-01-23std: Convert uv_global_loop to use pipesBrian Anderson-26/+46
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-112/+136
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-4/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+4
2012-12-28libstd: Fix tests. rs=bustagePatrick Walton-0/+3
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-0/+5
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-4/+7
2012-12-14Rename core::comm to core::oldcommBrian Anderson-18/+17
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-4/+3
2012-10-04Kill bootstrapping code in ptrTim Chevalier-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-4/+4
2012-10-03Remove uses of + mode from libstdTim Chevalier-2/+2
2012-10-01De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583.Graydon Hoare-10/+4
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-5/+5
2012-09-28std: Eliminate deprecated patternsBrian Anderson-2/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-19std: Demode uv::iotaskBrian Anderson-3/+6
2012-09-10Make remaining moves explicit in libstdTim Chevalier-2/+2
2012-09-04libstd: "import" -> "use"Patrick Walton-6/+6
2012-08-29std: More camel casingBrian Anderson-29/+29
2012-08-27Camel case various core constructorsBrian Anderson-10/+10
2012-08-24Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...Michael Sullivan-1/+1