rust/src/libcore
Alex Crichton 02a8d5b570 std: Deprecate the RandomAccessIterator trait
This trait has not proven itself over time as being core and fundamentally
useful to iterators, so it's being deprecated to allow time to iterate on it out
of tree.
2015-06-17 09:07:16 -07:00
..
fmt Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
hash Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
num core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
str core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
any.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
array.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
atomic.rs Improve examples for atomic types. 2015-06-10 18:19:16 +02:00
cell.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
char.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
clone.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
cmp.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
cmp_macros.rs std: Remove #[old_orphan_check] from PartialEq 2015-03-31 13:39:14 -07:00
convert.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
default.rs Remove doc-comment default::Default imports 2015-04-22 09:42:36 -04:00
intrinsics.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
iter.rs std: Deprecate the RandomAccessIterator trait 2015-06-17 09:07:16 -07:00
lib.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
macros.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
marker.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
mem.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
nonzero.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
ops.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
option.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
panicking.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
prelude.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
ptr.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
raw.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
result.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
simd.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
slice.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00