rust/src/libstd/rt
Huon Wilson f1b5f59287 std: adjust requested stack size for thread-local storage.
If there is a lot of data in thread-local storage some implementations
of pthreads (e.g. glibc) fail if you don't request a stack large enough
-- by adjusting for the minimum size we guarantee that our stacks are
always large enough. Issue #6233.
2014-01-04 11:07:02 +11:00
..
args.rs std: silence warnings when compiling test. 2013-12-20 01:26:03 +11:00
borrowck.rs green: Rip the bandaid off, introduce libgreen 2013-12-24 19:59:52 -08:00
crate_map.rs green: Allow specifying an IoFactory for pools 2013-12-24 19:59:53 -08:00
env.rs green: Rip the bandaid off, introduce libgreen 2013-12-24 19:59:52 -08:00
global_heap.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
local_heap.rs librustc: Remove identifiers named box, since it's about to become a keyword. 2013-12-15 10:41:15 -08:00
local_ptr.rs auto merge of #11212 : alexcrichton/rust/local-task-count, r=brson 2014-01-01 13:21:48 -08:00
local.rs Move task count bookeeping out of libstd 2014-01-01 13:08:09 -08:00
logging.rs std: print RUST_LOG=::help in sorted order. 2013-12-31 23:47:15 +11:00
macros.rs Another round of test fixes from previous commits 2013-11-10 01:37:12 -08:00
mod.rs std: uniform modules titles for doc 2013-12-27 09:49:11 +01:00
rtio.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
task.rs Move task count bookeeping out of libstd 2014-01-01 13:08:09 -08:00
thread_local_storage.rs Remove dead codes 2013-12-08 02:55:28 -05:00
thread.rs std: adjust requested stack size for thread-local storage. 2014-01-04 11:07:02 +11:00
unwind.rs Add rust_fail. #11219 2013-12-30 18:44:57 -08:00
util.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00