rust/src/rt
2011-04-08 02:23:33 +02:00
..
bigint
isaac
msvc Add some C99 and C++ compatibility headers for MSVC 2011-03-21 10:24:00 -07:00
sync add FIXME related to the -fno-strict-aliasing workaround 2011-04-08 02:23:33 +02:00
test Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup so access to argv works. 2011-02-22 16:37:27 -08:00
uthash
util add -O2 when compiling rt, fix warnings triggered by optimizer 2011-04-08 00:41:52 +02:00
circular_buffer.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
circular_buffer.h Cleanup circular_buffer 2011-01-10 11:31:33 -08:00
globals.h Added timed_wait to condition variables. 2010-08-09 07:04:38 -07:00
memcheck.h
memory_region.cpp Comment-out TRACK_ALLOCATIONS again. Leave a note about it. 2011-03-02 13:43:33 -08:00
memory_region.h Make the ugly detailed leak-spray on rustc failures optional. 2010-11-30 17:10:51 -08:00
memory.h Lots of design changes around proxies and message passing. Made it so that domains can only talk to other domains via handles, and with the help of the rust_kernel. 2010-09-07 18:44:12 -07:00
rust_builtin.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_chan.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_chan.h Lots of design changes around proxies and message passing. Made it so that domains can only talk to other domains via handles, and with the help of the rust_kernel. 2010-09-07 18:44:12 -07:00
rust_comm.cpp
rust_crate_cache.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_crate_reader.cpp Initialize two more variables to keep darwin tinderbox happy 2011-04-08 00:59:45 +02:00
rust_crate.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_dom.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_dom.h Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_dwarf.h
rust_internal.h add -O2 when compiling rt, fix warnings triggered by optimizer 2011-04-08 00:41:52 +02:00
rust_kernel.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_kernel.h Fixed deadlock caused by the message pump not being notified of new message sends. 2010-09-16 00:51:03 -07:00
rust_log.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_log.h Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_message.cpp Lots of design changes around proxies and message passing. Made it so that domains can only talk to other domains via handles, and with the help of the rust_kernel. 2010-09-07 18:44:12 -07:00
rust_message.h Fixed deadlock caused by the message pump not being notified of new message sends. 2010-09-16 00:51:03 -07:00
rust_port.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_port.h Synthesize a flush_chan upcall right before a channel's ref_count drops to zero. This should only happen in the Rust code and not in the drop glue, or on the unwind path. This change allows the task owning the channel to block on a flush and delete its own channel. This change also cleans up some code around rust_port and rust_chan. 2010-08-09 08:15:34 -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 Lots of design changes around proxies and message passing. Made it so that domains can only talk to other domains via handles, and with the help of the rust_kernel. 2010-09-07 18:44:12 -07:00
rust_run_program.cpp Placate win32 build; no idea how it can be working currently on tinderbox. 2011-03-25 00:16:04 -07:00
rust_srv.cpp Change log buffer butes to a symbolic const in runtime. 2011-01-14 13:41:39 -08:00
rust_srv.h Lots of design changes around proxies and message passing. Made it so that domains can only talk to other domains via handles, and with the help of the rust_kernel. 2010-09-07 18:44:12 -07:00
rust_task_list.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_task_list.h Cleanup, refactoring, and some runtime tests. 2010-09-10 14:38:31 -07:00
rust_task.cpp add -O2 when compiling rt, fix warnings triggered by optimizer 2011-04-08 00:41:52 +02:00
rust_task.h Add ABI tagging to crates, adjust rustc output and runtime stack-frame setup so access to argv works. 2011-02-22 16:37:27 -08:00
rust_timer.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_upcall.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust_util.h Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust.cpp Move to macro-based logging checks in the C++ code 2011-04-07 15:15:30 -07:00
rust.h Added a few utility classes, cleaned up the include order of .h files, and started to make the Rust kernel own domain message queues rather than the Rust domains themselves. 2010-09-07 18:41:07 -07:00
rustrt.def.in Parse FP literals without coercing to int. This allows parsing 64-bit 2011-03-25 11:20:30 -07:00
valgrind.h