rust/src/libcore
Mazdak Farrokhzad 7b8b23ceba
Rollup merge of #61161 - RalfJung:maybe-uninit, r=Centril
MaybeUninit doctest: remove unnecessary type ascription
2019-05-26 02:13:29 +02:00
..
benches libcore => 2018 2019-04-18 14:47:35 +09:00
char libcore: deny more... 2019-04-19 01:37:12 +02:00
fmt Fix data types indication 2019-05-19 13:51:46 +00:00
future Improve the "must use" lint for Future 2019-05-13 16:01:20 -07:00
hash libcore: deny more... 2019-04-19 01:37:12 +02:00
iter Revert "Add implementations of last in terms of next_back on a bunch of DoubleEndedIterators." 2019-05-22 14:09:34 -07:00
num Rollup merge of #61134 - nvzqz:reverse_bits-must_use, r=varkor 2019-05-25 04:55:43 +02:00
ops Remove double trailing newlines 2019-04-22 16:57:01 +01:00
prelude libcore => 2018 2019-04-18 14:47:35 +09:00
slice Revert "Add implementations of last in terms of next_back on a bunch of DoubleEndedIterators." 2019-05-22 14:09:34 -07:00
str Revert "Add implementations of last in terms of next_back on a bunch of DoubleEndedIterators." 2019-05-22 14:09:34 -07:00
sync libcore: deny more... 2019-04-19 01:37:12 +02:00
task Fix intra-doc link resolution failure on re-exporting libstd 2019-05-04 23:48:57 +09:00
tests Add const_unchecked_layout test to libcore/tests 2019-05-14 09:41:50 +02:00
unicode libcore => 2018 2019-04-18 14:47:35 +09:00
alloc.rs Rollup merge of #60947 - blkerby:global_alloc_typo, r=jonas-schievink 2019-05-19 02:31:46 +02:00
any.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
array.rs Auto merge of #60318 - jethrogb:jb/try-from-slice-to-infallible, r=sfackler 2019-05-11 19:13:12 +00:00
ascii.rs Revert "Add implementations of last in terms of next_back on a bunch of DoubleEndedIterators." 2019-05-22 14:09:34 -07:00
borrow.rs be more direct about borrow requirenments 2019-04-03 11:41:24 +03:00
Cargo.toml libcore => 2018 2019-04-18 14:47:35 +09:00
cell.rs typo 2019-05-23 19:36:06 -06:00
clone.rs libcore => 2018 2019-04-18 14:47:35 +09:00
cmp.rs libcore => 2018 2019-04-18 14:47:35 +09:00
convert.rs Rollup merge of #59923 - czipperz:fix-convert-doc-links, r=steveklabnik 2019-05-16 10:43:28 +02:00
default.rs libs: doc comments 2019-02-10 23:57:25 +00:00
ffi.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
hint.rs libcore => 2018 2019-04-18 14:47:35 +09:00
internal_macros.rs libcore => 2018 2019-04-18 14:47:35 +09:00
intrinsics.rs libcore => 2018 2019-04-18 14:47:35 +09:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the future 2019-05-20 10:44:02 +02:00
macros.rs Rollup merge of #59448 - benesch:macro-doc, r=Centril 2019-03-28 08:43:39 +01:00
marker.rs libcore => 2018 2019-04-18 14:47:35 +09:00
mem.rs MaybeUninit doctest: remove unnecessary type ascription 2019-05-25 09:11:20 +02:00
option.rs Add flatten option for Option<Option<T>> 2019-04-26 16:59:12 +01:00
panic.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
panicking.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
pin.rs pin: make the to-module link more visible 2019-05-08 17:21:05 +02:00
ptr.rs Allow null-pointer-optimized enums in FFI if their underlying representation is FFI safe 2019-05-22 07:24:28 -07:00
raw.rs Remove licenses 2018-12-25 21:08:33 -07:00
result.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
time.rs libcore: deny more... 2019-04-19 01:37:12 +02:00
tuple.rs libcore => 2018 2019-04-18 14:47:35 +09:00
unit.rs libcore => 2018 2019-04-18 14:47:35 +09:00