rust/src/libextra
blake2-ppc e5a64f2add std: Remove the internal iterator methods from trait Set
.intersection(), .union() etc methods in trait std::container::Set use
internal iters. Remove these methods from the trait.

I reported issue #8154 for the reinstatement of iterator-based set algebra
methods to the Set trait.

For bitv and treemap, that lack Iterator implementations of set
operations, preserve them as methods directly on the types themselves.

For HashSet, these methods are replaced by the present .union_iter()
etc.
2013-08-01 16:54:22 +02:00
..
crypto migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
num migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
terminfo migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
arc.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
arena.rs extra: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02:00
base64.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
bitv.rs std: Remove the internal iterator methods from trait Set 2013-08-01 16:54:22 +02:00
c_vec.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
comm.rs
container.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
dbg.rs
dlist.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
ebml.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
extra.rs
fileinput.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
flate.rs make in and foreach get treated as keywords 2013-08-01 00:21:13 -04:00
flatpipes.rs
fun_treemap.rs
future.rs
getopts.rs extra: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02:00
io_util.rs
iter.rs extra: Use do instead of for in extra::iter 2013-08-01 16:54:22 +02:00
json.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
list.rs extra: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02:00
md4.rs
par.rs implement pointer arithmetic with GEP 2013-07-30 02:50:31 -04:00
priority_queue.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
rc.rs rc: from_{owned,const} -> from_{send,freeze} 2013-08-01 04:39:00 -04:00
ringbuf.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
rl.rs
semver.rs make in and foreach get treated as keywords 2013-08-01 00:21:13 -04:00
serialize.rs std: Replace for with do { .. } expr where internal iterators are used 2013-08-01 16:54:22 +02:00
smallintmap.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
sort.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
stats.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
sync.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
task_pool.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
tempfile.rs
term.rs
test.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
time.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
treemap.rs std: Remove the internal iterator methods from trait Set 2013-08-01 16:54:22 +02:00
unicode.rs FALSE is not 1u8 but 0u8, of cource. 2013-07-31 07:13:38 +09:00
url.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00
workcache.rs migrate many for loops to foreach 2013-08-01 05:34:55 -04:00