rust/library/core/src
2020-09-09 11:51:19 -07:00
..
alloc Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu 2020-08-26 10:44:28 +00:00
array rename MaybeUninit slice methods 2020-09-05 17:24:22 +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 rename MaybeUninit slice methods 2020-09-05 17:24:22 +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 Rollup merge of #76338 - euclio:intra-link-iterator, r=jyn514 2020-09-07 01:18:08 +02:00
macros Rollup merge of #74880 - chrisduerr:fix_matches, r=dtolnay 2020-09-01 18:24:23 -07:00
mem document remaining unsafety in maybe_uninit.rs 2020-09-05 17:24:22 +02:00
num Rollup merge of #76358 - Wilfred:patch-3, r=lcnr 2020-09-07 01:18:15 +02:00
ops Add BREAK too, and improve the comments 2020-09-04 16:28:23 -07: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 #76395 - dylni:adjust-documentation-for-slice-check-range, r=jyn514 2020-09-07 09:16:46 +00:00
str Disambiguate char -> prim@char for core 2020-08-23 22:40:20 -04:00
sync Move to Arc::clone(&x) over x.clone() in library/core 2020-08-30 22:14:17 +02:00
task Add documentation for impl<T> From<T> for Poll<T> 2020-09-09 11:51:19 -07:00
unicode
any.rs Use intra-doc links 2020-08-14 20:50:38 +02:00
ascii.rs
bool.rs
borrow.rs Remove AsRef link as it is in the prelude 2020-08-10 20:29:20 +02:00
cell.rs add track_caller to RefCell::{borrow, borrow_mut} 2020-07-28 15:45:25 -04:00
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 Use intra-doc-links in core::{raw, ffi, pin} 2020-08-22 22:25:27 +02:00
hint.rs Fix typo in std::hint::black_box docs 2020-08-27 01:16:18 +02:00
internal_macros.rs
intrinsics.rs Update tracking issue for const_caller_location 2020-08-31 14:38:15 +02:00
lazy.rs
lib.rs Remove unneeded #[cfg(not(test))] from libcore 2020-09-06 16:00:28 +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 Auto merge of #76157 - ArekPiekarz:const_caller_location_tracking_issue, r=joshtriplett 2020-09-06 20:27:51 +00:00
panicking.rs
pin.rs Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAus 2020-09-06 12:34:31 +00:00
primitive.rs
raw.rs Use intra-doc-links in core::{raw, ffi, pin} 2020-08-22 22:25:27 +02:00
result.rs apply bootstrap cfgs 2020-08-26 10:17:31 +02:00
time.rs Add link for Duration 2020-08-09 23:26:42 +02:00
tuple.rs
unit.rs