rust/src/rt
2011-08-12 12:08:27 -07:00
..
arch/i386 Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. 2011-07-13 15:44:09 -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 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 Lots of work on memory tracking and channels. 2011-07-21 11:51:22 -07:00
memory_region.cpp Disabling TRACK_ALLOCATIONS 2011-08-08 17:12:44 -07:00
memory_region.h rt: Align mallocs to 16 byte boundaries 2011-08-08 17:30:21 -07:00
rust.cpp Introduced task handles. 2011-08-08 16:55:38 -07:00
rust.h Fix compile-command lines in rt. 2011-07-13 13:51:20 -07:00
rust_builtin.cpp Remove str_from_vec runtime function 2011-08-12 12:08:27 -07:00
rust_chan.cpp Introduced task handles. 2011-08-08 16:55:38 -07:00
rust_chan.h Converted the rest of the task-comm-* tests over. Also fixed some 2011-08-08 08:57:52 -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 Introduced task handles. 2011-08-08 16:55:38 -07:00
rust_kernel.cpp rt: Shutdown gracefully on failure 2011-08-10 13:02:31 -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_port.cpp Atomic ref counting for chans. 2011-08-05 15:27:28 -07:00
rust_port.h Atomic ref counting for chans. 2011-08-05 15:27:28 -07:00
rust_run_program.cpp Whitespace cleanup 2011-08-03 16:25:38 -07:00
rust_scheduler.cpp rt: Shutdown gracefully on failure 2011-08-10 13:02:31 -07:00
rust_scheduler.h rt: Shutdown gracefully on failure 2011-08-10 13:02:31 -07:00
rust_shape.cpp rt: Add the last few cases to polymorphic log 2011-08-10 15:45: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 Introduced task handles. 2011-08-08 16:55:38 -07:00
rust_task.h Introduced task handles. 2011-08-08 16:55:38 -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 rustc: Remove unused "trace" upcalls 2011-08-10 18:09:52 -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 Fix uv_buf_t declaration on win32 2011-08-05 11:57:06 -07:00
rustrt.def.in Remove str_from_vec runtime function 2011-08-12 12:08:27 -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