| .. |
|
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
|
retool inline encoding to handle methods, fix tests
|
2012-03-02 06:47:25 -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: Remove an incorrect assert in lock_and_signal
|
2012-03-13 16:12:38 -07: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
|
rt: Remove arbitrary limit on size of port queue. Closes #1245
|
2012-03-12 13:24:09 -07:00 |
|
circular_buffer.h
|
rt: Remove arbitrary limit on size of port queue. Closes #1245
|
2012-03-12 13:24:09 -07: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: Move RUST_POISON_ON_FREE into rust_env
|
2012-03-02 20:13:52 -08:00 |
|
memory_region.h
|
rt: Remove virtual methods from memory_region, rust_srv
|
2012-03-05 14:47:24 -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
|
rt: Change the rust_port refcounting scheme to avoid races
|
2012-03-06 17:14:40 -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: 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: Fix the atomic get_ref_count method to avoid races
|
2012-03-05 19:39:56 -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
|
rt: Allow iteration over the dynastack
|
2011-09-01 11:47:59 -07:00 |
|
rust_port.cpp
|
rt: Change the rust_port refcounting scheme to avoid races
|
2012-03-06 17:14:40 -08:00 |
|
rust_port.h
|
rt: Change the rust_port refcounting scheme to avoid races
|
2012-03-06 17:14:40 -08:00 |
|
rust_port_selector.cpp
|
rt: Make rust_port_detach less contentious
|
2012-03-05 19:39:56 -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
|
rt: Change alignof to rust_alignof. Remove -Wno-c++11-compat. Closes #1644
|
2012-03-12 18:03:48 -07:00 |
|
rust_shape.h
|
rt: Change alignof to rust_alignof. Remove -Wno-c++11-compat. Closes #1644
|
2012-03-12 18:03:48 -07:00 |
|
rust_srv.cpp
|
rt: Remove virtual methods from memory_region, rust_srv
|
2012-03-05 14:47:24 -08:00 |
|
rust_srv.h
|
rt: Remove virtual methods from memory_region, rust_srv
|
2012-03-05 14:47:24 -08:00 |
|
rust_stack.cpp
|
rt: Be more precise with VALGRIND_MAKE_MEM_UNDEFINED
|
2012-03-05 19:39:56 -08:00 |
|
rust_stack.h
|
rt: Be more precise with VALGRIND_MAKE_MEM_UNDEFINED
|
2012-03-05 19:39:56 -08:00 |
|
rust_task.cpp
|
rt: Make rust_port_detach less contentious
|
2012-03-05 19:39:56 -08:00 |
|
rust_task.h
|
rt: Make rust_port_detach less contentious
|
2012-03-05 19:39:56 -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: Make linked failure less prone to deadlock
|
2012-03-05 19:39:56 -08:00 |
|
rust_task_thread.h
|
rt: Make the rust_task_thread lock private
|
2012-03-05 19:39:55 -08:00 |
|
rust_unwind.h
|
freebsd clang support
|
2012-01-24 11:48:36 -08:00 |
|
rust_upcall.cpp
|
rt: Reset the stack boundary after returning from crust functions
|
2012-02-28 17:56:15 -08:00 |
|
rust_upcall.h
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
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 |
|
rustrt.def.in
|
rt: Add a hack to fix a port detach bug
|
2012-03-05 20:02:25 -08:00 |