about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-06-10 19:14:35 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-06-17 09:07:17 -0700
commitaa931e9c6f92557b99978f1cc562c99051190f79 (patch)
tree2a6dc3e11e44531edd1829143b9c0a86f90d4add /src/rustllvm/RustWrapper.cpp
parent3346fb044285c0b10480099ca3af921a053c38be (diff)
downloadrust-aa931e9c6f92557b99978f1cc562c99051190f79.tar.gz
rust-aa931e9c6f92557b99978f1cc562c99051190f79.zip
std: Move free-functions to associated functions
This commit moves the free functions in the `rc`, `arc`, and `boxed` modules to
associated functions on their respective types, following the recent trend
towards this pattern. The previous free functions are all left in-place with
`#[deprecated]` pointers towards the new locations.

This commit also deprecates `arc::get_mut` and `Arc::make_unique` with no
replacement as they are racy in the face of weak pointers.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions