rust/src/libcore
bors c10569cac5 Auto merge of #29808 - aphistic:trait-debug-example-fix, r=steveklabnik
The example given for the manual implementation of the core::fmt::Debug trait doesn't match the output after the code sample. This updates it so it matches.
2015-11-13 22:12:51 +00:00
..
fmt Fix the manual implementation example for the Debug trait so it matches the given output 2015-11-12 15:03:36 -06:00
hash libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
num Add examples to methods on integer types 2015-11-10 13:19:52 +00:00
prelude
str libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
sync Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03:00
any.rs
array.rs
borrow.rs
cell.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
char.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
clone.rs
cmp_macros.rs
cmp.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
convert.rs Make {Default, From, FromIterator, One, Zero} well-formed 2015-10-23 21:56:23 -04:00
default.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
intrinsics.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
iter.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
lib.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
macros.rs Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik 2015-11-12 13:07:45 +00:00
marker.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
mem.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
nonzero.rs Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) 2015-10-25 12:03:07 +08:00
ops.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
option.rs libcore: deny warnings in doctests 2015-11-12 05:16:08 +00:00
panicking.rs
ptr.rs Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03:00
raw.rs Correct spelling in docs 2015-10-13 09:44:11 -04:00
result.rs Auto merge of #29544 - Ryman:reduce_doc_warnings, r=steveklabnik 2015-11-12 13:07:45 +00:00
simd_old.rs
simd.rs
slice.rs Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03:00
tuple.rs Remove stability annotations from trait impl items 2015-11-06 00:13:46 +03:00