rust/src/rt
Niko Matsakis 02d7a1e781 move sys fns into c-stack-cdecl and get_type_desc() into rusti
there is one test failure, stdtest/sys.rs, which inexplicably
(thus far) fails to compile because it invokes
sys::rustrt::last_os_error() instead of invoking
sys::last_os_error().  If stdtest/sys.rs is updated to invoke
the wrapper, it passes.  Still tracing the source of this error.
2011-10-24 16:06:17 -07:00
..
arch/i386 Fix an insane rt build error running 'make check -j3' 2011-10-23 19:04:49 -07:00
bigint Populate tree. 2010-06-23 21:03:09 -07:00
intrinsics move sys fns into c-stack-cdecl and get_type_desc() into rusti 2011-10-24 16:06:17 -07: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 Upgrade libuv to 179f475b2ad64729feb0422f06ce133cb364482a 2011-10-22 17:37:18 -07:00
msvc Add some C99 and C++ compatibility headers for MSVC 2011-03-21 10:24:00 -07:00
sync timeout_in_ns was renamed to timeout_in_ms. 2011-08-03 19:28:49 -07:00
test Introduced task handles. 2011-08-08 16:55: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
circular_buffer.cpp Enabling logging in circular_buffer again. 2011-08-01 15:58:39 -07:00
circular_buffer.h Enabling logging in circular_buffer again. 2011-08-01 15:58:39 -07:00
globals.h Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
memcheck.h Mark valgrind's _qzz_res as unused to silence warnings on gcc 4.6. 2011-05-05 10:55:54 -07:00
memory.h Lots of work on memory tracking and channels. 2011-07-21 11:51:22 -07:00
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
rust.cpp Don't rely on main.ll anymore 2011-10-20 17:18:38 +02:00
rust.h Conditionally define CDECL and FASTCALL on windows 2011-08-20 16:31:38 -07:00
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 move sys fns into c-stack-cdecl and get_type_desc() into rusti 2011-10-24 16:06:17 -07: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_chan.cpp Cleaning up task and comm exports, updating all the test cases. 2011-08-25 11:21:25 -07:00
rust_chan.h New channel-based task status notifications. 2011-08-16 16:47:40 -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 No strnlen on mac 2011-07-28 12:53:14 -07:00
rust_env.h Do all runtime calls to getenv at initialization 2011-07-28 12:23:01 -07:00
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 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 Basic async IO module using libuv 2011-08-05 11:57:06 -07:00
rust_log.h Basic async IO module using libuv 2011-08-05 11:57:06 -07: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 Do not pass taskpointers to "rust" native functions 2011-10-20 14:22:17 +02:00
rust_port.h Port ID-based channels. 2011-08-15 09:26:51 -07: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: 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 Do all runtime calls to getenv at initialization 2011-07-28 12:23:01 -07:00
rust_srv.h Do all runtime calls to getenv at initialization 2011-07-28 12:23:01 -07:00
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_task_list.cpp Remove 'Nop.' comments, add emacs lines, remove obsolete file. 2011-07-13 14:03:18 -07:00
rust_task_list.h Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_timer.cpp Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
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 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 rt: Switch the AIO stuff to the C stack 2011-10-04 12:08:06 -07:00
rustrt.def.in move sys fns into c-stack-cdecl and get_type_desc() into rusti 2011-10-24 16:06:17 -07:00
valgrind.h Mark valgrind's _qzz_res as unused to silence warnings on gcc 4.6. 2011-05-05 10:55:54 -07:00
vec_append.ll Move rust_vec_append_glue to rt. 2011-05-31 14:32:08 -04:00