rust/src/rt
Niko Matsakis 5e36a99794 Refactor trans to replace lvalue and friends with Datum.
Also:
- report illegal move/ref combos whether or not ref comes first
- commented out fix for #3387, too restrictive and causes an ICE
2012-09-06 06:11:12 -07:00
..
arch
bigint
isaac
msvc
sync
uthash
util
vg
boxed_region.cpp
boxed_region.h
circular_buffer.cpp
circular_buffer.h
memory_region.cpp
memory_region.h
miniz.cpp Fix MZ_FORCEINLINE define to work with GCC 4.7.1. 2012-08-29 01:18:00 -07:00
rust_abi.cpp
rust_abi.h
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
rust_debug.cpp
rust_debug.h
rust_env.cpp
rust_env.h
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
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
rust_log.h
rust_port_selector.cpp
rust_port_selector.h
rust_port.cpp
rust_port.h
rust_refcount.h
rust_run_program.cpp
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
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
rust_sched_reaper.h
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
rust_stack.cpp
rust_stack.h
rust_task.cpp rt: Make the boxed region come earlier in the rust_task structure. 2012-09-05 20:08:00 -07:00
rust_task.h rt: Make the boxed region come earlier in the rust_task structure. 2012-09-05 20:08:00 -07:00
rust_type.h
rust_unwind.h
rust_upcall.cpp Refactor trans to replace lvalue and friends with Datum. 2012-09-06 06:11:12 -07:00
rust_upcall.h
rust_util.cpp
rust_util.h Fix asserts & short-read bug in isaac_seed (#2870) 2012-07-25 18:03:00 -04:00
rust_uv.cpp
rust.cpp
rustrt.def.in Add rust_annihilate_box to rustrt.def.in 2012-08-31 16:19:02 -07:00