rust/src/libcore
Manish Goregaokar 12dc6eed03 Rollup merge of #24996 - steveklabnik:gh24163, r=aturon
These two traits are commonly confused. As such, explain the difference.

Fixes #24163

r? @aturon
2015-05-12 22:57:51 +05:30
..
fmt core: made the core formatter to use a new flt2dec. 2015-05-06 14:21:41 +09:00
hash
num Auto merge of #24612 - lifthrasiir:flt2dec, r=pnkfelix 2015-05-09 14:56:56 +00:00
str docs: Update FromStr documentation 2015-05-11 03:41:53 +02:00
any.rs
array.rs
atomic.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
cell.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05:00
char.rs
clone.rs
cmp_macros.rs
cmp.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05:00
convert.rs TRPL: Borrow and AsRef 2015-05-12 10:53:50 -04:00
default.rs
intrinsics.rs std: Mark mem::forget as a safe function 2015-05-07 17:25:04 -07:00
iter.rs doc: unwrap is discouraged, so use Some 2015-05-10 23:39:13 +02:00
lib.rs
macros.rs Squeeze the last bits of tasks in documentation in favor of thread 2015-05-09 02:24:18 +09:00
marker.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05:00
mem.rs std: Mark mem::forget as a safe function 2015-05-07 17:25:04 -07:00
nonzero.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05:00
ops.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05:00
option.rs Fix incorrect link in Option documentation. 2015-05-04 17:53:08 +01:00
panicking.rs Convert #[lang="..."] to #[lang = "..."] 2015-05-09 14:50:28 -05:00
prelude.rs
ptr.rs
raw.rs
result.rs
simd.rs
slice.rs Avoid returning a slice with a null pointer from Iter.as_slice() 2015-05-11 12:37:31 -07:00
tuple.rs
ty.rs