rust/src/rt
2011-07-10 01:20:18 -07:00
..
arch/i386
bigint
intrinsics rt: Remove the _2 prefix from intrinsics; all rust-intrinsics now use explicit return pointers 2011-07-10 01:20:18 -07:00
isaac
msvc
sync Work on debugging race conditions. 2011-07-07 18:22:27 -07:00
test Removed what seems to be the last of the calls to rand(). Closes #582. 2011-07-06 11:50:25 -07:00
uthash
util
circular_buffer.cpp Fixed two races. 2011-07-07 18:22:27 -07:00
circular_buffer.h Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
globals.h
main.ll.in
memcheck.h
memory_region.cpp Made TRACK_ALLOCATIONS add only constant time overhead. This makes it 2011-07-07 18:22:27 -07:00
memory_region.h Work on debugging race conditions. 2011-07-07 18:22:27 -07:00
memory.h Some cleanup 2011-07-07 18:32:45 -07:00
rust_builtin.cpp stdlib: Implement str::unsafe_from_bytes_ivec() 2011-07-08 22:23:11 -07:00
rust_chan.cpp Some cleanup 2011-07-07 18:32:45 -07:00
rust_chan.h Work on debugging race conditions. 2011-07-07 18:22:27 -07:00
rust_comm.cpp
rust_crate_cache.cpp Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_internal.h Tightened up the scoping for our various new operators, which should 2011-07-07 18:22:27 -07:00
rust_kernel.cpp Add realloc method to rust_kernel 2011-07-06 20:37:27 -07:00
rust_kernel.h Add realloc method to rust_kernel 2011-07-06 20:37:27 -07:00
rust_log.cpp Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_log.h Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_message.cpp Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_message.h Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_port.cpp Work on debugging race conditions. 2011-07-07 18:22:27 -07:00
rust_port.h Work on debugging race conditions. 2011-07-07 18:22:27 -07:00
rust_proxy.cpp
rust_proxy.h
rust_run_program.cpp
rust_scheduler.cpp Added a task wakeup callback. Closes #599. 2011-07-06 11:30:00 -07:00
rust_scheduler.h Adding support for pinning tasks to the currently running thread. Closes #598. 2011-06-29 18:47:47 -07:00
rust_srv.cpp Removing the synchronized memory region from tasks. 2011-07-07 18:22:27 -07:00
rust_srv.h Removing the synchronized memory region from tasks. 2011-07-07 18:22:27 -07:00
rust_task_list.cpp Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_task_list.h Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_task.cpp Added an environment variable to override the minimum stack size. Closes #637. 2011-07-08 11:36:56 -07:00
rust_task.h Work on debugging race conditions. 2011-07-07 18:22:27 -07:00
rust_timer.cpp Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_upcall.cpp Work on debugging race conditions. 2011-07-07 18:22:27 -07:00
rust_util.h Tightened up the scoping for our various new operators, which should 2011-07-07 18:22:27 -07:00
rust.cpp Add a runtime flag to enable/disable claims en masse 2011-06-29 14:28:02 -07:00
rust.h Add a runtime flag to enable/disable claims en masse 2011-06-29 14:28:02 -07:00
rustrt.def.in stdlib: Implement str::unsafe_from_bytes_ivec() 2011-07-08 22:23:11 -07:00
valgrind.h
vec_append.ll