rust/src/libstd/sys/common
Kamal Marhubi 93569acdbe style: Use iter for IntoIterator parameter names
This commit standardizes the codebase on `iter` for parameters with
IntoIterator bounds.

Previously about 40% of IntoIterator parameters were named `iterable`,
with most of the rest being named `iter`. There was a single place where
it was named `iterator`.
2016-03-28 13:59:38 -04:00
..
dwarf std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
gnu try! -> ? 2016-03-22 22:01:37 -05:00
unwind Register new snapshots 2016-02-23 07:31:16 -08:00
args.rs Add the asmjs-unknown-emscripten triple. Add cfgs to libs. 2016-02-06 20:56:14 +00:00
at_exit_imp.rs std: Internalize almost all of std::rt 2015-09-11 11:19:20 -07:00
backtrace.rs try! -> ? 2016-03-22 22:01:37 -05: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
libunwind.rs rustbuild: fix cross compilation of libstd to i686-unknown-linux-musl 2016-03-06 08:19:51 -05:00
mod.rs Add the asmjs-unknown-emscripten triple. Add cfgs to libs. 2016-02-06 20:56:14 +00:00
mutex.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
net.rs fix alignment 2016-03-22 22:03:54 -05: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 Add missing newline character to callers of dumb_print 2016-01-13 20:40:25 +00:00
wtf8.rs style: Use iter for IntoIterator parameter names 2016-03-28 13:59:38 -04:00