rust/src/libcollections
Alex Crichton f4083a2245 std: Change RandomAccessIterator to use &mut self
Many iterators go through a closure when dealing with the `idx` method, which
are invalid after the previous change (closures cannot be invoked through a `&`
pointer). This commit alters the `fn idx` method on the RandomAccessIterator
to take `&mut self` rather than `&self`.

[breaking-change]
2014-04-23 10:03:43 -07:00
..
bitv.rs std: Change RandomAccessIterator to use &mut self 2014-04-23 10:03:43 -07:00
btree.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
deque.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
dlist.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
enum_set.rs collections: replace all ~[T] with Vec<T>. 2014-04-09 09:58:17 +10:00
hashmap.rs auto merge of #13653 : jbcrail/rust/fix-comment-mistakes, r=alexcrichton 2014-04-22 05:06:33 -07:00
lib.rs collections: replace all ~[T] with Vec<T>. 2014-04-09 09:58:17 +10:00
lru_cache.rs auto merge of #13618 : yuriks/rust/lru-cache, r=brson 2014-04-21 23:01:39 -07:00
priority_queue.rs collections: replace all ~[T] with Vec<T>. 2014-04-09 09:58:17 +10:00
ringbuf.rs std: Change RandomAccessIterator to use &mut self 2014-04-23 10:03:43 -07:00
smallintmap.rs libtest: rename BenchHarness to Bencher 2014-04-11 17:31:13 +08:00
treemap.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00
trie.rs Fix misspellings in comments. 2014-04-21 00:49:39 -04:00