rust/src/libcollections
Chris Morgan 460b55262e Reinstate HashMap.mangle().
This was removed when the Robin Hood hash map came along, but it is a
useful thing to have.

The comment is taken directly from what was there before (e.g. in 0.9)
but with appropriate language changes (like `StrBuf` instead of `~str`).
2014-05-15 00:15:30 +10:00
..
bitv.rs Add documentation for Bitv. 2014-05-06 23:34:19 -04:00
btree.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
deque.rs
dlist.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
enum_set.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
hashmap.rs Reinstate HashMap.mangle(). 2014-05-15 00:15:30 +10:00
lib.rs Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
lru_cache.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
priority_queue.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
ringbuf.rs
smallintmap.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
treemap.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00
trie.rs librustc: Remove ~EXPR, ~TYPE, and ~PAT from the language, except 2014-05-06 23:12:54 -07:00