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