rust/src/libcoretest
Alex Crichton 98566ea951 std: Fix formatting flags for chars
This recently regressed in #24689, and this updates the `Display` implementation
to take formatting flags into account.

Closes #26625
2015-06-30 19:26:03 -07:00
..
fmt std: Fix formatting flags for chars 2015-06-30 19:26:03 -07:00
hash
num core: use banker's rounding for the exact mode in flt2dec. 2015-05-06 21:11:14 +09:00
any.rs
atomic.rs Use const fn to abstract away the contents of UnsafeCell & friends. 2015-05-27 11:19:03 +03:00
cell.rs Add map and filter_map associated functions to std::cell::Ref and RefMut 2015-05-29 08:39:07 +02:00
char.rs Remove char::to_titlecase. Fix #26555 2015-06-24 22:16:25 -07:00
clone.rs
cmp.rs
intrinsics.rs
iter.rs Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
lib.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
mem.rs
nonzero.rs
ops.rs
option.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
ptr.rs
result.rs libcore/Result - RFC#1119 Add an 'expect' method to Result 2015-06-15 12:00:16 +08:00
slice.rs std: Remove index notation on slice iterators 2015-05-01 10:40:46 -07:00
str.rs
tuple.rs