rust/src/libcore
2016-10-07 15:14:28 -05:00
..
fmt impl Debug for raw pointers to unsized data 2016-10-01 01:50:56 +00:00
hash update sip.rs for new intrinsics and defaults 2016-10-04 14:48:03 -07:00
iter std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
num rewrite checked_{div,rem} to no contain any reference to panics 2016-10-07 15:14:28 -05:00
prelude Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
str Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix 2016-09-22 11:25:01 -07:00
sync fix typos 2016-10-02 14:45:49 +02:00
any.rs Replace unnecessary uses of TraitObject with casts 2016-08-26 06:37:36 -04:00
array.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
borrow.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
Cargo.toml No build.rs for libcore 2016-06-04 15:10:26 -07:00
cell.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
char.rs [breaking-change] std: change encode_utf{8,16}() to take a buffer and return a slice 2016-09-28 09:03:30 +02:00
char_private.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
clone.rs Remove stage0 hacks 2016-09-28 23:17:56 +00:00
cmp.rs Add missing links on cmp module 2016-09-26 20:43:54 +02:00
convert.rs Add example in AsMut trait documentation 2016-09-15 19:47:04 -06:00
default.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
intrinsics.rs Rollup merge of #36811 - brson:bootstrap, r=alexcrichton 2016-09-28 20:21:52 -07:00
iter_private.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
lib.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
macros.rs add assert_ne and debug_assert_ne macros 2016-09-21 14:38:26 +02:00
marker.rs Tweak std::marker docs 2016-09-15 12:31:17 -07:00
mem.rs add wrapper for discriminant_value 2016-09-27 23:29:01 +00:00
nonzero.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00
ops.rs Rollup merge of #36810 - GuillaumeGomez:ops_doc, r=steveklabnik 2016-09-30 13:44:47 -04:00
option.rs fixed the safety header/wording in option.rs 2016-09-19 17:55:44 -05:00
panicking.rs Mark all extern functions as nounwind 2015-09-14 11:36:09 +02:00
ptr.rs std: Correct stability attributes for some implementations 2016-10-01 23:58:14 +01:00
raw.rs Clean up std::raw docs 2016-08-05 17:52:37 -04:00
result.rs Improve Result doc 2016-09-11 11:58:20 +02:00
slice.rs Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichton 2016-09-15 18:16:21 +05:30
tuple.rs Use #[prelude_import] in libcore. 2016-08-24 22:12:23 +00:00