rust/src/libstd/rt
bors 22f9ce4df6 auto merge of #8243 : stepancheg/rust/ipv, r=brson
multicast functions now take IpAddr (without port), because they dont't
need port.

Uv* types renamed:
* UvIpAddr -> UvSocketAddr
* UvIpv4 -> UvIpv4SocketAddr
* UvIpv6 -> UvIpv6SocketAddr

"Socket address" is a common name for (ip-address, port) pair (e.g. in
sockaddr_in struct).

P. S. Are there any backward compatibility concerns? What is std::rt module, is it a part of public API?
2013-08-04 08:49:55 -07:00
..
io auto merge of #8243 : stepancheg/rust/ipv, r=brson 2013-08-04 08:49:55 -07:00
uv auto merge of #8243 : stepancheg/rust/ipv, r=brson 2013-08-04 08:49:55 -07:00
args.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
borrowck.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
comm.rs Fix nasty double-free bug where a newrt chan could get killed after rescheduling but before suppressing_finalize. 2013-08-02 17:31:44 -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
global_heap.rs
kill.rs Don't fail from kill signals if already unwinding. 2013-08-02 17:31:45 -04:00
local_heap.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
local_ptr.rs
local.rs modified local to include an implementation for try_unsafe_borrow::<Task> so that the log methods will work 2013-08-01 15:38:48 -07:00
logging.rs
message_queue.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00
metrics.rs
mod.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
rc.rs
rtio.rs Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr 2013-08-03 02:06:24 +04:00
sched.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
select.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -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 std::rt: Run local storage cleanup and the box annihilator inside the try/catch 2013-08-03 14:43:16 -07:00
test.rs auto merge of #8243 : stepancheg/rust/ipv, r=brson 2013-08-04 08:49:55 -07:00
thread_local_storage.rs
thread.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
tube.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
util.rs
work_queue.rs Change concurrency primitives to standard naming conventions 2013-07-27 22:06:29 -07:00