..
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
Remove rust_intrinsic_vec_len
2011-08-18 14:51:07 -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
Pass structural types by pointer, not by value
2011-08-22 10:16:09 +02: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
Remove oldvecs from runtime command line processing
2011-08-18 13:09:49 -07:00
rust.h
Conditionally define CDECL and FASTCALL on windows
2011-08-20 16:31:38 -07:00
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
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_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_gc.cpp
rt: Move the GetProcAddress/dlsym stuff out of rust_gc.cpp into rust_abi.h
2011-08-20 14:06:04 -07:00
rust_gc.h
rt: Call maybe_gc on mallocs
2011-08-19 14:30:01 -07:00
rust_internal.h
Add skeleton of copy glue that actually copies
2011-08-22 11:41:49 +02: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: 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
Remove rc_base. Closes #603 .
2011-08-18 15:49:58 -07:00
rust_shape.cpp
Move bump_dp, get_dp from rust_shape.cpp to rust_shape.h
2011-08-20 10:51:31 -07:00
rust_shape.h
Move bump_dp, get_dp from rust_shape.cpp to rust_shape.h
2011-08-20 10:51:31 -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
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
rt: Remove rustboot's GC infrastructure
2011-08-19 19:17:05 -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
Optimize += [x] into a simple push operation
2011-08-24 13:57:27 +02: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
rustrt.def.in
Optimize += [x] into a simple push operation
2011-08-24 13:57:27 +02: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