| Age | Commit message (Expand) | Author | Lines |
| 2012-05-18 | add a new debugging aid--tracing | Niko Matsakis | -0/+1 |
| 2012-05-15 | core: Add task::unkillable | Brian Anderson | -0/+2 |
| 2012-05-03 | core: Add comm::recv_chan to receive from a channel | Brian Anderson | -0/+3 |
| 2012-04-30 | core: Serialize all access to the environment using a weak global task | Brian Anderson | -1/+2 |
| 2012-04-27 | rt: remove unneccesary c++ functions and rust_kernel data, re: global loop | Jeff Olson | -2/+0 |
| 2012-04-27 | std: add ll::loop_refcount binding for uv_loop_refcount | Jeff Olson | -0/+1 |
| 2012-04-20 | std: get_monitor_task_gl() is global_loop::get() default | Jeff Olson | -0/+1 |
| 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 | -1/+0 |
| 2012-04-20 | remove rustrt.def.in entry for no-longer-existent c++ function | Jeff Olson | -1/+0 |
| 2012-04-20 | bindings to get/set data field on uv_loop_t* and debug log cleanup | Jeff Olson | -0/+2 |
| 2012-04-20 | add needed fields for global libuv loop + bindings to manage from rust | Jeff Olson | -0/+4 |
| 2012-04-20 | adding low-level uv_timer_* stuff to libuv bindings | Jeff Olson | -0/+2 |
| 2012-04-16 | Get explicit unique estrs working. | Graydon Hoare | -0/+2 |
| 2012-04-07 | core: Add priv::weaken_task | Brian Anderson | -0/+2 |
| 2012-04-06 | core: Add priv::chan_from_global_ptr | Brian Anderson | -0/+1 |
| 2012-04-06 | removed this binding a few commits back. missed it in rustrt.def.in | Jeff Olson | -1/+0 |
| 2012-04-06 | add libuv error msg helpers.. flushing out windows tcp issue. | Jeff Olson | -0/+2 |
| 2012-04-06 | add low-level uv_async bindings for use in tcp test | Jeff Olson | -0/+2 |
| 2012-04-06 | hello world test for a tcp server in libuv | Jeff Olson | -2/+6 |
| 2012-04-06 | adding missing rust_uv_* entries in rustrt.def.in | Jeff Olson | -0/+27 |
| 2012-04-03 | std: add localtime/gmtime support. | Erick Tryzelaar | -0/+4 |
| 2012-04-03 | Merge remote-tracking branch 'brson/mainthread' | Brian Anderson | -0/+1 |
| 2012-04-03 | core: Add a scheduler mode, osmain, to spawn onto the main scheduler | Brian Anderson | -0/+1 |
| 2012-04-02 | Construct new strings through upcalls. | Graydon Hoare | -0/+1 |
| 2012-03-20 | Some tests for passing and returning structures by value on x64. Close #1402.... | Graydon Hoare | -0/+2 |
| 2012-03-19 | Send string concatenation to specialized upcall, shave 17s off librustc compi... | Graydon Hoare | -0/+1 |
| 2012-03-16 | Remove shared tydescs | Marijn Haverbeke | -2/+0 |
| 2012-03-16 | Remove dynastack support from runtime | Marijn Haverbeke | -4/+0 |
| 2012-03-16 | Get rid of rust_crate_cache in the runtime | Marijn Haverbeke | -2/+0 |
| 2012-03-15 | core: Channels are just port ids | Brian Anderson | -1/+1 |
| 2012-03-05 | rt: Add a hack to fix a port detach bug | Brian Anderson | -0/+1 |
| 2012-03-05 | rt: Fix the atomic get_ref_count method to avoid races | Brian Anderson | -1/+0 |
| 2012-03-05 | rt: Properly block tasks while waiting for port detach | Brian Anderson | -1/+2 |
| 2012-03-05 | Remove dead code from rt (debug_obj, rust_obj, rust_closure, rust_box_obj, ru... | Graydon Hoare | -1/+0 |
| 2012-03-02 | retool inline encoding to handle methods, fix tests | Niko Matsakis | -1/+0 |
| 2012-02-29 | add the ability to snag the frame so we can verify that we are inlining | Niko Matsakis | -1/+2 |
| 2012-02-28 | add rust_uv_loop_delete to rustrt.def.in | Jeff Olson | -0/+1 |
| 2012-02-28 | moving new uv stuff into uv.rs and rust_uv.cpp | Jeff Olson | -30/+11 |
| 2012-02-28 | fzzzy's patch for rustrt.def.in | Jeff Olson | -0/+13 |
| 2012-02-18 | rt: rename nano_time() builtin to match time::precise_time_ns() | Chris Peterson | -1/+1 |
| 2012-02-17 | rt: Make upcall_vec_push an intrinsic | Brian Anderson | -1/+1 |
| 2012-02-16 | rt: Add rust_port_select function | Brian Anderson | -0/+1 |
| 2012-02-14 | rt: Add a Rust callback debugging function | Brian Anderson | -0/+1 |
| 2012-02-09 | rt: Add upcall_call_shim_on_rust_stack | Brian Anderson | -0/+1 |
| 2012-02-09 | rt: Remove unused builtins | Brian Anderson | -4/+0 |
| 2012-02-09 | rt: Add a function for configuring task notification | Brian Anderson | -0/+1 |
| 2012-02-08 | core: Add a test for blocking in native code | Brian Anderson | -0/+6 |
| 2012-02-08 | rt: Export a scheduler API | Brian Anderson | -0/+3 |
| 2012-02-07 | Make process-spawning take environments and working directories, remove procs... | Graydon Hoare | -0/+1 |