rust/src/libcore
Steven Fackler 4037f2a368 Update debug helpers and add list builder
The collections debug helpers no longer prefix output with the
collection name, in line with the current conventions for Debug
implementations. Implementations that want to preserve the current
behavior can simply add a `try!(write!(fmt, "TypeName "));` at the
beginning of the `fmt` method.

[breaking-change]
2015-03-28 10:33:51 -07:00
..
fmt Update debug helpers and add list builder 2015-03-28 10:33:51 -07:00
hash Change lint names to plurals 2015-03-25 10:06:13 +13:00
num rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
str rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
any.rs Implement Reflect trait with a variant on the standard OIBIT 2015-03-26 17:52:38 -04:00
array.rs Implement AsRef and AsMut for fixed-sized arrays 2015-03-25 01:37:08 +02:00
atomic.rs rollup merge of #23793: steveklabnik/gh21668 2015-03-27 13:04:38 -07:00
cell.rs Change lint names to plurals 2015-03-25 10:06:13 +13:00
char.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
clone.rs An example for clone 2015-03-24 16:58:08 -04:00
cmp.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
cmp_macros.rs Tweaks to equality comparisons for slices/arrays/vectors 2015-02-20 20:32:55 +03:00
convert.rs Revise use of conversion traits 2015-03-26 13:54:48 -07:00
default.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
error.rs Make std::error::Error not inherit from Send 2015-03-27 16:35:16 -07:00
finally.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
intrinsics.rs rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
iter.rs Note that zip and enumerate are similar 2015-03-27 18:32:46 -04:00
lib.rs rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
macros.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
marker.rs Fix doc tests. 2015-03-26 21:12:52 -04:00
mem.rs Added instability markers to POST_DROP_* consts, and related opt-in's. 2015-03-26 14:08:55 +01:00
nonzero.rs Rewrite Unique<T> so that it is covariant in T, implies NonZero and ownership, 2015-02-18 10:25:12 -05:00
ops.rs Register new snapshots 2015-03-26 09:57:05 -07:00
option.rs Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
panicking.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
prelude.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
ptr.rs Added instability markers to POST_DROP_* consts, and related opt-in's. 2015-03-26 14:08:55 +01:00
raw.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
result.rs rollup merge of #23741: alexcrichton/remove-int-uint 2015-03-27 10:10:05 -07:00
simd.rs Add #![feature] attributes to doctests 2015-03-23 14:40:26 -07:00
slice.rs rollup merge of #23738: alexcrichton/snapshots 2015-03-27 10:08:40 -07:00
tuple.rs core: Update tuple doc 2015-03-15 18:16:03 +01:00
ty.rs markers -> marker 2015-01-07 12:10:31 +13:00