summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
2012-07-12Merge remote-tracking branch 'origin/dist-snap' into incomingGraydon Hoare-0/+1
2012-07-12Revert linked failureBen Blum-5/+32
2012-07-12Revert linked failure (lifecycle lock)Ben Blum-38/+47
2012-07-12Revert linked failure (renaming runtime fns)Ben Blum-19/+19
2012-07-12Revert linked failure (rust_port locking)Ben Blum-24/+22
2012-07-12Revert linked failure (killing runtime)Ben Blum-23/+3
2012-07-12Fix linked failure with root taskgroup to kill the runtime too.Ben Blum-3/+23
2012-07-12Proper locking with blocked_on()/wakeup() in rust_port. Closes #2787. Closes ...Ben Blum-22/+24
2012-07-12Rename runtime *_locked() and *_unlocked() fns to *_inner() (closes #2864)Ben Blum-19/+19
2012-07-12Merge branch 'rt-changes' into incomingMichael Sullivan-89/+5
2012-07-11Fix an error for Centos 5Erick Tryzelaar-0/+1
2012-07-11Remove obsolete type param field from shape information.Michael Sullivan-8/+0
2012-07-11Unify state_lock + kill_lock -> lifecycle_lock (#2787)Ben Blum-47/+38
2012-07-11Linked failure in task.rs instead of rust_task.cpp (#1868, #1189)Ben Blum-32/+5
2012-07-11Add rust_task_kill_otherBen Blum-0/+8
2012-07-11rust_task.h - fix disallow_kill & don't inherit rust_condBen Blum-2/+2
2012-07-10Handle failure conditions correctly in pipes.Eric Holk-7/+5
2012-07-10Eliminate some obsolete upcalls.Michael Sullivan-56/+0
2012-07-10Get rid of unused fields in tydescs. Closes #2351.Michael Sullivan-25/+5
2012-07-06Pipes sleep and wake properly.Eric Holk-3/+89
2012-07-05make disallow_kill an int for nested unkillables (closes #2782)Ben Blum-5/+6
2012-06-29std: uv::ll fixes for 32bit linuxJeff Olson-2/+0
2012-06-29std/rt: cleanup and adding sockaddr_in6 mapping for win32Jeff Olson-5/+7
2012-06-29std: addressing #2656 (ipv6 support in net::tcp)Jeff Olson-15/+20
2012-06-29rt: get rid of unused helpers for AF_INET and add bool-based ones, insteadJeff Olson-12/+6
2012-06-29rt: whitespace cleanup in rust_uvJeff Olson-15/+15
2012-06-29rt: adding uv_freeaddrinfo binding and tweek signature for uv_getaddrinfoJeff Olson-2/+9
2012-06-29fix typo in rustrt.def.inJeff Olson-1/+1
2012-06-29rt: more helper functions to get uv_getaddrinfo goingJeff Olson-0/+21
2012-06-29rt: more sizeof helpers + misc consts for uv_getaddrinfoJeff Olson-0/+37
2012-06-29rt: add remaining ip string parser/formatter helpers from uvJeff Olson-0/+24
2012-06-28Cleanup failure handling around rust_new_task_in_sched - closes #2668Ben Blum-2/+6
2012-06-28move reset_stack_limit off C stack (closes #2679)Ben Blum-15/+5
2012-06-28Fix sys::refcount and remove dbg::refcountBen Blum-8/+0
2012-06-28Remove FIXME questionTim Chevalier-2/+0
2012-06-28Remove obsolete FIXMETim Chevalier-2/+0
2012-06-27Tidy fixesBrian Anderson-2/+2
2012-06-28rt: Add task_local_data and related builtin calls (Closes #2680)Ben Blum-16/+45
2012-06-27Change 'upcall fail' to 'task failed at', close #2678.Graydon Hoare-3/+1
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-27/+27
2012-06-26Fix shape::cmp::walk_res2Tim Chevalier-1/+1
2012-06-25rt: Fix exportsBrian Anderson-2/+2
2012-06-25rt: Remove upcall_malloc/upcall_exchange_malloc. Issue #2681Brian Anderson-21/+0
2012-06-25rt: Remove lock_free_queue. Unused. Issue #2701Brian Anderson-266/+0
2012-06-25MergeTim Chevalier-6/+2
2012-06-25Finish compare glue for classesTim Chevalier-1/+1
2012-06-24Remove resourcesTim Chevalier-16/+10
2012-06-22Use must_have_lock instead of private functions. (Issue #2700)Eric Holk-6/+2
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-72/+82
2012-06-21Remove unneeded fieldTim Chevalier-5/+1