rust/src/libcore
Manish Goregaokar 63cd9f9d89 Rollup merge of #23321 - apasel422:hash, r=alexcrichton
It is no longer possible to specialize on the `Hasher` because it moved to a method-level type parameter.
2015-03-13 18:11:46 +05:30
..
fmt Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton 2015-03-12 07:30:44 +00:00
hash remove mention of specialization from Hash trait 2015-03-12 18:09:52 -04:00
num Example -> Examples 2015-03-11 21:11:40 -04:00
str Example -> Examples 2015-03-11 21:11:40 -04:00
any.rs Rename Show to Debug, String to Display 2015-02-08 20:00:30 +03:00
array.rs Rollup merge of #22320 - petrochenkov:eq, r=alexcrichton 2015-02-23 11:43:59 -08:00
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 core: Use int/isize in Clone boilerplate 2015-02-14 15:50:26 -08:00
cmp.rs Audit core::cmp for int/uint. 2015-02-18 14:39:06 +01:00
cmp_macros.rs Tweaks to equality comparisons for slices/arrays/vectors 2015-02-20 20:32:55 +03:00
default.rs Audit core::default for int/uint usage. 2015-02-18 14:41:13 +01:00
error.rs Rename std::path to std::old_path 2015-02-03 14:34:42 -08:00
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 std: Stabilize some ptr functions 2015-02-24 14:22:33 -08:00
nonzero.rs Rewrite Unique<T> so that it is covariant in T, implies NonZero and ownership, 2015-02-18 10:25:12 -05:00
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 register snapshot 880fb89 2015-02-27 01:48:49 +01:00
prelude.rs register snapshots 2015-02-02 13:38:32 -05:00
ptr.rs Update the ways to get a pointer from a box 2015-03-12 20:48:04 +02:00
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 s/Show/Debug/g 2015-01-29 07:49:02 -05:00
slice.rs Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brson 2015-03-12 09:14:26 +05:30
tuple.rs Set up docs for missing core types 2015-02-09 22:26:33 -05:00
ty.rs markers -> marker 2015-01-07 12:10:31 +13:00