rust/src/libcore
2016-07-13 17:40:16 -08:00
..
fmt Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch 2016-06-03 22:32:15 -07:00
hash "the trait Hash" => "the Hash trait" 2016-05-23 14:39:41 -04:00
iter Auto merge of #34155 - ollie27:unzip, r=alexcrichton 2016-06-21 02:18:42 -07:00
num core: mark relevant functions with #[rustc_inherit_overflow_checks]. 2016-06-05 14:41:03 +03:00
prelude
str Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon 2016-06-01 15:11:38 -07:00
sync atomic doc: fix statement 2016-06-02 19:36:10 +02:00
any.rs docs: simplify wording 2016-06-07 20:46:11 +03:00
array.rs
borrow.rs
Cargo.toml No build.rs for libcore 2016-06-04 15:10:26 -07:00
cell.rs Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon 2016-06-01 15:11:38 -07:00
char.rs add core::char::DecodeUtf8 2016-07-13 17:40:16 -08:00
clone.rs Prefer ClassName over Self in example trait implementations 2016-05-23 13:14:15 -04:00
cmp.rs Complete PartialOrd's example so it passes make check-docs 2016-05-23 14:39:41 -04:00
convert.rs
default.rs Move all Default docs from module to trait 2016-05-23 13:47:28 -04:00
intrinsics.rs Update comment 2016-06-03 17:48:49 +08:00
iter_private.rs specialize zip: Introduce TrustedRandomAccess trait 2016-06-14 15:50:49 +02:00
lib.rs specialize zip: Introduce TrustedRandomAccess trait 2016-06-14 15:50:49 +02:00
macros.rs
marker.rs Reorder Copy doc sections 2016-05-23 10:03:44 -04:00
mem.rs
nonzero.rs
ops.rs make RangeInclusive Hash and !Copy 2016-06-09 13:26:02 -04:00
option.rs
panicking.rs
ptr.rs
raw.rs std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
result.rs
slice.rs specialize zip: Implement TrustedRandomAccess for slice iterators 2016-06-14 15:51:49 +02:00
tuple.rs