rust/library/core/src
Yuki Okushi 17d3ce457f
Rollup merge of #75038 - rust-lang:Havvy-patch-1, r=steveklabnik
See also X-Link mem::{swap, take, replace}

Since it's easy to end up at one of these functions when you really wanted the other one, cross link them with descriptions of why you'd want to use them.
2020-08-19 15:54:24 +09:00
..
alloc Clean up AllocRef implementation and documentation 2020-08-18 09:53:22 +02:00
array Add drop check test & MaybeUninit::first_ptr_mut 2020-08-13 03:51:08 +00:00
char Link to primitive instead of module 2020-08-15 19:27:34 +02:00
convert hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
fmt mv std libs to library/ 2020-07-27 19:51:13 -05:00
future hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
hash mv std libs to library/ 2020-07-27 19:51:13 -05:00
iter hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
macros mv std libs to library/ 2020-07-27 19:51:13 -05:00
mem Rollup merge of #75038 - rust-lang:Havvy-patch-1, r=steveklabnik 2020-08-19 15:54:24 +09:00
num clean up const-hacks in int endianess conversion functions 2020-08-07 13:45:55 +02:00
ops hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
prelude mv std libs to library/ 2020-07-27 19:51:13 -05:00
ptr Rollup merge of #75392 - TimDiekmann:non-null-uninit-slice, r=RalfJung 2020-08-18 09:27:42 +09:00
slice Auto merge of #74562 - pickfire:is_ascii_branchless, r=nagisa 2020-08-16 23:52:32 +00:00
str Auto merge of #75157 - rodrimati1992:patch-1, r=oli-obk 2020-08-14 14:08:05 +00:00
sync fence docs: fix example Mutex 2020-07-29 15:45:42 +02:00
task hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
unicode mv std libs to library/ 2020-07-27 19:51:13 -05:00
any.rs Use intra-doc links 2020-08-14 20:50:38 +02:00
ascii.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
bool.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
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 mv std libs to library/ 2020-07-27 19:51:13 -05:00
cmp.rs Use intra-doc links 2020-08-10 23:16:01 +02:00
default.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
ffi.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
hint.rs Remove intra-doc link as it resolves without reference link 2020-08-12 08:28:55 +02:00
internal_macros.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
intrinsics.rs Completes support for coverage in external crates 2020-08-04 11:06:54 -07:00
lazy.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
lib.rs Rollup merge of #75392 - TimDiekmann:non-null-uninit-slice, r=RalfJung 2020-08-18 09:27:42 +09:00
marker.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
option.rs hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
panic.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
panicking.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
pin.rs Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items, r=petrochenkov 2020-08-17 20:51:59 +00:00
primitive.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
raw.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
result.rs hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
time.rs Add link for Duration 2020-08-09 23:26:42 +02:00
tuple.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
unit.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00