]> git.lizzy.rs Git - rust.git/commit
rollup merge of #20264: nagisa/threadrng
authorAlex Crichton <alex@alexcrichton.com>
Tue, 30 Dec 2014 00:36:29 +0000 (16:36 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 30 Dec 2014 00:36:29 +0000 (16:36 -0800)
commit9cbbfee8a4738663625e373f165b8ec5f6317ef4
tree7738cc422f972c8ce62ed56b7d77f4b284d01c5a
parent3385ff7757e8eb328c9fc10f3b1ee057bcb2fc2f
parent1e89bbcb67020892bc0af5af218c35f0fd453fa4
rollup merge of #20264: nagisa/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!

This is a breaking change. If a breaking change for consistency is not desired, feel free to close.
src/libcollections/slice.rs
src/libstd/os.rs
src/libstd/sync/rwlock.rs