rust/src/libcore
Piotr Czarnecki 5aaa606932 Optimize for the most common cases of format!
Format specs are ignored and not stored in case they're all default.
Restore default formatting parameters during iteration.
Pass `None` instead of empty slices of format specs to take advantage
of non-nullable pointer optimization.

Generate a call to one of two functions of `fmt::Argument`.
2014-09-09 20:34:41 +01:00
..
fmt Optimize for the most common cases of format! 2014-09-09 20:34:41 +01:00
num Make integer bit count methods return uints 2014-09-05 14:01:41 +10:00
tuple
any.rs
atomic.rs
bool.rs
cell.rs
char.rs Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
clone.rs
cmp.rs
collections.rs
default.rs
failure.rs
finally.rs
intrinsics.rs Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
iter.rs
kinds.rs Update language item from 'share' to 'sync' #16988 2014-09-05 02:03:26 +02:00
lib.rs
macros.rs
mem.rs
ops.rs
option.rs
prelude.rs
ptr.rs
raw.rs
result.rs
simd.rs
slice.rs Optimize Slice::reverse 2014-09-05 14:12:20 -07:00
str.rs Fix spelling errors and capitalization. 2014-09-03 23:10:38 -04:00
ty.rs