rust/src/rt
Brian Anderson 0ad3a110be Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-apple-darwin
The correct opendir/readdir to use appear to be the 64-bit versions called
opendir$INODE64, etc. but for some reason I can't get them to link properly
on i686. Putting them in librustrt and making gcc figure it out works.
This mystery will have to wait for another day.
2013-03-12 21:01:40 -07:00
..
arch core: Add rt mod and add the new scheduler code 2013-03-11 19:44:29 -07:00
isaac
linenoise
msvc
sync
util rm unused hash table from the runtime 2013-02-15 18:22:34 -05:00
vg
boxed_region.cpp Put unique allocs in managed heap when they might contain managed boxes. 2013-02-21 23:01:17 -08:00
boxed_region.h
memory_region.cpp rm the unused calloc wrapper from memory_region 2013-02-14 18:28:04 -05:00
memory_region.h rm the unused calloc wrapper from memory_region 2013-02-14 18:28:04 -05:00
miniz.cpp
rust_abi.cpp
rust_abi.h
rust_android_dummy.cpp mk: rewrite make files 2013-02-27 14:53:35 +09:00
rust_android_dummy.h
rust_builtin.cpp Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-apple-darwin 2013-03-12 21:01:40 -07:00
rust_crate_map.cpp
rust_crate_map.h mk: --android-cross-path to rustc 2013-03-05 13:12:23 +09:00
rust_debug.cpp
rust_debug.h
rust_env.cpp
rust_env.h
rust_exchange_alloc.cpp get rid of unused exchange_alloc calloc method 2013-02-14 18:24:52 -05:00
rust_exchange_alloc.h get rid of unused exchange_alloc calloc method 2013-02-14 18:24:52 -05:00
rust_gc_metadata.cpp
rust_gc_metadata.h
rust_globals.h rm unused hash table from the runtime 2013-02-15 18:22:34 -05:00
rust_gpr_base.h
rust_kernel.cpp rt: Comment out an assert in rust_kernel. #4711 2013-02-28 14:21:39 -08:00
rust_kernel.h rm unused hash table from the runtime 2013-02-15 18:22:34 -05:00
rust_log.cpp mk: --android-cross-path to rustc 2013-03-05 13:12:23 +09:00
rust_log.h
rust_refcount.h rt: get rid of rust_fn and replace with fn_env_pair plus a little cleanup. 2013-02-13 15:41:38 -05:00
rust_rng.cpp rt: fix memory-unsafe random seed logic, r=valgrindclean 2013-02-19 07:06:36 -08:00
rust_rng.h rt: fix memory-unsafe random seed logic, r=valgrindclean 2013-02-19 07:06:36 -08:00
rust_run_program.cpp
rust_sched_driver.cpp
rust_sched_driver.h
rust_sched_launcher.cpp
rust_sched_launcher.h
rust_sched_loop.cpp rt: fix memory-unsafe random seed logic, r=valgrindclean 2013-02-19 07:06:36 -08:00
rust_sched_loop.h encapsulate isaac RNG in rust_rng struct 2013-02-14 22:31:08 -08:00
rust_sched_reaper.cpp
rust_sched_reaper.h
rust_scheduler.cpp Rename dec/inc_weak_task_count to inc/dec_live_count and remove register_task/unregister_task. Closes #4768 2013-02-09 19:19:31 +10:00
rust_scheduler.h
rust_signal.h
rust_stack.cpp rm the unused calloc wrapper from memory_region 2013-02-14 18:28:04 -05:00
rust_stack.h Rewrite the exchange allocator to work without an active scheduler. #4457 2013-02-06 14:27:36 -08:00
rust_task.cpp rm the unused calloc wrapper from memory_region 2013-02-14 18:28:04 -05:00
rust_task.h rt: MIPS32 support 2013-03-03 19:27:01 -08:00
rust_type.h librustdoc: Remove fn@, fn~, and fn& from compiletest, fuzzer, rustdoc, and rt. rs=defun 2013-03-02 18:47:47 -08:00
rust_unwind.h
rust_upcall.cpp Convert NOTEs to FIXMEs 2013-02-27 18:44:35 -08:00
rust_upcall.h
rust_util.cpp
rust_util.h rt/core: port os::list_dir to rust ref #4812 2013-03-11 15:38:55 -07:00
rust_uv.cpp core: Add rt mod and add the new scheduler code 2013-03-11 19:44:29 -07:00
rust.cpp core: Add rt mod and add the new scheduler code 2013-03-11 19:44:29 -07:00
rustrt.def.in Work around linkage bug cross-compiling from x86_64-apple-darwin to i686-apple-darwin 2013-03-12 21:01:40 -07:00