rust/src/libcore
Alex Crichton c5229e5d2e core: Inhert ~/@/& cmp traits, remove old modules
This commit removes the std::{managed, reference} modules. The modules serve
essentially no purpose, and the only free function removed was `managed::ptr_eq`
which can be achieved by comparing references.

[breaking-change]
2014-05-07 08:15:58 -07:00
..
any.rs core: Inherit the any module 2014-05-07 08:13:56 -07:00
bool.rs core: Inherit the bool module 2014-05-07 08:14:56 -07:00
cast.rs core: Inherit the cast module 2014-05-07 08:13:06 -07:00
char.rs core: Inherit the char module 2014-05-07 08:13:24 -07:00
clone.rs core: Bring clone tests up to date in style 2014-05-07 08:14:26 -07:00
cmp.rs core: Inhert ~/@/& cmp traits, remove old modules 2014-05-07 08:15:58 -07:00
container.rs core: Inherit the container module 2014-05-07 08:13:24 -07:00
default.rs core: Inherit the default module 2014-05-07 08:13:56 -07:00
finally.rs core: Inherit the finally module 2014-05-07 08:13:24 -07:00
intrinsics.rs core: Inherit the intrinsics module 2014-05-07 08:12:48 -07:00
iter.rs core: Inherit the iter module 2014-05-07 08:14:56 -07:00
kinds.rs core: Inherit the kinds module 2014-05-07 08:13:06 -07:00
lib.rs core: Inherit the cmp module 2014-05-07 08:15:19 -07:00
mem.rs core: Inherit the mem module 2014-05-07 08:12:48 -07:00
ops.rs core: Inherit the ops module 2014-05-07 08:13:06 -07:00
option.rs core: Inherit the option module 2014-05-07 08:14:56 -07:00
ptr.rs core: Inherit the ptr module 2014-05-07 08:13:06 -07:00
raw.rs core: Inherit the raw module 2014-05-07 08:13:56 -07:00
tuple.rs core: Inherit the tuple module 2014-05-07 08:14:54 -07:00
ty.rs core: Inherit the ty module 2014-05-07 08:13:24 -07:00
unit.rs core: Inherit the unit module 2014-05-07 08:13:56 -07:00