]> git.lizzy.rs Git - rust.git/commit
Stabilize core::ops
authorAaron Turon <aturon@mozilla.com>
Sun, 4 Jan 2015 23:42:51 +0000 (15:42 -0800)
committerAaron Turon <aturon@mozilla.com>
Mon, 5 Jan 2015 22:01:05 +0000 (14:01 -0800)
commite921afddd8c12d676205bb951deff1aa5761bedf
treef9467aa25e5834b1626b9d8e065045f3d84fe181
parent64ec47c9d2a75c8150d153450e7e7b7db60208dc
Stabilize core::ops

This commit marks as stable those parts of `core::ops` that are in their
final planned form: `Drop`, all of the mathematical operators (`Add`,
`Sub`, etc), `Deref`/`DerefMut`. It leaves the `Index*`, `Slice*` and
`Fn*` traits unstable, as they are still undergoing active changes.
src/libcore/ops.rs