rust/src/libcollections
Flavio Percoco 81ec1f3c18 Rename Pod into Copy
Summary:
So far, we've used the term POD "Plain Old Data" to refer to types that
can be safely copied. However, this term is not consistent with the
other built-in bounds that use verbs instead. This patch renames the Pod
kind into Copy.

RFC: 0003-opt-in-builtin-traits

Test Plan: make check

Reviewers: cmr

Differential Revision: http://phabricator.octayn.net/D3
2014-03-28 10:34:02 +01:00
..
bitv.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
btree.rs std: remove the equals method from TotalEq. 2014-03-23 23:48:10 +11:00
deque.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
dlist.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
enum_set.rs use TotalEq for HashMap 2014-03-23 01:59:11 -04:00
hashmap.rs Rename Pod into Copy 2014-03-28 10:34:02 +01:00
lib.rs Register new snapshots 2014-03-23 11:37:31 +01:00
list.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
lru_cache.rs use TotalEq for HashMap 2014-03-23 01:59:11 -04:00
priority_queue.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
ringbuf.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
smallintmap.rs rename std::vec -> std::slice 2014-03-20 01:30:27 -04:00
treemap.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
trie.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00