| .. |
|
arch
|
rt: Use rust_task_thread's C-stack pool for native calls
|
2012-02-09 19:00:16 -08:00 |
|
bigint
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|
intrinsics
|
rt: Make upcall_vec_push an intrinsic
|
2012-02-17 12:08:03 -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
|
Add some C99 and C++ compatibility headers for MSVC
|
2011-03-21 10:24:00 -07:00 |
|
sync
|
rt: Add some lock_and_signal assertions
|
2012-02-19 23:15:35 -08:00 |
|
uthash
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|
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 |
|
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
|
Enabling logging in circular_buffer again.
|
2011-08-01 15:58:39 -07:00 |
|
circular_buffer.h
|
Revert "wip"
|
2011-12-20 20:57:04 -08:00 |
|
globals.h
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
|
memory.h
|
Lots of work on memory tracking and channels.
|
2011-07-21 11:51:22 -07:00 |
|
memory_region.cpp
|
rt: Don't take the lock when reallocing in the kernel memory region
|
2012-02-17 11:37:17 -08:00 |
|
memory_region.h
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust.cpp
|
rt: Refactor the rust_kernel interface a bit
|
2012-02-08 15:42:47 -08:00 |
|
rust.h
|
Conditionally define CDECL and FASTCALL on windows
|
2011-08-20 16:31:38 -07:00 |
|
rust_abi.cpp
|
freebsd support
|
2012-01-01 20:18:55 -08:00 |
|
rust_abi.h
|
rt: Add missing <stdint.h> in rust_abi.h
|
2011-09-23 15:14:44 -07:00 |
|
rust_builtin.cpp
|
core: New task API
|
2012-02-20 18:58:04 -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
|
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
|
rt: Add RUST_MAX_STACK env var with 8MB default
|
2012-01-11 13:57:11 -08:00 |
|
rust_env.h
|
rt: Add RUST_MAX_STACK env var with 8MB default
|
2012-01-11 13:57:11 -08:00 |
|
rust_internal.h
|
rt: Remove ptr_vec. Unused
|
2012-02-26 16:24:37 -08:00 |
|
rust_kernel.cpp
|
rt: Change the way the kernel exits to avoid pthread leaks
|
2012-02-27 14:25:32 -08:00 |
|
rust_kernel.h
|
rt: Don't zero new stacks
|
2012-02-27 16:13:51 -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
|
rt: Allow iteration over the dynastack
|
2011-09-01 11:47:59 -07: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_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_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
|
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
|
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
|
Do all runtime calls to getenv at initialization
|
2011-07-28 12:23:01 -07:00 |
|
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.cpp
|
rt: Don't zero new stacks
|
2012-02-27 16:13:51 -08:00 |
|
rust_task.h
|
rt: Switch to the C stack in reset_stack_limit
|
2012-02-22 23:50:47 -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: Don't zero new stacks
|
2012-02-27 16:13:51 -08:00 |
|
rust_task_thread.h
|
Revert "rt: Reconfigure the C stack for valgrind each time it's used"
|
2012-02-27 14:01:36 -08:00 |
|
rust_unwind.h
|
freebsd clang support
|
2012-01-24 11:48:36 -08:00 |
|
rust_upcall.cpp
|
Remove unused tydesc argument to upcall_shared_malloc
|
2012-02-21 17:08:14 +01:00 |
|
rust_upcall.h
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_util.h
|
rt: Remove unused forward declaration of rust_realloc_shared
|
2012-02-26 16:43:42 -08:00 |
|
rust_uv.cpp
|
moving new uv stuff into uv.rs and rust_uv.cpp
|
2012-02-28 17:56:15 -08:00 |
|
rustrt.def.in
|
moving new uv stuff into uv.rs and rust_uv.cpp
|
2012-02-28 17:56:15 -08:00 |
|
vec_append.ll
|
Move rust_vec_append_glue to rt.
|
2011-05-31 14:32:08 -04:00 |