rust/src/libcore
Steve Klabnik bd1033d738 Rollup merge of #26891 - steveklabnik:gh26552, r=huonw
Added a proper Unsafety header, as well as mentioning that
the pointer shouldn't be null.

Fixes #26552
2015-07-08 10:34:27 -04:00
..
fmt Make mention of alternate flags in std::fmt traits 2015-07-08 12:40:54 -04:00
hash Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
num Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton 2015-07-05 20:37:26 +00:00
str core: Use memcmp in is_prefix_of / is_suffix_of 2015-07-04 15:10:20 +02:00
any.rs Auto merge of #26725 - tshepang:patch-2, r=bluss 2015-07-02 21:56:28 +00:00
array.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
atomic.rs Update atomic.rs 2015-07-04 03:24:25 +08:00
cell.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
char.rs std: Update stable since for core::char 2015-06-17 09:07:17 -07:00
clone.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
cmp.rs Make note of Ord's derive ordering 2015-06-30 19:37:34 -04: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 Make the unused_mut lint smarter with respect to locals. 2015-07-01 00:12:12 +03: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 Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton 2015-07-05 20:37:26 +00:00
nonzero.rs core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
ops.rs std: Avoid missing fns on i686-pc-windows-msvc 2015-06-27 13:02:18 -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 Use Box::into_raw rather than the deprecated boxed::into_raw in tests and documentation. 2015-06-26 22:29:40 +02:00
raw.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
result.rs std: Deprecate result::fold 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 Fix up unsafe section of slice::from_raw_parts 2015-07-08 13:04:41 -04:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00