about summary refs log tree commit diff
path: root/src/libcore/rt/uvio.rs
AgeCommit message (Expand)AuthorLines
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-1/+3
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-2/+2
2013-05-11Warning policeTim Chevalier-5/+3
2013-05-04Register snapshotsBrian Anderson-16/+0
2013-04-24core: Warning policeBrian Anderson-2/+1
2013-04-23TidyBrian Anderson-1/+1
2013-04-23Merge remote-tracking branch 'brson/io'Brian Anderson-62/+62
2013-04-23core::rt: Tasks to not require an unwinderBrian Anderson-6/+6
2013-04-23core, rustc: Warning policeTim Chevalier-1/+1
2013-04-22core::rt: Fix a use after free in uv 'write'Brian Anderson-1/+4
2013-04-20core: remove unused 'mut' variablesAlex Crichton-1/+1
2013-04-20core: Speed up a test caseBrian Anderson-1/+1
2013-04-20core::rt: Add `next_test_ip4` for generating test addressesBrian Anderson-4/+4
2013-04-20core::rt: Fix a broken uvio testBrian Anderson-3/+20
2013-04-20core::rt: Don't directly create scheduler types in I/O testsBrian Anderson-53/+34
2013-04-20core::rt: Unignore some networking testsBrian Anderson-2/+0
2013-04-20core::rt: Use generated port numbers in testsBrian Anderson-6/+7
2013-04-19core: More tweaks to the thread-local scheduler interfaceBrian Anderson-32/+36
2013-04-19core::rt: Declare large parts of the I/O APIBrian Anderson-0/+1
2013-04-16Merge remote-tracking branch 'brson/sched-cleanup'Brian Anderson-188/+174
2013-04-15core::rt: Narrow down the unsafety of the thread-local schedulerBrian Anderson-24/+18
2013-04-15core::rt: Restructure context switches to take ownership of the SchedulerBrian Anderson-17/+24
2013-04-15core::rt: Make Scheduler::unsafe_local return a fabricated region pointerBrian Anderson-193/+178
2013-04-15core::rt: Rename Scheduler::local to Scheduler::unsafe_localBrian Anderson-15/+15
2013-04-14core::rt: Rename block_running_task_and_then to deschedul_...Brian Anderson-5/+5
2013-04-10core: changes in response to #5656Niko Matsakis-0/+16
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-18/+18
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-11/+5
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-3/+3
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-2/+2
2013-03-18core: Rename rt::io to rt::rtioBrian Anderson-3/+1
2013-03-18core: Convert some multiline statements to single-lineBrian Anderson-8/+4
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-0/+475