rust/src/libcore
Manish Goregaokar 3ca5439009 Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton
fmt and hash are pretty straightforward I think. sync is a bit more complex. I thought one or two of the `isize`s ought to be `i32`s, but that would require a bunch of casting (the root cause being the lack of atomics other than isize/usize).

r? @alexcrichton
2015-02-24 12:08:34 +05:30
..
fmt Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton 2015-02-24 12:08:34 +05:30
hash int audit core::hash 2015-02-23 16:12:40 +13:00
num Rollup merge of #22339 - petrochenkov:int, r=huonw 2015-02-15 18:42:47 +05:30
str Addressed PR comments 2015-02-20 00:58:15 +01: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 Remove mention of non-existing AtomicOption in docs 2015-02-21 11:51:06 -05:00
cell.rs Add negative impls for Sync 2015-02-22 02:14:24 +01:00
char.rs Refactored code into Searcher traits with naive implementations 2015-02-20 00:57:38 +01:00
clone.rs core: Use int/isize in Clone boilerplate 2015-02-14 15:50:26 -08:00
cmp_macros.rs Tweaks to equality comparisons for slices/arrays/vectors 2015-02-20 20:32:55 +03:00
cmp.rs Audit core::cmp for int/uint. 2015-02-18 14:39:06 +01: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 Audit integer types in finally. 2015-02-15 10:25:13 -05:00
intrinsics.rs Audit core::intrinsics for int/uint: size_of/align_of use usize. 2015-02-18 14:45:35 +01:00
iter.rs Add examples for iter::range_step 2015-02-20 17:11:06 -05:00
lib.rs Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis 2015-02-24 02:22:44 +00:00
macros.rs Resolve barriers to changing column!() / line!() return type to u32 in #19284 . Address review comments in #21769 . 2015-02-21 17:26:29 -05:00
marker.rs Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis 2015-02-24 02:22:44 +00:00
mem.rs Update core::mem for isize/usize migration. 2015-02-16 14:38:50 +01: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 Audit integer types in ops. 2015-02-15 10:22:43 -05:00
option.rs make FromIterator use IntoIterator 2015-02-18 14:01:47 -05:00
panicking.rs Resolve barriers to changing column!() / line!() return type to u32 in #19284 . Address review comments in #21769 . 2015-02-21 17:26:29 -05:00
prelude.rs register snapshots 2015-02-02 13:38:32 -05:00
ptr.rs rollup merge of #22286: nikomatsakis/variance-4b 2015-02-18 15:52:01 -08:00
raw.rs Rollup merge of #22350 - brson:usize, r=Gankro 2015-02-15 18:42:46 +05:30
result.rs make FromIterator use IntoIterator 2015-02-18 14:01:47 -05:00
simd.rs s/Show/Debug/g 2015-01-29 07:49:02 -05:00
slice.rs Refactored code into Searcher traits with naive implementations 2015-02-20 00:57:38 +01:00
tuple.rs Set up docs for missing core types 2015-02-09 22:26:33 -05:00
ty.rs