rust/src/libcoretest
Robin Kruppe 7ff10209aa Enlarge Bignum type from 1152 to 1280 bits.
This is necessary for decimal-to-float code (in a later commit) to handle
inputs such as 4.9406564584124654e-324 (the smallest subnormal f64).
According to the benchmarks for flt2dec::dragon, this does not
affect performance measurably. It probably uses slightly more stack
space though.
2015-08-08 17:15:14 +02:00
..
fmt Fix negate_unsigned feature gate check 2015-07-14 21:48:43 +03:00
hash siphash: Add more benchmarks 2015-07-25 12:26:17 +02:00
num Enlarge Bignum type from 1152 to 1280 bits. 2015-08-08 17:15:14 +02:00
any.rs
atomic.rs
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 Use vec![elt; n] where possible 2015-07-09 11:05:32 +02:00
result.rs libcore/Result - RFC#1119 Add an 'expect' method to Result 2015-06-15 12:00:16 +08:00
slice.rs
str.rs
tuple.rs