rust/src/libcoretest
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 Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
num Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
any.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
atomic.rs
cell.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
char.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
clone.rs
cmp.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
finally.rs Rename #[should_fail] to #[should_panic] 2015-03-09 10:14:21 -07:00
intrinsics.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
iter.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lib.rs Feature gate *all* slice patterns. #23121 2015-03-27 12:50:49 -07:00
mem.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
nonzero.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
ops.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
option.rs Test fixes and rebase conflicts, round 1 2015-03-27 11:29:36 -07:00
ptr.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
result.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
slice.rs
str.rs Remove auto-deref'ing Pattern impl because it conflicts with other 2015-03-23 18:05:20 -04:00
tuple.rs