rust/src/libextra
blake2-ppc 7ef9e722b8 hashmap: Remove .consume() has rename .consume_iter() to .consume()
Updated all users of HashMap, HashSet old .consume() to use .consume()
with a for loop.

Since .consume() takes the map or set by value, it needs awkward
extra code to in librusti's use of @mut HashMap, where the map value can
not be directly moved out.
2013-07-18 15:03:59 +02:00
..
crypto test: Fix tests. 2013-07-17 14:57:54 -07:00
net test: Fix tests. 2013-07-17 14:57:54 -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 librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07: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 librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
bitv.rs test: Fix tests. 2013-07-17 14:57:54 -07: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 mod container with trait Deque 2013-07-11 15:54:35 +02:00
dbg.rs Great renaming: propagate throughout the rest of the codebase 2013-06-29 11:20:02 -04:00
dlist.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07: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 the Copy bound from the language. 2013-07-17 14:57:54 -07:00
flatpipes.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
fun_treemap.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
future.rs librustc: Remove the Copy bound from the language. 2013-07-17 14:57:54 -07: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 test: Fix tests. 2013-07-17 14:57:54 -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 test: Fix tests. 2013-07-17 14:57:55 -07:00
rl.rs Make TLS keys actually take up space 2013-07-14 10:15:07 -07:00
semver.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
serialize.rs libsyntax: Remove some multi-gigabyte clones that were preventing bootstrapping on Windows. 2013-07-17 14:57:56 -07:00
smallintmap.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
sort.rs test: Fix tests. 2013-07-17 14:57:55 -07: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 libextra: Add a stray deriving or two. 2013-07-17 15:15:34 -07:00
time.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00
timer.rs librustc: Remove all uses of the Copy bound. 2013-07-17 14:57:53 -07:00
treemap.rs libextra: Add a stray deriving or two. 2013-07-17 15:15:34 -07:00
unicode.rs libextra: Require documentation by default 2013-05-30 01:03:15 -05:00
uv.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -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
workcache.rs librustc: Remove all uses of "copy". 2013-07-17 14:57:51 -07:00