rust/src/libcore/fmt
bors 49f7550a25 Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton
I've made some minor changes from the implementation attached to the RFC to try to minimize codegen. The methods now take `&Debug` trait objects rather than being parameterized and there are inlined stub methods that call to non-inlined methods to do the work.

r? @alexcrichton 

cc @huonw for the `derive(Debug)` changes.
2015-03-12 07:30:44 +00:00
..
rt register snapshot 880fb89 2015-02-27 01:48:49 +01:00
builders.rs Switch to a specific feature 2015-03-11 12:58:01 -07:00
float.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
mod.rs Switch derive(Debug) to use the debug builders 2015-03-09 23:24:34 -07:00
num.rs Example -> Examples 2015-03-11 21:11:40 -04:00