rust/src/libstd
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
..
num replace all remaining for with foreach or do 2013-08-03 03:00:42 -04:00
rand
rt auto merge of #8243 : stepancheg/rust/ipv, r=brson 2013-08-04 08:49:55 -07:00
str remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
task remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
unstable auto merge of #8264 : thestinger/rust/snapshot, r=Aatch 2013-08-03 23:25:55 -07:00
at_vec.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
bool.rs
borrow.rs
cast.rs
cell.rs
char.rs replace all remaining for with foreach or do 2013-08-03 03:00:42 -04:00
cleanup.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
clone.rs
cmp.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
comm.rs Add SendDeferred trait and use it to fix #8214. 2013-08-02 17:31:44 -04:00
condition.rs
container.rs Add default implementation of Map::contains_key function 2013-08-03 05:54:05 +04:00
either.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
from_str.rs
gc.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
hash.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
hashmap.rs auto merge of #8264 : thestinger/rust/snapshot, r=Aatch 2013-08-03 23:25:55 -07:00
io.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
iter.rs std: Change Times trait to use do instead of for 2013-08-01 16:54:22 +02:00
iterator.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
kinds.rs
libc.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
local_data.rs
logging.rs fixed the buffer to make it a more reasonable size 2013-08-03 03:09:23 -04:00
macros.rs A major refactoring that changes the way the runtime uses TLS. In the 2013-08-01 15:14:00 -07:00
managed.rs
nil.rs
ops.rs
option.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
os.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
owned.rs
path.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
pipes.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
prelude.rs replace range with an external iterator 2013-08-02 00:51:14 -04:00
ptr.rs register snapshots 2013-08-03 21:09:28 -04:00
rand.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
reflect.rs
repr.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
result.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
run.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
stackwalk.rs std: Replace for with do { .. } expr in std::gc 2013-08-01 16:54:22 +02:00
std.rs
str.rs auto merge of #8237 : blake2-ppc/rust/faster-utf8, r=brson 2013-08-04 07:10:56 -07:00
sys.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
to_bytes.rs std: Use do blocks instead of for with .iter_bytes() 2013-08-01 16:54:22 +02:00
to_str.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00
trie.rs auto merge of #8264 : thestinger/rust/snapshot, r=Aatch 2013-08-03 23:25:55 -07:00
tuple.rs
unicode.rs
util.rs (cleanup) Use more do...finally in extra::sync. 2013-08-02 17:31:45 -04:00
vec.rs remove obsolete foreach keyword 2013-08-03 22:48:02 -04:00