rust/src/libcore
Mazdak Farrokhzad 4520a39b94
Rollup merge of #63215 - gnzlbg:patch-6, r=Centril
Clarify semantics of mem::zeroed

Clarifies the semantics of `mem::zeroed`.

r? @Centril

cc @RalfJung
2019-08-03 00:09:14 +02:00
..
benches Change ... to ..= where applicable 2019-06-14 12:24:38 -05:00
char Fix inconsistent highlight blocks. 2019-07-25 17:56:58 +02:00
fmt Remove run-pass test suites 2019-07-27 18:56:17 +03:00
future Futures: Add link to Waker in trait doc. 2019-08-02 01:39:25 +07:00
hash Fix meta-variable binding errors in macros 2019-06-23 01:30:41 +02:00
iter Refactoring use commun code between option, result and accum 2019-07-27 02:17:56 +02:00
mem Rollup merge of #63215 - gnzlbg:patch-6, r=Centril 2019-08-03 00:09:14 +02:00
num Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,Centril 2019-07-25 23:20:53 +02:00
ops Add note suggesting to borrow a String argument to find 2019-07-25 10:11:03 -07:00
prelude Remove derives Encodable/Decodable and unstabilize attribute #[bench] 2019-07-31 21:27:59 +03:00
ptr Fix typos in doc comments. 2019-08-02 01:36:36 +07:00
slice Rollup merge of #62074 - wizAmit:feature/mut_chunks_nth_back, r=scottmcm 2019-07-28 03:01:44 +02:00
str comments from @lzutao 2019-07-29 12:26:59 -04:00
sync Remove unneeded feature attr from atomic integers doctests 2019-06-04 13:24:39 +00:00
task Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
tests Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
unicode Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytm 2019-07-26 18:56:33 +02:00
alloc.rs Fix clippy::clone_on_copy warnings 2019-07-18 15:14:56 +02:00
any.rs Add the necessary changes to any.rs 2019-07-29 23:02:29 -04:00
array.rs FixedSizeArray: Add missing links in doc comments. 2019-08-01 20:24:05 +07:00
ascii.rs When possible without changing semantics, implement Iterator::last in terms of DoubleEndedIterator::next_back for types in liballoc and libcore. 2019-07-02 13:45:29 -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 Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung 2019-07-27 09:32:44 +00:00
clone.rs libcore => 2018 2019-04-18 14:47:35 +09:00
cmp.rs Remove redundant mut from variable declaration. 2019-07-26 15:07:55 +02:00
convert.rs Fix typos in doc comments. 2019-08-02 01:36:36 +07:00
default.rs libs: doc comments 2019-02-10 23:57:25 +00:00
ffi.rs Make VaListImpl<'f> invariant over the 'f lifetime 2019-07-14 18:14:15 -07:00
hint.rs Remove derives Encodable/Decodable and unstabilize attribute #[bench] 2019-07-31 21:27:59 +03:00
internal_macros.rs std: Remove internal definitions of cfg_if! macro 2019-06-10 10:58:44 -07:00
intrinsics.rs re-enable debug checks in Miri 2019-07-24 20:47:24 +02:00
iter_private.rs Remove licenses 2018-12-25 21:08:33 -07:00
lib.rs Allow 'incomplete_features' in libcore/alloc. 2019-07-30 10:32:43 +02:00
macros.rs Rollup merge of #62663 - llogiq:more-questionmark-docs, r=GuillaumeGomez 2019-08-02 12:14:14 +02:00
marker.rs Implement Unpin for all raw pointers 2019-07-10 21:58:01 -07:00
option.rs Add links to None in Option doc 2019-07-29 15:56:40 +00: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 Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00
raw.rs Fix more tests after revert of rustdoc cfg(test) feature 2019-06-09 18:15:53 +01:00
result.rs Refactoring use commun code between option, result and accum 2019-07-27 02:17:56 +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