rust/src/rt
bors 88dd53a754 auto merge of #6081 : brson/rust/out-of-stack, r=thestinger
People hit the recursion depth limit too often, it's not possible
to unwind reliably from out-of-stack.

Issues #3555, #3695
2013-04-27 16:24:34 -07:00
..
arch auto merge of #5418 : luqmana/rust/stack-float, r=brson 2013-04-18 13:45:55 -07:00
isaac rt: use the [u]int[nn]_t types in the RNG. 2013-04-26 22:13:24 +10:00
linenoise
msvc
sync fix mac build and comment on stack size check 2013-04-04 18:53:58 +08:00
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 auto merge of #5887 : jdm/rust/stackbounds, r=brson 2013-04-21 17:33:52 -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 rt: Set the stack depth limit to 1GB. Abort on error. 2013-04-26 15:39:54 -07:00
rust_env.h rt: Add RUST_DEBUG_MEM to rust_env to avoid races 2013-03-16 14:25:44 -07:00
rust_exchange_alloc.cpp sketch: Make rust sketch barf output prettier 2013-04-18 12:46:01 +03:00
rust_exchange_alloc.h
rust_gc_metadata.cpp
rust_gc_metadata.h
rust_globals.h rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64. 2013-03-17 21:40:59 -07: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 Fix various warnings, NOTEs, etc 2013-04-05 05:36:03 -04:00
rust_log.h
rust_refcount.h
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 Fix issue #5976 - HANDLE leaks and undefined/bad behavour 2013-04-23 21:23:15 +01:00
rust_sched_driver.cpp
rust_sched_driver.h
rust_sched_launcher.cpp
rust_sched_launcher.h
rust_sched_loop.cpp rt: Fix scalability problem with big stacks on 32 bit 2013-04-19 11:53:34 -07:00
rust_sched_loop.h rt: Fix scalability problem with big stacks on 32 bit 2013-04-19 11:53:34 -07:00
rust_sched_reaper.cpp
rust_sched_reaper.h
rust_scheduler.cpp
rust_scheduler.h
rust_signal.h
rust_stack.cpp rt: Fix scalability problem with big stacks on 32 bit 2013-04-19 11:53:34 -07:00
rust_stack.h rt: Fix scalability problem with big stacks on 32 bit 2013-04-19 11:53:34 -07:00
rust_task.cpp rt: Set the stack depth limit to 1GB. Abort on error. 2013-04-26 15:39:54 -07:00
rust_task.h Remove a stray new operator in rust_task.h 2013-04-23 00:55:13 -04:00
rust_test_helpers.cpp rustc: Use an out pointer to return structs in x86 C ABI. #5347 2013-04-17 15:49:19 -07: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 librustc: Implement fast-ffi and use it in various places 2013-04-19 11:53:31 -07: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 librustc: WIP patch for using the return value. 2013-04-19 12:00:08 -07:00
rust.cpp Add a way to run the test suite with the new scheduler 2013-03-18 17:00:35 -07:00
rustrt.def.in auto merge of #5887 : jdm/rust/stackbounds, r=brson 2013-04-21 17:33:52 -07:00