rust/src/rt
2012-03-18 17:03:35 -07:00
..
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 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 rt: Remove lock_held_by_current_thread 2012-03-18 17:03:35 -07:00
uthash
util
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
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
memory.h
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: Channels are just port ids 2012-03-15 11:10:53 -07:00
rust_cc.cpp Remove shared tydescs 2012-03-16 15:38:42 +01: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_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 Get rid of rust_crate_cache in the runtime 2012-03-16 00:44:06 +01:00
rust_kernel.cpp rt: Remove lock_held_by_current_thread 2012-03-18 17:03:35 -07:00
rust_kernel.h rt: Remove the kernel task table 2012-03-15 11:10:52 -07: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_port_selector.cpp rt: Remove lock_held_by_current_thread 2012-03-18 17:03:35 -07:00
rust_port_selector.h rt: Add rust_port_select function 2012-02-16 11:12:22 -08:00
rust_port.cpp rt: Remove lock_held_by_current_thread 2012-03-18 17:03:35 -07:00
rust_port.h rt: Change the rust_port refcounting scheme to avoid races 2012-03-06 17:14:40 -08:00
rust_run_program.cpp fix build on freebsd 2012-02-09 18:41:57 -08:00
rust_scheduler.cpp rt: Remove lock_held_by_current_thread 2012-03-18 17:03:35 -07:00
rust_scheduler.h rt: Remove remaining uses of rust_kernel::get_task_by_id 2012-03-15 11:10:52 -07: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_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: Remove lock_held_by_current_thread 2012-03-18 17:03:35 -07:00
rust_task_thread.h rt: Remove some bogus pthread settings from rust_task_thread 2012-03-17 17:18:24 -07:00
rust_task.cpp rt: Remove lock_held_by_current_thread 2012-03-18 17:03:35 -07:00
rust_task.h Remove dynastack support from runtime 2012-03-16 00:44:06 +01:00
rust_unwind.h freebsd clang support 2012-01-24 11:48:36 -08:00
rust_upcall.cpp Remove shared tydescs 2012-03-16 15:38:42 +01:00
rust_upcall.h Remove shared tydescs 2012-03-16 15:38:42 +01: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
rust.cpp rt: Remove remaining uses of rust_kernel::get_task_by_id 2012-03-15 11:10:52 -07:00
rust.h Conditionally define CDECL and FASTCALL on windows 2011-08-20 16:31:38 -07:00
rustrt.def.in Remove shared tydescs 2012-03-16 15:38:42 +01:00