rust/src/libextra
bors 73e9a121d2 auto merge of #7921 : bytewiseand/rust/smallint-iter, r=huonw
Made the `iter` and `mut_iter` methods on SmallIntMap and SmallIntSet return double-ended-iterators. These iterators now implement `size_hint`.

Also the iterator tests only tested dense maps/sets, which aren't very useful. So they were changed to iterate over sparse maps/sets.

Fixes #7721
2013-07-21 11:22:38 -07:00
..
crypto extra: add some microbenchmarks 2013-07-19 15:08:42 -07:00
net librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
num test: Fix tests. 2013-07-17 14:57:55 -07:00
terminfo librustc: Change repeated vector expressions to use implicit copyability. 2013-07-17 14:57:54 -07:00
arc.rs Reimplement ARC::unwrap() and friends. 2013-07-20 05:08:55 -04:00
arena.rs librustc: Add a lint mode for unnecessary copy and remove a bunch of them. 2013-07-17 14:56:42 -07:00
base64.rs extra: add some microbenchmarks 2013-07-19 15:08:42 -07:00
bitv.rs Fix warnings in libextra tests 2013-07-18 02:18:53 +02:00
c_vec.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
comm.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
container.rs extra: add some microbenchmarks 2013-07-19 15:08:42 -07:00
dbg.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
dlist.rs dlist: Implement Clone for immutable iterators 2013-07-20 20:30:58 +02:00
ebml.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
extra.rs extra: Rename deque::Deque to ringbuf::RingBuf and impl trait Deque 2013-07-11 15:54:35 +02:00
fileinput.rs test: Fix tests. 2013-07-17 14:57:54 -07:00
flate.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
flatpipes.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
fun_treemap.rs librustc: Forbid & pointers (other than &'static) inside @ boxes. 2013-07-18 17:12:46 -07:00
future.rs Added a new method to extra::future (unwrap) + a test 2013-07-19 21:04:33 -04:00
getopts.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
io_util.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
iter.rs Move most iter functionality to extra, fixes #7343 2013-07-01 01:50:40 +02:00
json.rs hashmap: Remove .consume() has rename .consume_iter() to .consume() 2013-07-18 15:03:59 +02:00
list.rs librustc: Forbid & pointers (other than &'static) inside @ boxes. 2013-07-18 17:12:46 -07:00
md4.rs Remove the global 'vec::to_owned' function 2013-07-12 16:13:51 -04:00
par.rs librustc: Remove the Copy bound from the language. 2013-07-17 14:57:54 -07:00
priority_queue.rs test: Fix tests. 2013-07-17 14:57:54 -07:00
rc.rs extra: Patch up code that was using irrefutable patterns incorrectly. 2013-07-08 13:53:44 -04:00
ringbuf.rs Use Option .take() or .take_unwrap() instead of util::replace where possible 2013-07-20 05:12:05 -04:00
rl.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
semver.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
serialize.rs librustc: Forbid & pointers (other than &'static) inside @ boxes. 2013-07-18 17:12:46 -07:00
smallintmap.rs auto merge of #7921 : bytewiseand/rust/smallint-iter, r=huonw 2013-07-21 11:22:38 -07:00
sort.rs Fix warnings in stdtest and extratest. Maybe somebody will care. 2013-07-20 05:12:05 -04:00
stats.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
sync.rs Rename Option swap_unwrap to take_unwrap. Fixes Issue#7764 2013-07-16 12:47:01 -07:00
task_pool.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
tempfile.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
term.rs term: Add new function .attr() to toggle terminal attributes 2013-07-14 14:37:29 -07:00
test.rs auto merge of #7840 : alexcrichton/rust/better-test-help, r=huonw 2013-07-18 06:52:41 -07:00
time.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
timer.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
treemap.rs auto merge of #7912 : graydon/rust/extra-new-benchmarks-1, r=catamorphism 2013-07-20 22:10:28 -07:00
unicode.rs librustc: Remove pub extern and priv extern from the language. 2013-07-20 17:39:38 -07:00
uv_global_loop.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
uv_iotask.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
uv_ll.rs test: Fix tests. 2013-07-17 14:57:54 -07:00
uv.rs
workcache.rs Use Option .take() or .take_unwrap() instead of util::replace where possible 2013-07-20 05:12:05 -04:00