rust/library/core/src
2020-09-03 20:59:10 +02:00
..
alloc Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu 2020-08-26 10:44:28 +00:00
array Add [T; N]::as_[mut_]slice 2020-08-30 21:08:17 +02:00
char Use intra-doc-links in core::{char, macros, fmt} 2020-08-24 00:13:23 +02:00
convert add i32::MAX link 2020-08-30 17:07:50 +05:30
fmt flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
future Remove unnecessary intra-doc link 2020-08-27 19:42:23 -07:00
hash Switch to intra-doc links in core::hash 2020-08-27 12:09:50 -07:00
iter remove example that relied on non-public trait 2020-09-03 20:59:10 +02:00
macros Rollup merge of #74880 - chrisduerr:fix_matches, r=dtolnay 2020-09-01 18:24:23 -07:00
mem Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung 2020-09-01 05:41:22 +00:00
num flt2dec: properly handle uninitialized memory 2020-09-02 12:41:38 +02:00
ops Format ControlFlow changes with rustfmt 2020-09-02 14:12:21 -05:00
prelude
ptr Rollup merge of #75917 - poliorcetics:intra-doc-core-nonnull, r=jyn514 2020-08-30 01:43:50 +02:00
slice Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa 2020-08-31 15:55:13 +00:00
str Disambiguate char -> prim@char for core 2020-08-23 22:40:20 -04:00
sync Use intra-doc links for bool 2020-08-28 17:30:05 +02:00
task apply bootstrap cfgs 2020-08-26 10:17:31 +02:00
unicode
any.rs
ascii.rs
bool.rs
borrow.rs
cell.rs
clone.rs Improve readability 2020-09-01 19:56:32 +02:00
cmp.rs Revert #75463 2020-08-31 10:22:14 -07:00
default.rs
ffi.rs
hint.rs Fix typo in std::hint::black_box docs 2020-08-27 01:16:18 +02:00
internal_macros.rs
intrinsics.rs Don't import atomics unless supported by the platform 2020-08-23 23:11:47 -04:00
lazy.rs
lib.rs Stabilize feature const_ordering 2020-08-30 23:48:54 +02:00
marker.rs Add back missing link 2020-09-02 15:48:35 -07:00
option.rs apply bootstrap cfgs 2020-08-26 10:17:31 +02:00
panic.rs Enhance wording 2020-09-01 18:16:34 +02:00
panicking.rs
pin.rs Convert many files to intra-doc links 2020-09-02 17:37:40 -04:00
primitive.rs
raw.rs
result.rs apply bootstrap cfgs 2020-08-26 10:17:31 +02:00
time.rs
tuple.rs
unit.rs