| .. |
|
arch
|
Remove FIXME question
|
2012-06-28 10:53:37 -07:00 |
|
bigint
|
Populate tree.
|
2010-06-23 21:03:09 -07: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
|
Comments only: TODOs to FIXME in the runtime
|
2012-07-12 19:06:08 -07:00 |
|
uthash
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|
util
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
vg
|
Upgrade valgrind headers to 3.7, silencing build breakage on FreeBSD.
|
2012-03-21 18:40:32 -07:00 |
|
boxed_region.cpp
|
Create some infrastructure for building up @-vectors. Work on #2921.
|
2012-07-17 17:09:25 -07:00 |
|
boxed_region.h
|
Create some infrastructure for building up @-vectors. Work on #2921.
|
2012-07-17 17:09:25 -07:00 |
|
circular_buffer.cpp
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
circular_buffer.h
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
memory_region.cpp
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
memory_region.h
|
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
|
2012-06-21 16:44:10 -07:00 |
|
miniz.cpp
|
Fix MZ_FORCEINLINE define to work with GCC 4.7.1.
|
2012-08-29 01:18:00 -07:00 |
|
rust.cpp
|
Cleanup failure handling around rust_new_task_in_sched - closes #2668
|
2012-06-28 19:02:48 -04:00 |
|
rust_abi.cpp
|
Comments only: TODOs to FIXME in the runtime
|
2012-07-12 19:06:08 -07:00 |
|
rust_abi.h
|
rt: Add missing <stdint.h> in rust_abi.h
|
2011-09-23 15:14:44 -07:00 |
|
rust_box_annihilator.cpp
|
rt: Fix box annihilator to deallocate exchange heap boxes properly.
|
2012-08-31 15:10:52 -07:00 |
|
rust_box_annihilator.h
|
rt: Add interface to box annihilator.
|
2012-08-31 15:10:52 -07:00 |
|
rust_builtin.cpp
|
Merge remote-tracking branch 'erickt/incoming'
|
2012-08-31 16:14:18 -07:00 |
|
rust_cc.cpp
|
Change remaining "iface" occurrences to "trait"; deprecate "iface"
|
2012-07-31 11:52:16 -07:00 |
|
rust_cc.h
|
Add emacs settings to some runtime files where they were missing.
|
2012-06-11 12:19:40 -07:00 |
|
rust_debug.cpp
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
rust_debug.h
|
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
|
2012-06-21 16:44:10 -07:00 |
|
rust_env.cpp
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
rust_env.h
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
rust_globals.h
|
Change yield() and wait_event() to be MUST_CHECK and return the killed flag. (closes #2875)
|
2012-07-24 18:24:24 -04:00 |
|
rust_gpr_base.h
|
rt: Add architecture-specific general-purpose register definitions
|
2012-04-04 21:40:34 -07:00 |
|
rust_kernel.cpp
|
[4/4 for #2365, #2671] Reassign one last fixme to #908. Close #2365. Close #2671.
|
2012-07-20 19:23:19 -04:00 |
|
rust_kernel.h
|
[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during rust_kernel::fail
|
2012-07-20 19:23:19 -04:00 |
|
rust_log.cpp
|
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
|
2012-06-21 16:44:10 -07:00 |
|
rust_log.h
|
Moved log method into logger class better than scheduler fixes #2495
|
2012-06-04 01:53:24 +01:00 |
|
rust_port.cpp
|
Reintroduce linked failure (rust_port locking)
|
2012-07-13 20:13:53 -04:00 |
|
rust_port.h
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
rust_port_selector.cpp
|
Reintroduce linked failure (rust_port locking)
|
2012-07-13 20:13:53 -04:00 |
|
rust_port_selector.h
|
Reintroduce linked failure (rust_port locking)
|
2012-07-13 20:13:53 -04:00 |
|
rust_refcount.h
|
actually remove memory.h; include cleanups
|
2012-04-03 16:02:38 -07:00 |
|
rust_run_program.cpp
|
Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.
|
2012-06-21 16:44:10 -07:00 |
|
rust_sched_driver.cpp
|
Set thread name on Mac to make gdb thread info more useful.
|
2012-08-02 19:26:33 -07:00 |
|
rust_sched_driver.h
|
rt: Extract start_main_loop from rust_sched_loop to rust_sched_driver
|
2012-03-31 19:51:29 -07:00 |
|
rust_sched_launcher.cpp
|
[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during rust_kernel::fail
|
2012-07-20 19:23:19 -04:00 |
|
rust_sched_launcher.h
|
[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during rust_kernel::fail
|
2012-07-20 19:23:19 -04:00 |
|
rust_sched_loop.cpp
|
[2/4 for #2365, #2671] Fix exit/kill race with tasks during rust_kernel::fail
|
2012-07-20 19:23:19 -04:00 |
|
rust_sched_loop.h
|
Set thread name on Mac to make gdb thread info more useful.
|
2012-08-02 19:26:33 -07:00 |
|
rust_sched_reaper.cpp
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
rust_sched_reaper.h
|
rt: Introduce rust_sched_reaper
|
2012-03-31 19:51:29 -07:00 |
|
rust_scheduler.cpp
|
[3/4 for #2365, #2671] Fix exit/kill race with scheds during rust_kernel::fail
|
2012-07-20 19:23:19 -04:00 |
|
rust_scheduler.h
|
[3/4 for #2365, #2671] Fix exit/kill race with scheds during rust_kernel::fail
|
2012-07-20 19:23:19 -04:00 |
|
rust_shape.cpp
|
Fix logging code to not sign extend chars being printed in hex.
|
2012-08-23 12:48:08 -07:00 |
|
rust_shape.h
|
Change remaining "iface" occurrences to "trait"; deprecate "iface"
|
2012-07-31 11:52:16 -07:00 |
|
rust_signal.h
|
Fix an error for Centos 5
|
2012-07-11 20:09:57 -07:00 |
|
rust_stack.cpp
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
rust_stack.h
|
Refactor includes structure, getting rid of rust_internal.h
|
2012-04-03 16:02:38 -07:00 |
|
rust_task.cpp
|
Avoid lifecycle_lock traffic in call_on_rust_stack. (close #3270)
|
2012-08-24 18:28:26 -04:00 |
|
rust_task.h
|
Document task shutdown protocol and justify its concurrency safety. Close #2696. Close bblum's internship.
|
2012-08-24 19:59:03 -04:00 |
|
rust_type.h
|
Get rid of unused fields in tydescs. Closes #2351.
|
2012-07-10 16:33:21 -07:00 |
|
rust_unwind.h
|
freebsd clang support
|
2012-01-24 11:48:36 -08:00 |
|
rust_upcall.cpp
|
Moved malloc and free upcalls into rust runtime.
|
2012-07-23 10:45:58 -07:00 |
|
rust_upcall.h
|
rt: Remove upcall_shared_malloc/free/realloc
|
2012-05-30 21:23:34 -07:00 |
|
rust_util.cpp
|
Get rid of unused fields in tydescs. Closes #2351.
|
2012-07-10 16:33:21 -07:00 |
|
rust_util.h
|
Fix asserts & short-read bug in isaac_seed (#2870)
|
2012-07-25 18:03:00 -04:00 |
|
rust_uv.cpp
|
std: uv::ll fixes for 32bit linux
|
2012-06-29 15:41:56 -07:00 |
|
rustrt.def.in
|
Add rust_annihilate_box to rustrt.def.in
|
2012-08-31 16:19:02 -07:00 |