rust/src/libstd/rt
bors 9f379329db auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brson
Servo needs to tell SpiderMonkey about the stack bounds.

r? @brson
2013-08-13 14:57:24 -07:00
..
io Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
uv Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
args.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
borrowck.rs auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=erickt 2013-08-09 21:56:17 -07:00
comm.rs Fix select() in light of the deschedule...and then race. Close #8347. 2013-08-12 13:54:21 -04:00
context.rs A major refactoring that changes the way the runtime uses TLS. In the 2013-08-01 15:14:00 -07:00
env.rs Remove the C++ runtime. Sayonara 2013-08-09 16:45:50 -07:00
global_heap.rs Consolidate raw representations of rust values 2013-07-26 09:53:03 -07:00
kill.rs Clean up transitionary glue in task/spawn.rs. Don't hold kill-little-lock for O(n) time, cf #3100, and optimize out several unneeded clone()s. 2013-08-12 15:20:02 -04:00
local.rs std: Re-optimize tls access on local allocation path 2013-08-12 22:30:32 -07:00
local_heap.rs std: Re-optimize tls access on local allocation path 2013-08-12 22:30:32 -07:00
local_ptr.rs std: Re-optimize tls access on local allocation path 2013-08-12 22:30:32 -07:00
logging.rs Merge commit 'd89ff7eef9' into remove-str-trailing-nulls 2013-08-06 16:18:58 -07:00
message_queue.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
metrics.rs std::rt: Add JoinLatch 2013-06-13 23:18:45 -07:00
mod.rs auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brson 2013-08-13 14:57:24 -07:00
rc.rs Change finalize -> drop. 2013-06-25 21:14:39 -04:00
rtio.rs Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr 2013-08-03 02:06:24 +04:00
sched.rs Enabled workstealing in the scheduler. Previously we had one global work queue shared by each scheduler. Now there is a separate work queue for each scheduler, and work is "stolen" from other queues when it is exhausted locally. 2013-08-08 14:13:41 -07:00
select.rs Reorganise Select traits to not expose internal runtime types. Close #5160. Pending #8215. 2013-08-12 13:54:21 -04:00
sleeper_list.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
stack.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
task.rs auto merge of #8475 : kmcallister/rust/stack_segment, r=brson,brson 2013-08-13 14:57:24 -07:00
test.rs Mass rename of .consume{,_iter}() to .move_iter() 2013-08-10 07:01:07 -07:00
thread.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
thread_local_storage.rs Deny common lints by default for lib{std,extra} 2013-06-25 17:39:43 -07:00
tube.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
util.rs std: merge Iterator and IteratorUtil 2013-08-10 07:02:17 -07:00
work_queue.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00