.. |
arch
|
rt: Insert stack alignment checks into upcalls
|
2011-12-16 18:18:43 -08:00 |
bigint
|
|
|
intrinsics
|
intrinsics: Remove declaration of port_recv
|
2011-11-18 15:37:14 -08: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 |
msvc
|
|
|
sync
|
timeout_in_ns was renamed to timeout_in_ms.
|
2011-08-03 19:28:49 -07:00 |
test
|
hack around on makefiles trying to get a 64 bit build
|
2011-11-02 14:13:22 -07:00 |
uthash
|
|
|
util
|
Introduced task handles.
|
2011-08-08 16:55:38 -07:00 |
vg
|
Make valgrind usage more consistent and less error prone.
|
2011-12-06 01:15:29 -06:00 |
circular_buffer.cpp
|
|
|
circular_buffer.h
|
|
|
globals.h
|
|
|
memory_region.cpp
|
fix track alloc code
|
2011-12-12 18:25:17 -08:00 |
memory_region.h
|
export upcall_clone_type_desc
|
2011-12-14 14:32:25 -08: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
|
std: file_is_dir -> path_is_dir, add path_exists
|
2011-12-16 17:37:21 -05:00 |
rust_cc.cpp
|
Get 'make tidy' to work rustllvm and rt again
|
2011-10-21 17:35:52 -07:00 |
rust_cc.h
|
rt: Stub code for the cycle collector
|
2011-09-20 16:49:31 -07:00 |
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
|
rt: Call maybe_gc on mallocs
|
2011-08-19 14:30:01 -07:00 |
rust_internal.h
|
get basic code generation working, clone type descs for lambda[send]
|
2011-12-14 14:32:20 -08: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
|
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
|
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
|
Disconnect ports before draining them. Issue #1155
|
2011-11-16 17:22:14 -08:00 |
rust_port.h
|
Disconnect ports before draining them. Issue #1155
|
2011-11-16 17:22:14 -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
|
rt: Make __morestack work on win32
|
2011-12-08 16:47:33 -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
|
massive refactor of how closures work
|
2011-12-15 13:44:06 -08:00 |
rust_shape.h
|
massive refactor of how closures work
|
2011-12-15 13:44:06 -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
|
rt: Fix alignment of stacks generated by __morestack
|
2011-12-07 14:06:46 -08:00 |
rust_task.h
|
rt: Rename stk_seg.limit to stk_seg.end
|
2011-12-06 21:45:53 -08:00 |
rust_timer.cpp
|
Make valgrind usage more consistent and less error prone.
|
2011-12-06 01:15:29 -06:00 |
rust_unwind.h
|
rt: Add libunwind.h support on Mac OS X
|
2011-09-15 12:52:50 -07:00 |
rust_upcall.cpp
|
rt: Insert stack alignment checks into upcalls
|
2011-12-16 18:18:43 -08:00 |
rust_upcall.h
|
Basic async IO module using libuv
|
2011-08-05 11:57:06 -07:00 |
rust_util.h
|
Add a rust_str typedef to the runtime. Issue #855
|
2011-09-02 22:11:46 -07:00 |
rust_uv.cpp
|
stdlib: Implement some preliminary libuv bindings
|
2011-12-01 10:24:21 -08:00 |
rust.cpp
|
rt: Remove debug printf in rust_start
|
2011-11-17 11:48:10 -08:00 |
rust.h
|
Conditionally define CDECL and FASTCALL on windows
|
2011-08-20 16:31:38 -07:00 |
rustrt.def.in
|
std: file_is_dir -> path_is_dir, add path_exists
|
2011-12-16 17:37:21 -05:00 |
vec_append.ll
|
|
|