.. |
arch/i386
|
rt: Make C stack switching Valgrind-clean by warning Valgrind when we're about to write to the C stack from the Rust stack
|
2011-10-05 16:33:17 -07:00 |
bigint
|
|
|
intrinsics
|
Get rid of taskpointer-passing throughout the compiler
|
2011-10-20 14:22:17 +02:00 |
isaac
|
rt: Remove the problematic min()/max()/align()/abs() macros from isaac/standard.h, as they're unused
|
2011-09-23 11:04:14 -07:00 |
libuv
|
Update to libuv commit 3ca382.
|
2011-09-23 16:53:06 -07:00 |
msvc
|
|
|
sync
|
|
|
test
|
|
|
uthash
|
|
|
util
|
|
|
circular_buffer.cpp
|
|
|
circular_buffer.h
|
|
|
globals.h
|
|
|
memcheck.h
|
|
|
memory_region.cpp
|
Remove hack_allow_leaks
|
2011-09-11 17:31:40 -07:00 |
memory_region.h
|
Remove hack_allow_leaks
|
2011-09-11 17:31:40 -07:00 |
memory.h
|
|
|
rust_abi.cpp
|
rt: Add missing const on the Windows path
|
2011-09-23 15:08:37 -07:00 |
rust_abi.h
|
rt: Add missing <stdint.h> in rust_abi.h
|
2011-09-23 15:14:44 -07:00 |
rust_builtin.cpp
|
Get rid of taskpointer-passing throughout the compiler
|
2011-10-20 14:22:17 +02:00 |
rust_cc.cpp
|
Convert DPRINT to LOG in rust_cc.cpp and add more logging
|
2011-10-20 18:19:06 -07:00 |
rust_cc.h
|
rt: Stub code for the cycle collector
|
2011-09-20 16:49:31 -07:00 |
rust_chan.cpp
|
Cleaning up task and comm exports, updating all the test cases.
|
2011-08-25 11:21:25 -07:00 |
rust_chan.h
|
|
|
rust_crate_cache.cpp
|
Remove is_stateful flag from tydesc. Closes #136
|
2011-09-22 22:15:25 -07:00 |
rust_debug.cpp
|
rt: Get RUST_TRACK_ORIGINS working. You can now call 'debug::dump_origin' in gdb and get a backtrace saying where a box came from.
|
2011-09-23 15:06:28 -07:00 |
rust_debug.h
|
rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruption
|
2011-09-23 11:42:20 -07:00 |
rust_env.cpp
|
|
|
rust_env.h
|
|
|
rust_gc.cpp
|
rt: Get rid of the hack that looks for captured type descriptors adjacent to the root one for functions and objects
|
2011-09-23 17:57:25 -07:00 |
rust_gc.h
|
|
|
rust_internal.h
|
Get rid of taskpointer-passing throughout the compiler
|
2011-10-20 14:22:17 +02:00 |
rust_kernel.cpp
|
rt: Rename rand() to isaac_rand() since the former prevents lots of standard headers from being included
|
2011-09-20 15:34:47 -07:00 |
rust_kernel.h
|
rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruption
|
2011-09-23 11:42:20 -07:00 |
rust_log.cpp
|
|
|
rust_log.h
|
|
|
rust_obstack.cpp
|
rt: Get rid of the hack that looks for captured type descriptors adjacent to the root one for functions and objects
|
2011-09-23 17:57:25 -07:00 |
rust_obstack.h
|
rt: Allow iteration over the dynastack
|
2011-09-01 11:47:59 -07:00 |
rust_port.cpp
|
Do not pass taskpointers to "rust" native functions
|
2011-10-20 14:22:17 +02:00 |
rust_port.h
|
|
|
rust_run_program.cpp
|
Do not pass taskpointers to "rust" native functions
|
2011-10-20 14:22:17 +02:00 |
rust_scheduler.cpp
|
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_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
|
Get rid of taskpointer-passing throughout the compiler
|
2011-10-20 14:22:17 +02:00 |
rust_shape.h
|
rt: Whitespace police
|
2011-09-23 17:57:25 -07:00 |
rust_srv.cpp
|
|
|
rust_srv.h
|
|
|
rust_task_list.cpp
|
|
|
rust_task_list.h
|
|
|
rust_task.cpp
|
Get rid of taskpointer-passing throughout the compiler
|
2011-10-20 14:22:17 +02:00 |
rust_task.h
|
rt: Turn on cycle collection at task death; add a test case
|
2011-09-26 16:59:15 -07:00 |
rust_timer.cpp
|
|
|
rust_unwind.h
|
rt: Add libunwind.h support on Mac OS X
|
2011-09-15 12:52:50 -07:00 |
rust_upcall.cpp
|
Get rid of taskpointer-passing throughout the compiler
|
2011-10-20 14:22:17 +02:00 |
rust_upcall.h
|
|
|
rust_util.h
|
Add a rust_str typedef to the runtime. Issue #855
|
2011-09-02 22:11:46 -07:00 |
rust_uv.cpp
|
rt: Switch the AIO stuff to the C stack
|
2011-10-04 12:08:06 -07:00 |
rust.cpp
|
Don't rely on main.ll anymore
|
2011-10-20 17:18:38 +02:00 |
rust.h
|
|
|
rustrt.def.in
|
Do not pass taskpointers to "rust" native functions
|
2011-10-20 14:22:17 +02:00 |
valgrind.h
|
|
|
vec_append.ll
|
|
|