rust/src/rt
2011-11-16 15:16:43 -08:00
..
arch add shim upcall func 2011-11-16 15:16:40 -08:00
bigint
intrinsics Make task_sleep an intrinsic. 2011-11-08 15:58:08 -08:00
isaac
msvc
sync
test hack around on makefiles trying to get a 64 bit build 2011-11-02 14:13:22 -07:00
uthash
util
circular_buffer.cpp
circular_buffer.h
globals.h
memcheck.h
memory_region.cpp rewrite so that memory allocations have 0 overhead by default 2011-11-08 21:11:47 -08:00
memory_region.h rewrite so that memory allocations have 0 overhead by default 2011-11-08 21:11:47 -08:00
memory.h
rust_abi.cpp
rust_abi.h
rust_builtin.cpp stdlib: Run cleanups on data that fails to send 2011-11-14 14:07:52 -08:00
rust_cc.cpp Get 'make tidy' to work rustllvm and rt again 2011-10-21 17:35:52 -07:00
rust_cc.h
rust_crate_cache.cpp
rust_debug.cpp
rust_debug.h
rust_env.cpp
rust_env.h
rust_gc.cpp
rust_gc.h
rust_internal.h rt: Remove rust_chan 2011-11-11 12:11:21 -08:00
rust_kernel.cpp
rust_kernel.h
rust_log.cpp Clean up logging output. Closes #1088 2011-11-07 14:14:36 -08:00
rust_log.h Clean up logging output. Closes #1088 2011-11-07 14:14:36 -08:00
rust_obstack.cpp
rust_obstack.h
rust_port.cpp rt: Add locking invariants to rust_port 2011-11-13 16:38:34 -08:00
rust_port.h Drop enqueued elements when a port is destructed. Closes #1155 2011-11-13 15:43:58 -08:00
rust_run_program.cpp Do not pass taskpointers to "rust" native functions 2011-10-20 14:22:17 +02:00
rust_scheduler.cpp Revert "rt: More work on morestack" 2011-11-14 16:20:53 -08:00
rust_scheduler.h rt: Expose the C stack inside the Rust scheduler so that C calls can switch to it 2011-09-28 10:22:02 -07:00
rust_shape.cpp adjust alignment, size of tag variant id and make it easy to 2011-11-16 15:16:43 -08:00
rust_shape.h adjust alignment, size of tag variant id and make it easy to 2011-11-16 15:16:43 -08:00
rust_srv.cpp Clean up logging output. Closes #1088 2011-11-07 14:14:36 -08:00
rust_srv.h
rust_task_list.cpp
rust_task_list.h
rust_task.cpp temp. disable cycle coll. on x86_64 2011-11-16 15:16:41 -08:00
rust_task.h fix alignment for chan_handle structs; rust equiv is translated 2011-11-16 15:16:42 -08:00
rust_timer.cpp
rust_unwind.h
rust_upcall.cpp hack around on makefiles trying to get a 64 bit build 2011-11-02 14:13:22 -07:00
rust_upcall.h
rust_util.h
rust.cpp Revert "rt: More work on morestack" 2011-11-14 16:20:53 -08:00
rust.h
rustrt.def.in begin efforts to use shim functions for c-stack calls 2011-11-16 15:16:40 -08:00
valgrind.h
vec_append.ll