| Age | Commit message (Expand) | Author | Lines |
| 2012-06-04 | rt: Unique allocations have -1 ref count | Brian Anderson | -0/+3 |
| 2012-06-04 | Moved log method into logger class better than scheduler fixes #2495 | Arkaitz Jimenez | -24/+25 |
| 2012-06-03 | rt: Add a FIXME about #2495 | Brian Anderson | -0/+1 |
| 2012-06-03 | Show ellipsis sign when log line is truncated | Arkaitz Jimenez | -1/+7 |
| 2012-06-02 | rt: Improve docs for main, kernel, scheduler, and task | Brian Anderson | -37/+120 |
| 2012-05-31 | rt: Refactor task failure to go through rust_task_fail | Brian Anderson | -3/+45 |
| 2012-05-30 | rt: Don't zero the unique box header | Brian Anderson | -1/+3 |
| 2012-05-30 | rt: Remove upcall_shared_malloc/free/realloc | Brian Anderson | -86/+3 |
| 2012-05-30 | rt: Fix build errors on win | Brian Anderson | -3/+3 |
| 2012-05-30 | rt: Fix vec_from_buf_shared for new vecs | Brian Anderson | -5/+6 |
| 2012-05-30 | rt: Fix rust_list_files for new vecs | Brian Anderson | -5/+5 |
| 2012-05-30 | Various changes for self-describing vecs | Brian Anderson | -59/+68 |
| 2012-05-30 | rt: Add yet another allocating upcall | Brian Anderson | -14/+44 |
| 2012-05-30 | rustc: Make unique boxes self-describing | Brian Anderson | -6/+26 |
| 2012-05-30 | rt: Add upcall_exchange_malloc/free | Brian Anderson | -1/+58 |
| 2012-05-23 | A shareable atomically reference counted pointer wrapper. | Eric Holk | -0/+12 |
| 2012-05-22 | std: splitting out tcp server API + tests | Jeff Olson | -2/+2 |
| 2012-05-22 | std: splitting out tcp server API WIP | Jeff Olson | -2/+2 |
| 2012-05-22 | rt: adding rust_uv_* binding for kernel malloc and free'ing :/ | Jeff Olson | -0/+12 |
| 2012-05-21 | rt: Fix def of isaac_seed on windows | Brian Anderson | -3/+3 |
| 2012-05-21 | add a seeded random number generator so that sequences of random numbers can ... | Gareth Daniel Smith | -43/+77 |
| 2012-05-19 | expose tzset | Erick Tryzelaar | -1/+6 |
| 2012-05-18 | add a new debugging aid--tracing | Niko Matsakis | -0/+23 |
| 2012-05-15 | rt: Make task killing synchronization possibly more correct | Brian Anderson | -4/+12 |
| 2012-05-15 | core: Add task::unkillable | Brian Anderson | -1/+30 |
| 2012-05-15 | get preservation of boxes working, at least in simple cases | Niko Matsakis | -1/+0 |
| 2012-05-15 | make poison-on-free work, disable copying if borrowck is enabled | Niko Matsakis | -5/+14 |
| 2012-05-07 | rt: Start tasks, ports and scheds at 1, assert when we see 0. Closes #2321 | Brian Anderson | -3/+5 |
| 2012-05-03 | core: Add comm::recv_chan to receive from a channel | Brian Anderson | -0/+21 |
| 2012-05-03 | More shape fixes for evecs. | Graydon Hoare | -27/+30 |
| 2012-05-03 | Implement better shape code for evec, estr. | Graydon Hoare | -10/+249 |
| 2012-05-02 | rt: Fix some record alignment issues on windows | Brian Anderson | -0/+2 |
| 2012-05-02 | Revert "rt: Fix some record alignment issues on windows" | Brian Anderson | -2/+0 |
| 2012-05-02 | rt: Fix some record alignment issues on windows | Brian Anderson | -0/+2 |
| 2012-05-02 | Remove unused sp_size arg passed through walk_vec{1,2} in shape code. | Graydon Hoare | -10/+10 |
| 2012-05-02 | Make rust_shape.h agree with shape.rs about meaning of shape code #31. | Graydon Hoare | -1/+1 |
| 2012-04-30 | core: Serialize all access to the environment using a weak global task | Brian Anderson | -4/+14 |
| 2012-04-27 | rt/std: whitespace cleanup + work on hl/global_loop docs | Jeff Olson | -1/+1 |
| 2012-04-27 | rt: remove unneccesary c++ functions and rust_kernel data, re: global loop | Jeff Olson | -18/+0 |
| 2012-04-27 | std: add ll::loop_refcount binding for uv_loop_refcount | Jeff Olson | -0/+6 |
| 2012-04-26 | rt: Fix shape alignment of 64-bit ints on x86. Issue #2303 | Brian Anderson | -0/+12 |
| 2012-04-20 | whitespace cleanup | Jeff Olson | -1/+1 |
| 2012-04-20 | std: get_monitor_task_gl() is global_loop::get() default | Jeff Olson | -0/+6 |
| 2012-04-20 | adding missing binding to rustrt.def.in | Jeff Olson | -0/+1 |
| 2012-04-20 | replace impl of globa_async_handle with one using atomic compare-and-swap | Jeff Olson | -15/+7 |
| 2012-04-20 | remove rustrt.def.in entry for no-longer-existent c++ function | Jeff Olson | -1/+0 |
| 2012-04-20 | don't use ::malloc for initializing the global_async_handle in rust_kernel | Jeff Olson | -6/+4 |
| 2012-04-20 | clean and trying the global loop test as two separate loop lifetimes.. | Jeff Olson | -2/+2 |
| 2012-04-20 | rt: whitespace cleanup for existing libuv integration | Jeff Olson | -16/+16 |
| 2012-04-20 | bindings to get/set data field on uv_loop_t* and debug log cleanup | Jeff Olson | -11/+25 |