]> git.lizzy.rs Git - rust.git/commit
clean up the `Rc`/`RcMut` types and move to libstd
authorDaniel Micay <danielmicay@gmail.com>
Thu, 10 Oct 2013 15:45:52 +0000 (11:45 -0400)
committerDaniel Micay <danielmicay@gmail.com>
Fri, 11 Oct 2013 17:28:36 +0000 (13:28 -0400)
commit18be986c992d521c6ecdd4ded67c798c1fae172e
treeb66dc8808a73efcea640cd536a28b64d99dc372f
parente192b6d7c59607233cc2e455c8d177cd37226162
clean up the `Rc`/`RcMut` types and move to libstd
src/libextra/extra.rs
src/libextra/rc.rs [deleted file]
src/libstd/rc.rs [new file with mode: 0644]
src/libstd/std.rs
src/test/compile-fail/issue-7013.rs
src/test/compile-fail/no_send-rc.rs [new file with mode: 0644]
src/test/compile-fail/rcmut-not-const-and-not-owned.rs