rust/src/libcore
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
..
fmt Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton 2015-03-12 07:30:44 +00:00
hash Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
num Example -> Examples 2015-03-11 21:11:40 -04:00
str Example -> Examples 2015-03-11 21:11:40 -04:00
any.rs
array.rs
atomic.rs Enable recursion for visit_ty in lint visitor 2015-03-02 15:35:48 -08:00
cell.rs Clean up references to opt-out traits 2015-03-08 09:32:18 -04:00
char.rs std: Stabilize more of the char module 2015-03-10 15:08:31 -07:00
clone.rs
cmp_macros.rs
cmp.rs
default.rs
error.rs
finally.rs Example -> Examples 2015-03-11 21:11:40 -04:00
intrinsics.rs Register new snapshots (270a677) 2015-03-08 00:36:56 +05:30
iter.rs Rollup merge of #23247 - tbu-:pr_core_iter_rm_isize, r=huonw 2015-03-12 09:14:08 +05:30
lib.rs Rollup merge of #23100 - wesleywiser:fix_23059, r=brson 2015-03-06 22:22:38 +05:30
macros.rs Example -> Examples 2015-03-11 21:11:40 -04:00
marker.rs Example -> Examples 2015-03-11 21:11:40 -04:00
mem.rs
nonzero.rs
ops.rs Example -> Examples 2015-03-11 21:11:40 -04:00
option.rs Example -> Examples 2015-03-11 21:11:40 -04:00
panicking.rs
prelude.rs
ptr.rs
raw.rs Enable recursion for visit_ty in lint visitor 2015-03-02 15:35:48 -08:00
result.rs Example -> Examples 2015-03-11 21:11:40 -04:00
simd.rs
slice.rs Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brson 2015-03-12 09:14:26 +05:30
tuple.rs
ty.rs