rust/src/libcore
2015-02-20 20:32:55 +03:00
..
fmt Introduce the new phantomdata/phantomfn markers and integrate them 2015-02-18 10:24:55 -05:00
hash Round 5 test fixes and rebase conflicts 2015-02-19 07:03:18 -08:00
num Rollup merge of #22339 - petrochenkov:int, r=huonw 2015-02-15 18:42:47 +05:30
str Replace all uses of &foo[] with &foo[..] en masse. 2015-02-18 17:36:03 -05:00
any.rs Rename Show to Debug, String to Display 2015-02-08 20:00:30 +03:00
array.rs Tweaks to equality comparisons for slices/arrays/vectors 2015-02-20 20:32:55 +03:00
atomic.rs Fallout: AtomicPtr needs phantom data to indicate that it contains an unsafe pointer. 2015-02-18 10:25:12 -05:00
cell.rs Register new snapshots 2015-02-17 22:04:31 -08:00
char.rs Remove i, is, u, or us suffixes that are not necessary. 2015-02-18 09:09:12 -05: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 rollup merge of #22286: nikomatsakis/variance-4b 2015-02-18 15:52:01 -08:00
lib.rs Tweaks to equality comparisons for slices/arrays/vectors 2015-02-20 20:32:55 +03:00
macros.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-25 22:14:06 -08:00
marker.rs Round 4 test fixes and rebase conflicts 2015-02-18 17:57:35 -08: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 Register new snapshots 2014-12-30 15:04:43 -08: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 Fallout: Port slice to use PhantomData instead of ContravariantLifetime 2015-02-18 10:25:28 -05:00
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