rust/src/rt
2012-02-09 19:00:16 -08:00
..
arch rt: Use rust_task_thread's C-stack pool for native calls 2012-02-09 19:00:16 -08:00
bigint
intrinsics made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsics 2012-02-07 15:08:54 -08:00
isaac
msvc
sync rt: Remove is_running flag from rust_thread. Unused 2012-02-08 15:33:40 -08:00
uthash
util
vg
boxed_region.cpp make boxes self-describing (fixes #1493)" (take 2) 2012-02-01 18:52:08 -08:00
boxed_region.h make boxes self-describing (fixes #1493)" (take 2) 2012-02-01 18:52:08 -08:00
circular_buffer.cpp
circular_buffer.h
globals.h
memory_region.cpp
memory_region.h make boxes self-describing (fixes #1493)" (take 2) 2012-02-01 18:52:08 -08:00
memory.h
rust_abi.cpp
rust_abi.h
rust_builtin.cpp rt: Remove rust_task_user struct 2012-02-09 19:00:15 -08:00
rust_cc.cpp make shape code use the tydesc found in the box, not the shape str 2012-02-08 09:14:59 -08:00
rust_cc.h
rust_crate_cache.cpp rt: Rename rust_scheduler to rust_task_thread 2012-02-03 23:48:12 -08:00
rust_debug.cpp
rust_debug.h
rust_env.cpp
rust_env.h
rust_internal.h rt: Make rust_task::ref_count private 2012-02-09 19:00:15 -08:00
rust_kernel.cpp rt: Make rust_task::ref_count private 2012-02-09 19:00:15 -08:00
rust_kernel.h fix build on freebsd 2012-02-09 18:41:57 -08:00
rust_log.cpp rt: Rename rust_scheduler to rust_task_thread 2012-02-03 23:48:12 -08:00
rust_log.h rt: Rename rust_scheduler to rust_task_thread 2012-02-03 23:48:12 -08:00
rust_obstack.cpp fix bug that causes premature pops from obstack 2012-02-08 12:55:19 -08:00
rust_obstack.h
rust_port.cpp rt: Rename rust_scheduler to rust_task_thread 2012-02-03 23:48:12 -08:00
rust_port.h
rust_run_program.cpp fix build on freebsd 2012-02-09 18:41:57 -08:00
rust_scheduler.cpp rt: Change the lifecycle of tasks and schedulers for various reasons 2012-02-08 15:42:51 -08:00
rust_scheduler.h rt: Export a scheduler API 2012-02-08 15:42:51 -08:00
rust_shape.cpp make shape code use the tydesc found in the box, not the shape str 2012-02-08 09:14:59 -08:00
rust_shape.h deprecate old style box shape strings 2012-02-08 13:10:20 -08:00
rust_srv.cpp Revert "log to stderr instead of stdout" 2012-02-06 18:29:58 -08:00
rust_srv.h
rust_stack.cpp rt: Begin moving stack-building functions to rust_stack.cpp 2012-02-09 19:00:15 -08:00
rust_stack.h rt: Move more setup code into create_stack 2012-02-09 19:00:16 -08:00
rust_task_list.cpp rt: Rename rust_scheduler to rust_task_thread 2012-02-03 23:48:12 -08:00
rust_task_list.h rt: Rename rust_scheduler to rust_task_thread 2012-02-03 23:48:12 -08:00
rust_task_thread.cpp rt: Use rust_task_thread's C-stack pool for native calls 2012-02-09 19:00:16 -08:00
rust_task_thread.h rt: Use rust_task_thread's C-stack pool for native calls 2012-02-09 19:00:16 -08:00
rust_task.cpp rt: Add upcall_call_shim_on_rust_stack 2012-02-09 19:00:16 -08:00
rust_task.h rt: Add upcall_call_shim_on_rust_stack 2012-02-09 19:00:16 -08:00
rust_unwind.h
rust_upcall.cpp rt: Add upcall_call_shim_on_rust_stack 2012-02-09 19:00:16 -08:00
rust_upcall.h make boxes self-describing (fixes #1493)" (take 2) 2012-02-01 18:52:08 -08:00
rust_util.h Make process-spawning take environments and working directories, remove procsrv task from compiletest. 2012-02-07 19:57:03 -08:00
rust_uv.cpp
rust_uvtmp.cpp rt: Rename rust_scheduler to rust_task_thread 2012-02-03 23:48:12 -08:00
rust.cpp rt: Refactor the rust_kernel interface a bit 2012-02-08 15:42:47 -08:00
rust.h
rustrt.def.in rt: Add upcall_call_shim_on_rust_stack 2012-02-09 19:00:16 -08:00
vec_append.ll