rust/src/librustc_unicode
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
..
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
char.rs style: Use iter for IntoIterator parameter names 2016-03-28 13:59:38 -04:00
lib.rs std: Change encode_utf{8,16} to return iterators 2016-03-22 10:25:30 -07:00
tables.rs
u_str.rs std: Change encode_utf{8,16} to return iterators 2016-03-22 10:25:30 -07:00