rust/src/libstd/rt
bors 55d492364f auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton
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 13:56:48 -08: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 Add a stack_bounds function to the Runtime trait 2014-01-04 00:08:03 -08:00
rtio.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00
task.rs auto merge of #11306 : alexcrichton/rust/native-bounds, r=pcwalton 2014-01-04 10:16:51 -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 auto merge of #11301 : vadimcn/rust/fix-android, r=brson 2014-01-04 11:56:46 -08:00
util.rs Test fixes and rebase conflicts 2013-12-25 23:10:46 -08:00