| .. |
|
arch
|
add alignment to i386 for good measure, though we do not yet
|
2012-01-06 07:57:56 -08:00 |
|
bigint
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|
intrinsics
|
intrinsics: Remove declaration of port_recv
|
2011-11-18 15:37:14 -08: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 |
|
msvc
|
Add some C99 and C++ compatibility headers for MSVC
|
2011-03-21 10:24:00 -07:00 |
|
sync
|
rt: Fix lock_held_by_current_thread
|
2012-02-01 16:06:58 -08:00 |
|
test
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
uthash
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|
util
|
Introduced task handles.
|
2011-08-08 16:55:38 -07:00 |
|
vg
|
Make valgrind usage more consistent and less error prone.
|
2011-12-06 01:15:29 -06:00 |
|
boxed_region.cpp
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
boxed_region.h
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
circular_buffer.cpp
|
Enabling logging in circular_buffer again.
|
2011-08-01 15:58:39 -07:00 |
|
circular_buffer.h
|
Revert "wip"
|
2011-12-20 20:57:04 -08:00 |
|
globals.h
|
Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.
|
2011-07-13 15:44:09 -07:00 |
|
memory.h
|
Lots of work on memory tracking and channels.
|
2011-07-21 11:51:22 -07:00 |
|
memory_region.cpp
|
fix track alloc code
|
2011-12-12 18:25:17 -08:00 |
|
memory_region.h
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust.cpp
|
rt: Make the initial segment of the main task's stack 1MB
|
2012-01-29 21:20:39 -08:00 |
|
rust.h
|
Conditionally define CDECL and FASTCALL on windows
|
2011-08-20 16:31:38 -07:00 |
|
rust_abi.cpp
|
freebsd support
|
2012-01-01 20:18:55 -08:00 |
|
rust_abi.h
|
rt: Add missing <stdint.h> in rust_abi.h
|
2011-09-23 15:14:44 -07:00 |
|
rust_builtin.cpp
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_cc.cpp
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_cc.h
|
rt: Stub code for the cycle collector
|
2011-09-20 16:49:31 -07:00 |
|
rust_crate_cache.cpp
|
Fix some bad code in the dict interner
|
2012-01-08 21:57:54 +01: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
|
rt: Add RUST_MAX_STACK env var with 8MB default
|
2012-01-11 13:57:11 -08:00 |
|
rust_env.h
|
rt: Add RUST_MAX_STACK env var with 8MB default
|
2012-01-11 13:57:11 -08: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
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_kernel.cpp
|
rt: Remove calls to signal the kernel lock
|
2012-02-01 16:05:17 -08:00 |
|
rust_kernel.h
|
rt: Make the initial segment of the main task's stack 1MB
|
2012-01-29 21:20:39 -08:00 |
|
rust_log.cpp
|
use correct size for logging mod_entry state fields
|
2012-01-16 00:41:14 -08:00 |
|
rust_log.h
|
use correct size for logging mod_entry state fields
|
2012-01-16 00:41:14 -08:00 |
|
rust_obstack.cpp
|
rt: Set the initial obstack size to 128 bytes
|
2011-12-25 19:18:05 -08:00 |
|
rust_obstack.h
|
rt: Allow iteration over the dynastack
|
2011-09-01 11:47:59 -07:00 |
|
rust_port.cpp
|
Disconnect ports before draining them. Issue #1155
|
2011-11-16 17:22:14 -08:00 |
|
rust_port.h
|
Disconnect ports before draining them. Issue #1155
|
2011-11-16 17:22:14 -08:00 |
|
rust_run_program.cpp
|
Fix win32 command-line quoting on rust_run_program.
|
2012-01-23 18:37:26 -08:00 |
|
rust_scheduler.cpp
|
rt: Remove rust_timer. Unused
|
2012-02-01 16:05:17 -08:00 |
|
rust_scheduler.h
|
rt: Make the initial segment of the main task's stack 1MB
|
2012-01-29 21:20:39 -08:00 |
|
rust_shape.cpp
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_shape.h
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_srv.cpp
|
Clean up logging output. Closes #1088
|
2011-11-07 14:14:36 -08:00 |
|
rust_srv.h
|
Do all runtime calls to getenv at initialization
|
2011-07-28 12:23:01 -07:00 |
|
rust_task.cpp
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_task.h
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08: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_unwind.h
|
freebsd clang support
|
2012-01-24 11:48:36 -08:00 |
|
rust_upcall.cpp
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_upcall.h
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
rust_util.h
|
add a log_str() function and allow '%?' in fmt strings to use it
|
2012-01-11 10:32:54 -08:00 |
|
rust_uv.cpp
|
std: Add some hacks to use libuv
|
2012-01-22 20:06:58 -08:00 |
|
rust_uvtmp.cpp
|
rt: Remove unused variable
|
2012-01-27 18:45:43 -08:00 |
|
rustrt.def.in
|
make boxes self-describing (fixes #1493)" (take 2)
|
2012-02-01 18:52:08 -08:00 |
|
vec_append.ll
|
Move rust_vec_append_glue to rt.
|
2011-05-31 14:32:08 -04:00 |