summary refs log tree commit diff
path: root/src/libstd/uv_iotask.rs
AgeCommit message (Expand)AuthorLines
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
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-11/+11
2012-08-16Add std::comm with DuplexStreamEric Holk-12/+13
2012-08-15Convert more core types to camel caseBrian Anderson-11/+11
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-6/+2
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-11/+11
2012-07-23Convert os/priv/uv to new task_builder interfaceBen Blum-4/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-5/+5
2012-07-10libcore: add a task::set_sched_mode fnErick Tryzelaar-10/+2
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-44/+38
2012-07-04Remove empty argument lists from do expressionsBen Striegel-5/+5
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-2/+2
2012-07-03Change crust -> extern.Graydon Hoare-7/+7
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-7/+7
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-8/+8
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-05-25std: More iotask cleanupBrian Anderson-23/+22
2012-05-25std: Remove unused iotask field `active`Brian Anderson-28/+17
2012-05-25std: Rename uv::hl to uv::iotask. Additional cleanupBrian Anderson-0/+284