rust/src/libcore
Aaron Turon e921afddd8 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.
2015-01-05 14:01:05 -08:00
..
fmt Rename core::char::Char to CharExt to match prelude guidelines. 2015-01-05 12:30:30 +11:00
hash sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
num Rename core::char::Char to CharExt to match prelude guidelines. 2015-01-05 12:30:30 +11:00
str Remove deprecated functionality 2015-01-03 23:43:57 -08:00
any.rs remove Any[Mut]RefExt traits in favor of impl Any 2015-01-03 23:01:33 -05:00
array.rs core: use assoc types in Deref[Mut] 2015-01-02 12:19:59 -05:00
atomic.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
borrow.rs core: use assoc types in Deref[Mut] 2015-01-02 12:19:59 -05:00
cell.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
char.rs char: small tweak since is_some > equivalent match. 2015-01-05 12:30:51 +11:00
clone.rs Fix fallout from change, adding explicit Sized annotations where necessary. 2015-01-02 12:06:59 -05:00
cmp.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
default.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
finally.rs libcore: fix fallout in doc tests 2014-12-13 17:03:46 -05:00
intrinsics.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
iter.rs Final alpha stabilization of core::iter 2015-01-05 14:01:05 -08:00
kinds.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
lib.rs Don't expose NonZero through libstd. 2014-12-28 19:40:48 -05:00
macros.rs Register new snapshots 2014-12-30 15:04:43 -08:00
mem.rs rollup merge of #19942: steveklabnik/doc_std_mem 2014-12-17 11:50:31 -08:00
nonzero.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
ops.rs Stabilize core::ops 2015-01-05 14:01:05 -08:00
option.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
panicking.rs Register new snapshots 2014-12-30 15:04:43 -08:00
prelude.rs Rename core::char::Char to CharExt to match prelude guidelines. 2015-01-05 12:30:30 +11:00
ptr.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
raw.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
result.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
simd.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
slice.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
tuple.rs Remove deprecated functionality 2015-01-03 23:43:57 -08:00
ty.rs std: Stabilize unit, bool, ty, tuple, arc, any 2014-07-26 13:12:20 -07:00