rust/src/rt
2011-07-13 13:51:20 -07:00
..
arch/i386 Combined set_registers and get_registers into swap_registers. 2011-06-23 20:23:04 -07:00
bigint Populate tree. 2010-06-23 21:03:09 -07:00
intrinsics stdlib: Add addr_of() to the standard library 2011-07-11 14:25:35 -07:00
isaac Populate tree. 2010-06-23 21:03:09 -07:00
msvc Add some C99 and C++ compatibility headers for MSVC 2011-03-21 10:24:00 -07:00
sync Attempt to correct buggy win32 timer code (causing tinderbox failures). 2011-07-13 12:25:36 -07:00
test Attempt to correct buggy win32 timer code (causing tinderbox failures). 2011-07-13 12:25:36 -07:00
uthash Populate tree. 2010-06-23 21:03:09 -07:00
util Basic multithreading support. The infinite loops test successfully maxes out the CPU. 2011-06-27 09:58:39 -07:00
circular_buffer.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
circular_buffer.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
globals.h This is the mega-ucontext commit. It replaces the task switching mechanism with a new one inspired by ucontext. It works under Linux, OS X and Windows, and is Valgrind clean on Linux and OS X (provided the runtime is built with gcc). 2011-06-13 18:14:13 -07:00
main.ll.in Step 2 of cdecl task transition. 2011-06-15 14:25:53 -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 Some cleanup 2011-07-07 18:32:45 -07:00
memory_region.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
memory_region.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust.cpp Add a runtime flag to enable/disable claims en masse 2011-06-29 14:28:02 -07:00
rust.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_builtin.cpp Remove obsolete nargs counts from runtime. 2011-07-13 13:43:35 -07:00
rust_chan.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_chan.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_comm.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_crate_cache.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_internal.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_kernel.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_kernel.h Add realloc method to rust_kernel 2011-07-06 20:37:27 -07:00
rust_log.cpp Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_log.h Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -07:00
rust_message.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_message.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_port.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_port.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_proxy.cpp Added a .cpp file for rust_proxy to help avoid .h file dependencies in the future. 2010-09-07 18:41:08 -07:00
rust_proxy.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_run_program.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_scheduler.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_scheduler.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_srv.cpp Removing the synchronized memory region from tasks. 2011-07-07 18:22:27 -07:00
rust_srv.h Removing the synchronized memory region from tasks. 2011-07-07 18:22:27 -07:00
rust_task.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_task.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_task_list.cpp Renamed what's left of rust_dom to rust_scheduler 2011-06-28 16:12:33 -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 Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_upcall.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_util.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rustrt.def.in stdlib: Move fs over to interior vectors by introducing a rust_list_files_ivec builtin 2011-07-12 15:14:57 -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