.. |
arch/i386
|
Making more of the rust_task structure directly accessible from Rust.
|
2011-08-17 14:42:40 -07:00 |
bigint
|
|
|
intrinsics
|
Remove rust_intrinsic_vec_len
|
2011-08-18 14:51:07 -07:00 |
isaac
|
|
|
libuv
|
Fix a type in the libuv mingw makefile
|
2011-08-05 15:48:19 -07:00 |
msvc
|
|
|
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
|
|
|
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
|
|
|
main.ll.in
|
Pass structural types by pointer, not by value
|
2011-08-22 10:16:09 +02:00 |
memcheck.h
|
|
|
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 |
memory.h
|
|
|
rust_abi.cpp
|
rustc: Introduce ABI versioning so we can change value representations without breaking the compiler
|
2011-08-20 14:22:09 -07:00 |
rust_abi.h
|
rustc: Introduce ABI versioning so we can change value representations without breaking the compiler
|
2011-08-20 14:22:09 -07:00 |
rust_builtin.cpp
|
rt: Remove rustboot's GC infrastructure
|
2011-08-19 19:17:05 -07:00 |
rust_chan.cpp
|
Cleaning up task and comm exports, updating all the test cases.
|
2011-08-25 11:21:25 -07:00 |
rust_chan.h
|
New channel-based task status notifications.
|
2011-08-16 16:47:40 -07:00 |
rust_crate_cache.cpp
|
rt: Remember the number of captured type descriptors for objects in the type descriptor crate cache
|
2011-08-25 14:21:05 -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_gc.cpp
|
rt: Factor out type param construction into from_tydesc and from_obj_shape. (The latter is unimplemented at the moment.)
|
2011-08-24 15:19:59 -07:00 |
rust_gc.h
|
rt: Call maybe_gc on mallocs
|
2011-08-19 14:30:01 -07:00 |
rust_internal.h
|
rustc: Add an extra flag to object tydescs so that shapes know how to find the captured subtydescs
|
2011-08-25 12:01:10 -07:00 |
rust_kernel.cpp
|
Return an error code after fail under win32
|
2011-08-24 12:03:07 -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: Use obstacks in lieu of dynamically-allocated frames only when the frame is actually dynamically-sized
|
2011-08-17 18:14:57 -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
|
Fix comment typos
|
2011-08-20 16:30:27 -07:00 |
rust_scheduler.h
|
rustc: Add an extra flag to object tydescs so that shapes know how to find the captured subtydescs
|
2011-08-25 12:01:10 -07:00 |
rust_shape.cpp
|
rt: Fix walk_obj_contents for type-parameteric objects. Hash tables can be logged now.
|
2011-08-24 16:54:10 -07:00 |
rust_shape.h
|
rt: Null check in walk_obj_contents. Prevents marking from crashing when calling object constructors.
|
2011-08-25 17:14:54 -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_list.cpp
|
|
|
rust_task_list.h
|
|
|
rust_task.cpp
|
Rewrite reap_dead_tasks to never grab the sched lock before a task lock
|
2011-08-20 16:21:27 -07:00 |
rust_task.h
|
Cleaning up task and comm exports, updating all the test cases.
|
2011-08-25 11:21:25 -07:00 |
rust_timer.cpp
|
|
|
rust_upcall.cpp
|
rustc: Add an extra flag to object tydescs so that shapes know how to find the captured subtydescs
|
2011-08-25 12:01:10 -07:00 |
rust_upcall.h
|
Basic async IO module using libuv
|
2011-08-05 11:57:06 -07:00 |
rust_util.h
|
Make windows respect RUST_SEED. Closes #627.
|
2011-08-18 16:24:36 -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 |
rust.cpp
|
Remove rust_start_ivec
|
2011-08-24 13:59:22 +02:00 |
rust.h
|
Conditionally define CDECL and FASTCALL on windows
|
2011-08-20 16:31:38 -07:00 |
rustrt.def.in
|
Remove rust_start_ivec
|
2011-08-24 13:59:22 +02:00 |
valgrind.h
|
|
|
vec_append.ll
|
|
|