rust/src/libcore/fmt
Ryan Prichard 9cdc9e9c61 Destabilize format_args! internals.
Arguments, Formatters, and the various format traits remain stable. The
format_args! macro uses #[allow_internal_unstable] to allow it access to
the unstable things in core::fmt.

Destabilized things include a "v1" in their name:
 * core::fmt::rt
 * core::fmt::rt::v1 (the module and all contents)
 * core::fmt::ArgumentV1
 * core::fmt::ArgumentV1::new
 * core::fmt::ArgumentV1::from_usize
 * core::fmt::Arguments::new_v1
 * core::fmt::Arguments::new_v1_formatted

The unstable message was copied from that of std::io::_print.
2015-04-12 22:01:55 -07:00
..
rt Destabilize format_args! internals. 2015-04-12 22:01:55 -07:00
builders.rs Update debug helpers and add list builder 2015-03-28 10:33:51 -07:00
float.rs Fix for #23150 2015-04-10 13:19:14 +01:00
mod.rs Destabilize format_args! internals. 2015-04-12 22:01:55 -07:00
num.rs Fallout in public-facing and semi-public-facing libs 2015-04-01 11:23:45 -04:00