rust/src/libcore/fmt
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
..
float.rs std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
mod.rs Optimize for the most common cases of format! 2014-09-09 20:34:41 +01:00
num.rs std: Rename various slice traits for consistency 2014-08-13 11:30:14 -07:00
rt.rs Decouple string and argument pieces 2014-09-09 20:34:41 +01:00