rust/src/libcore
Manish Goregaokar 3c1f61ce63 Rollup merge of #22898 - edwardw:one-less-unsafe-impl, r=huonw
These implementations were temporary workaround. Now #22828 has been
fixed, they can be removed.
2015-03-01 09:49:42 +05:30
..
fmt register snapshot 880fb89 2015-02-27 01:48:49 +01:00
hash int audit core::hash 2015-02-23 16:12:40 +13:00
num Stop parsing "-" as integer, fixes #22745 2015-02-24 06:04:49 +01:00
str Add some missing stability attributes on struct fields. 2015-02-27 12:52:43 +11:00
any.rs
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
finally.rs Audit integer types in finally. 2015-02-15 10:25:13 -05:00
intrinsics.rs Add doc to core::intrinsics pointing out conservativeness of needs_drop. 2015-02-26 15:12:27 +01:00
iter.rs Rollup merge of #22898 - edwardw:one-less-unsafe-impl, r=huonw 2015-03-01 09:49:42 +05:30
lib.rs Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis 2015-02-24 02:22:44 +00:00
macros.rs register snapshot 880fb89 2015-02-27 01:48:49 +01:00
marker.rs Change MarkerTrait to be invariant. This is a (small) loss of expressiveness, 2015-02-25 12:21:15 -05: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 Add documentation to associated types in libcore, libstd 2015-02-23 11:05:55 -08:00
option.rs Use arrays instead of vectors in tests 2015-02-24 21:15:45 +03:00
panicking.rs register snapshot 880fb89 2015-02-27 01:48:49 +01:00
prelude.rs
ptr.rs std: Stabilize some ptr functions 2015-02-24 14:22:33 -08:00
raw.rs Rollup merge of #22350 - brson:usize, r=Gankro 2015-02-15 18:42:46 +05:30
result.rs Rollup merge of #22817 - jmesmon:result-or-type, r=huonw 2015-02-27 22:07:03 +05:30
simd.rs
slice.rs Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw 2015-02-28 03:37:20 +00:00
tuple.rs
ty.rs