rust/src/libcollections
Huon Wilson bc7a2d72a3 rand: bubble up IO messages futher.
The various ...Rng::new() methods can hit IO errors from the OSRng they use,
and it seems sensible to expose them at a higher level. Unfortunately, writing
e.g. `StdRng::new().unwrap()` gives a much poorer error message than if it
failed internally, but this is a problem with all `IoResult`s.
2014-04-01 20:46:10 +11: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 rand: bubble up IO messages futher. 2014-04-01 20:46:10 +11: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 Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +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