rust/src/libcollections
bors 29756a3b76 auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestinger
This switches a "tail call" to a manual loop to get around LLVM not optimizing
to a tail call.

Close #12860
2014-03-14 02:01:34 -07:00
..
bitv.rs Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
btree.rs create a sensible comparison trait hierarchy 2014-03-07 22:45:22 -05:00
deque.rs Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
dlist.rs Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
enum_set.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
hashmap.rs auto merge of #12867 : alexcrichton/rust/issue-12860, r=thestinger 2014-03-14 02:01:34 -07:00
lib.rs lint: add lint for use of a ~[T]. 2014-03-14 11:28:39 +11:00
list.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
lru_cache.rs Use generic impls for Hash 2014-03-12 13:39:47 -07:00
priority_queue.rs Move replace and swap to std::mem. Get rid of std::util 2014-02-11 05:21:35 +08:00
ringbuf.rs std: Change assert_eq!() to use {} instead of {:?} 2014-02-28 23:01:54 -08:00
smallintmap.rs fix typos with with repeated words, just like this sentence. 2014-03-06 20:19:14 +09:00
treemap.rs Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
trie.rs Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00