rust/src/rt
2011-08-17 14:42:40 -07:00
..
arch/i386 Making more of the rust_task structure directly accessible from Rust. 2011-08-17 14:42:40 -07:00
bigint Populate tree. 2010-06-23 21:03:09 -07:00
intrinsics Rewrote receive to return a value. This lets us initialize variables by receiving them. 2011-08-05 15:27:27 -07:00
isaac Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -07:00
libuv Fix a type in the libuv mingw makefile 2011-08-05 15:48:19 -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
main.ll.in Accept main(args: [str]) as main signature 2011-08-16 10:29:08 -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 Disabling TRACK_ALLOCATIONS 2011-08-16 10:28:09 -07:00
memory_region.h Fixed memory accounting and task stack creation bugs. 2011-08-15 09:26:51 -07:00
rust.cpp Accept main(args: [str]) as main signature 2011-08-16 10:29:08 -07:00
rust.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_builtin.cpp Making more of the rust_task structure directly accessible from Rust. 2011-08-17 14:42:40 -07:00
rust_chan.cpp Introduced task handles. 2011-08-08 16:55:38 -07:00
rust_chan.h New channel-based task status notifications. 2011-08-16 16:47:40 -07:00
rust_comm.cpp Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_crate_cache.cpp Lots of work on memory tracking and channels. 2011-07-21 11:51:22 -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_internal.h New channel-based task status notifications. 2011-08-16 16:47:40 -07:00
rust_kernel.cpp Making more of the rust_task structure directly accessible from Rust. 2011-08-17 14:42:40 -07:00
rust_kernel.h rt: Shutdown gracefully on failure 2011-08-10 13:02:31 -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 rustc: Run obstack cleanups at the end of each function 2011-08-17 13:58:49 -07:00
rust_obstack.h rustc: Mark an obstack fencepost when entering a dynamically-sized frame 2011-08-17 13:16:15 -07:00
rust_port.cpp Port ID-based channels. 2011-08-15 09:26:51 -07:00
rust_port.h Port ID-based channels. 2011-08-15 09:26:51 -07:00
rust_run_program.cpp Whitespace cleanup 2011-08-03 16:25:38 -07:00
rust_scheduler.cpp Making more of the rust_task structure directly accessible from Rust. 2011-08-17 14:42:40 -07:00
rust_scheduler.h rt: Shutdown gracefully on failure 2011-08-10 13:02:31 -07:00
rust_shape.cpp Removing port, chan and task shapes. 2011-08-16 12:30:32 -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 Making more of the rust_task structure directly accessible from Rust. 2011-08-17 14:42:40 -07:00
rust_task.h Making more of the rust_task structure directly accessible from Rust. 2011-08-17 14:42:40 -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_upcall.cpp rt: Implement obstacks, untested as of yet 2011-08-16 19:49:25 -07:00
rust_upcall.h Basic async IO module using libuv 2011-08-05 11:57:06 -07:00
rust_util.h rt: Use _LP64 instead of SIZE_MAX and UINT64_MAX to try to put out the burning tinderbox 2011-08-10 10:55:41 -07:00
rust_uv.cpp Removed trans_comm.rs from the compiler. Updating aio/sio to work with the new chan and port system, started on a networking module for the standard library. 2011-08-16 09:36:29 -07:00
rustrt.def.in Making more of the rust_task structure directly accessible from Rust. 2011-08-17 14:42:40 -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