rust/src/libcore/fmt
Manish Goregaokar 63a91c21d3 Rollup merge of #22916 - rprichard:fmt-num-cleanup, r=alexcrichton
* Make num::UpperHex private.  I was unable to determine why this struct
   is public.  The num module itself is not public, and the UpperHex struct
   is not referenced anywhere in the core::fmt module.  (Only the UpperHex
   trait is reference.)  num::LowerHex is not public.

 * Remove the suffix parameters from the macros that generate integral
   display traits.

   The code to print the Debug::fmt suffixes was removed when Show was
   renamed to Debug.  It was an intentional change.  From RFC 0565:

    * Focus on the *runtime* aspects of a type; repeating information such
      as suffixes for integer literals is not generally useful since that
      data is readily available from the type definition.

 * Because Show was renamed to Debug, rename show! to debug!.
2015-03-03 17:01:15 +05:30
..
rt register snapshot 880fb89 2015-02-27 01:48:49 +01:00
float.rs core: Audit num module for int/uint 2015-03-02 16:12:46 -08:00
mod.rs Fix assuming 32-bit pointers 2015-02-28 22:44:10 +08:00
num.rs Cleanup in the fmt::num module 2015-02-28 19:30:06 -08:00