rust/src/libstd/sys/common
Ivan Nejgebauer 0314d179aa Use hints with getaddrinfo() in std::net::lokup_host()
When resolving a hostname, pass a hints struct where ai_socktype is
set to SOCK_STREAM in order to eliminate repeated results for each
protocol family.
2016-07-07 12:03:31 +02:00
..
gnu Don't use env::current_exe with libbacktrace 2016-05-12 09:13:58 -07:00
args.rs std: Stabilize APIs for the 1.10 release 2016-05-24 09:00:39 -07:00
at_exit_imp.rs std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
backtrace.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
condvar.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
io.rs Add unix socket support to the standard library 2016-03-20 18:57:58 -07:00
mod.rs rustc: Implement custom panic runtimes 2016-05-09 08:22:36 -07:00
mutex.rs Fix undefined behavior when re-locking a mutex from the same thread 2016-06-02 13:31:01 +01:00
net.rs Use hints with getaddrinfo() in std::net::lokup_host() 2016-07-07 12:03:31 +02:00
poison.rs Register new snapshots 2016-02-23 07:31:16 -08:00
remutex.rs try! -> ? 2016-03-22 22:01:37 -05:00
rwlock.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
thread.rs Remove morestack support 2015-08-10 16:35:44 -07:00
thread_info.rs Register new snapshots 2015-08-11 15:11:13 -07:00
thread_local.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
util.rs Open code the __fastfail intrinsic for rtabort! on windows 2016-05-24 08:56:03 -04:00
wtf8.rs Use len instead of size_hint where appropiate 2016-06-23 12:26:15 +02:00