rust/src/libcollections
Simonas Kazlauskas 1e89bbcb67 Rename TaskRng to ThreadRng
Since runtime is removed, rust has no tasks anymore and everything is moving
from being task-* to thread-*. Let’s rename TaskRng as well!

* Rename TaskRng to ThreadRng
* Rename task_rng to thread_rng

[breaking-change]
2014-12-28 13:46:35 +02:00
..
btree rollup merge of #19891: nikomatsakis/unique-fn-types-3 2014-12-22 12:51:23 -08:00
bench.rs
binary_heap.rs clean up BinaryHeap code 2014-12-24 10:08:33 -05:00
bit.rs Test fixes and rebase conflicts 2014-12-22 15:17:26 -08:00
dlist.rs Impl Sync/Send for Rawlink 2014-12-26 17:26:33 +01:00
enum_set.rs
lib.rs
macros.rs
ring_buf.rs Merge pull request #20155 from tbu-/pr_vecmap_fiximpls 2014-12-23 09:31:26 +00:00
slice.rs Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
str.rs Rebasing changes 2014-12-27 12:30:36 +13:00
string.rs
vec_map.rs auto merge of #20143 : csouth3/rust/vecmap-reserve, r=Gankro 2014-12-27 04:41:53 +00:00
vec.rs Rename UniquePtr to Unique 2014-12-26 17:26:33 +01:00