| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-11 | Remove obsolete type param field from shape information. | Michael Sullivan | -8/+0 | |
| 2012-07-11 | Unify state_lock + kill_lock -> lifecycle_lock (#2787) | Ben Blum | -47/+38 | |
| 2012-07-11 | Linked failure in task.rs instead of rust_task.cpp (#1868, #1189) | Ben Blum | -32/+5 | |
| 2012-07-11 | Add rust_task_kill_other | Ben Blum | -0/+8 | |
| 2012-07-11 | rust_task.h - fix disallow_kill & don't inherit rust_cond | Ben Blum | -2/+2 | |
| 2012-07-10 | Handle failure conditions correctly in pipes. | Eric Holk | -7/+5 | |
| 2012-07-10 | Eliminate some obsolete upcalls. | Michael Sullivan | -56/+0 | |
| 2012-07-10 | Get rid of unused fields in tydescs. Closes #2351. | Michael Sullivan | -25/+5 | |
| 2012-07-06 | Pipes sleep and wake properly. | Eric Holk | -3/+89 | |
| 2012-07-05 | make disallow_kill an int for nested unkillables (closes #2782) | Ben Blum | -5/+6 | |
| 2012-06-29 | std: uv::ll fixes for 32bit linux | Jeff Olson | -2/+0 | |
| 2012-06-29 | std/rt: cleanup and adding sockaddr_in6 mapping for win32 | Jeff Olson | -5/+7 | |
| 2012-06-29 | std: addressing #2656 (ipv6 support in net::tcp) | Jeff Olson | -15/+20 | |
| .. there are some additional FIXME nags in net_tcp (L 1012) about blocking because libuv is holding unsafe ptrs to task local data. the proposed fix going is not really feasible w/ the current design, IMO, but i'll leave it there in case someone really wants to make the case without creating more hassle than it's worth. | ||||
| 2012-06-29 | rt: get rid of unused helpers for AF_INET and add bool-based ones, instead | Jeff Olson | -12/+6 | |
| 2012-06-29 | rt: whitespace cleanup in rust_uv | Jeff Olson | -15/+15 | |
| 2012-06-29 | rt: adding uv_freeaddrinfo binding and tweek signature for uv_getaddrinfo | Jeff Olson | -2/+9 | |
| 2012-06-29 | fix typo in rustrt.def.in | Jeff Olson | -1/+1 | |
| 2012-06-29 | rt: more helper functions to get uv_getaddrinfo going | Jeff Olson | -0/+21 | |
| 2012-06-29 | rt: more sizeof helpers + misc consts for uv_getaddrinfo | Jeff Olson | -0/+37 | |
| 2012-06-29 | rt: add remaining ip string parser/formatter helpers from uv | Jeff Olson | -0/+24 | |
| 2012-06-28 | Cleanup failure handling around rust_new_task_in_sched - closes #2668 | Ben Blum | -2/+6 | |
| 2012-06-28 | move reset_stack_limit off C stack (closes #2679) | Ben Blum | -15/+5 | |
| 2012-06-28 | Fix sys::refcount and remove dbg::refcount | Ben Blum | -8/+0 | |
| 2012-06-28 | Remove FIXME question | Tim Chevalier | -2/+0 | |
| brson said the answer to the question is probably no... so I'm going to be bold and remove this. Closes #2685 | ||||
| 2012-06-28 | Remove obsolete FIXME | Tim Chevalier | -2/+0 | |
| brson said it's obsolete and I trust him. Closes #2695 | ||||
| 2012-06-27 | Tidy fixes | Brian Anderson | -2/+2 | |
| 2012-06-28 | rt: Add task_local_data and related builtin calls (Closes #2680) | Ben Blum | -16/+45 | |
| 2012-06-27 | Change 'upcall fail' to 'task failed at', close #2678. | Graydon Hoare | -3/+1 | |
| 2012-06-27 | More keyword paring and migration in runtime, docs, code modes. | Graydon Hoare | -27/+27 | |
| 2012-06-26 | Fix shape::cmp::walk_res2 | Tim Chevalier | -1/+1 | |
| 2012-06-25 | rt: Fix exports | Brian Anderson | -2/+2 | |
| 2012-06-25 | rt: Remove upcall_malloc/upcall_exchange_malloc. Issue #2681 | Brian Anderson | -21/+0 | |
| 2012-06-25 | rt: Remove lock_free_queue. Unused. Issue #2701 | Brian Anderson | -266/+0 | |
| 2012-06-25 | Merge | Tim Chevalier | -6/+2 | |
| 2012-06-25 | Finish compare glue for classes | Tim Chevalier | -1/+1 | |
| This tests == and !=. I don't know what <, >, etc. should do. Closes #2601 | ||||
| 2012-06-24 | Remove resources | Tim Chevalier | -16/+10 | |
| Also fixed shapes for classes with dtors, as well as handling offsets for classes with dtors correctly in take glue. Closes #2485 | ||||
| 2012-06-22 | Use must_have_lock instead of private functions. (Issue #2700) | Eric Holk | -6/+2 | |
| I hereby declare that messages sent from the same source arrive in order (Issue #2605) Removing FIXME, owned is the correct type here. (Issue #2704) Remove outdated FIXME (Issue #2703) Updating test for spawning native functions (Issue #2602) Removing bogus FIXME (Issue #2599) | ||||
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -72/+82 | |
| 2012-06-21 | Remove unneeded field | Tim Chevalier | -5/+1 | |
| 2012-06-21 | Remove unneeded SHAPE_VEC const | Tim Chevalier | -3/+0 | |
| 2012-06-21 | Comments only: annotate FIXMEs | Tim Chevalier | -14/+15 | |
| 2012-06-21 | Try removing code marked with "I don't think this is necessary" | Tim Chevalier | -15/+1 | |
| 2012-06-21 | Rename upcall_malloc_dyn to just upcall_malloc. | Michael Sullivan | -79/+39 | |
| 2012-06-19 | Fixed a compile error in runtime. | Eric Holk | -1/+2 | |
| 2012-06-19 | Adding a lock/condition variable to libcore. | Eric Holk | -0/+83 | |
| 2012-06-18 | Avoid extra get_current_task()s in many upcalls (performance) | Ben Blum | -44/+71 | |
| 2012-06-18 | Fix generation of str/@. Closes #2638. | Michael Sullivan | -2/+3 | |
| 2012-06-18 | Use unboxed vecs for string shape glue. | Michael Sullivan | -0/+1 | |
| 2012-06-18 | Put type descriptors in strings created by the runtime. Progress on #2638. | Michael Sullivan | -3/+50 | |
| 2012-06-18 | Some cleanup in the runtime. | Michael Sullivan | -8/+9 | |
