.. |
arch
|
rt: Use rust_task_thread's C-stack pool for native calls
|
2012-02-09 19:00:16 -08:00 |
bigint
|
|
|
intrinsics
|
retool inline encoding to handle methods, fix tests
|
2012-03-02 06:47:25 -08:00 |
isaac
|
|
|
msvc
|
|
|
sync
|
rt: Add some lock_and_signal assertions
|
2012-02-19 23:15:35 -08:00 |
uthash
|
|
|
util
|
|
|
vg
|
|
|
boxed_region.cpp
|
|
|
boxed_region.h
|
|
|
circular_buffer.cpp
|
|
|
circular_buffer.h
|
|
|
globals.h
|
|
|
memory_region.cpp
|
rt: Move RUST_POISON_ON_FREE into rust_env
|
2012-03-02 20:13:52 -08:00 |
memory_region.h
|
|
|
memory.h
|
|
|
rust_abi.cpp
|
|
|
rust_abi.h
|
|
|
rust_builtin.cpp
|
rt: Port ref counts are protected by the task lock. Ick.
|
2012-03-02 16:33:33 -08:00 |
rust_cc.cpp
|
remove temp sanity check
|
2012-02-28 06:31:28 -08:00 |
rust_cc.h
|
add an option to the final cc so that it prints out/logs unreclaimed ptrs
|
2012-02-24 20:46:27 -08:00 |
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
|
rt: Move RUST_POISON_ON_FREE into rust_env
|
2012-03-02 20:13:52 -08:00 |
rust_env.h
|
rt: Move RUST_POISON_ON_FREE into rust_env
|
2012-03-02 20:13:52 -08:00 |
rust_internal.h
|
rt: Remove ptr_vec. Unused
|
2012-02-26 16:24:37 -08:00 |
rust_kernel.cpp
|
rt: Remove rust_kernel::live_tasks. Unused
|
2012-03-01 14:53:20 -08:00 |
rust_kernel.h
|
rt: Remove rust_kernel::live_tasks. Unused
|
2012-03-01 14:53:20 -08:00 |
rust_log.cpp
|
rt: Stop logging on the Rust stack. Closes #1478
|
2012-02-22 22:30:21 -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_selector.cpp
|
rt: Untabify rust_port_selector.cpp
|
2012-02-16 12:53:21 -08:00 |
rust_port_selector.h
|
rt: Add rust_port_select function
|
2012-02-16 11:12:22 -08:00 |
rust_port.cpp
|
rt: Add rust_port_select function
|
2012-02-16 11:12:22 -08:00 |
rust_port.h
|
rt: Add rust_port_select function
|
2012-02-16 11:12:22 -08:00 |
rust_run_program.cpp
|
fix build on freebsd
|
2012-02-09 18:41:57 -08:00 |
rust_scheduler.cpp
|
rt: Change the way the kernel exits to avoid pthread leaks
|
2012-02-27 14:25:32 -08:00 |
rust_scheduler.h
|
rt: Change the way the kernel exits to avoid pthread leaks
|
2012-02-27 14:25:32 -08:00 |
rust_shape.cpp
|
rt: strings should escape chars like '\n' as '\n'
|
2012-02-28 18:05:25 -08:00 |
rust_shape.h
|
Represent boxed ifaces in a way similar to functions
|
2012-02-10 12:36:57 +01:00 |
rust_srv.cpp
|
put fflush back in
|
2012-02-10 19:42:32 -08:00 |
rust_srv.h
|
|
|
rust_stack.cpp
|
rt: Don't zero new stacks
|
2012-02-27 16:13:51 -08:00 |
rust_stack.h
|
rt: Don't zero new stacks
|
2012-02-27 16:13:51 -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: Always delete task stacks on the task thread
|
2012-03-02 15:21:59 -08:00 |
rust_task_thread.h
|
rt: Make fields of rust_task_thread private where possible
|
2012-03-01 21:41:11 -08:00 |
rust_task.cpp
|
rt: Checking port_table.is_empty() requires a lock
|
2012-03-02 17:10:14 -08:00 |
rust_task.h
|
rt: Protect rust_task::supervisor with a lock
|
2012-03-02 16:33:33 -08:00 |
rust_unwind.h
|
|
|
rust_upcall.cpp
|
rt: Reset the stack boundary after returning from crust functions
|
2012-02-28 17:56:15 -08:00 |
rust_upcall.h
|
|
|
rust_util.h
|
add the ability to snag the frame so we can verify that we are inlining
|
2012-02-29 11:54:47 -08:00 |
rust_uv.cpp
|
add uv::loop_delete()
|
2012-02-28 17:56:15 -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
|
retool inline encoding to handle methods, fix tests
|
2012-03-02 06:47:25 -08:00 |