rust/library/core/src
bors 527a685e40 Auto merge of #75783 - denisvasilik:intra-doc-links-core-alloc, r=jyn514
Move to intra-doc links for library/core/src/alloc/{layout, global, mod}.rs

Helps with #75080. The files already contained intra-doc links, so there are only minor changes.

@rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc

Known issues:

* [`handle_alloc_error`]: Link from `core` to `alloc` could not be resolved.
* [`slice`]: slice is a primitive type, but could not be resolved; had to use [`crate::slice`] instead.
2020-08-22 13:21:24 +00:00
..
alloc Link to primitive instead of module 2020-08-22 12:16:03 +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
future hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
hash
iter Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa 2020-08-20 23:05:31 +00:00
macros
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 Remove links that get imported from the prelude 2020-08-21 23:27:23 +02:00
prelude
ptr Auto merge of #75600 - nagisa:improve_align_offset, r=KodrAus 2020-08-19 10:54:44 +00:00
slice Use min_specialization in libcore 2020-08-19 20:08:02 +01:00
str Rollup merge of #75782 - GuillaumeGomez:more-links, r=jyn514 2020-08-22 02:14:56 +02:00
sync
task hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01: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
clone.rs
cmp.rs Use intra-doc links 2020-08-10 23:16:01 +02:00
default.rs
ffi.rs
hint.rs Remove intra-doc link as it resolves without reference link 2020-08-12 08:28:55 +02:00
internal_macros.rs
intrinsics.rs Rollup merge of #75705 - denisvasilik:intra-doc-links-intrinsics, r=jyn514 2020-08-22 02:14:36 +02:00
lazy.rs
lib.rs Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa 2020-08-20 23:05:31 +00:00
marker.rs docs: add another derive for Copyable struct 2020-08-18 18:40:19 +02:00
option.rs hir: introduce lang items for AST lowering 2020-08-16 15:42:23 +01:00
panic.rs
panicking.rs
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
raw.rs
result.rs Fix intra-doc links 2020-08-20 12:39:12 -07:00
time.rs Add link for Duration 2020-08-09 23:26:42 +02:00
tuple.rs
unit.rs