]> git.lizzy.rs Git - rust.git/commit
Stabilize:
authorAaron Turon <aturon@mozilla.com>
Wed, 14 Dec 2016 20:27:30 +0000 (12:27 -0800)
committerAaron Turon <aturon@mozilla.com>
Thu, 15 Dec 2016 18:56:55 +0000 (10:56 -0800)
commitb02ed1e1d495e25252dc49c5f0f5e1da1b24b78e
tree9fdcd0365066bf4e233427658311f02f62bb008a
parent65b144c964987970974742526ad5985d53f19da9
Stabilize:

- `std::rc::Rc::{strong_count, weak_count}`
- `std::sync::Arc::{strong_count, weak_count}`

Deprecate:

- `std::rc::Rc::{would_unwrap, is_unique}`
src/liballoc/arc.rs
src/liballoc/rc.rs