rust/library/core/src
bors 8e54a21139 Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se
directly expose copy and copy_nonoverlapping intrinsics

This effectively un-does https://github.com/rust-lang/rust/pull/57997. That should help with `ptr::read` codegen in debug builds (and any other of these low-level functions that bottoms out at `copy`/`copy_nonoverlapping`), where the wrapper function will not get inlined. See the discussion in https://github.com/rust-lang/rust/pull/80290 and https://github.com/rust-lang/rust/issues/81163.

Cc `@bjorn3` `@therealprof`
2021-02-13 20:30:07 +00:00
..
alloc Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-Simulacrum 2021-02-05 12:26:07 +01:00
array Rollup merge of #80470 - SimonSapin:array-intoiter-type, r=m-ou-se 2021-01-31 01:47:25 +01:00
char Rollup merge of #79502 - Julian-Wollersberger:from_char_for_u64, r=withoutboats 2021-01-10 16:55:53 +09:00
convert Rollup merge of #80279 - Yaulendil:str-as-mut, r=m-ou-se 2021-01-31 01:47:23 +01:00
fmt Optimize udiv_1e19() function 2021-01-29 02:27:20 +09:00
future Use more std:: instead of core:: in docs for consistency, add more intra doc links 2020-12-02 00:41:53 +01:00
hash
iter Rollup merge of #81741 - sdroege:zip-trusted-random-access-specialization-panic-safety, r=KodrAus 2021-02-12 22:53:32 +01:00
macros expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
mem Rollup merge of #81580 - rodrimati1992:patch-2, r=dtolnay 2021-02-06 00:14:09 +01:00
num Rollup merge of #81904 - jhpratt:const_int_fn-stabilization, r=jyn514 2021-02-10 12:24:23 +09:00
ops Expand the docs for ops::ControlFlow a bit 2021-02-06 22:36:05 -08:00
prelude expand/resolve: Turn #[derive] into a regular macro attribute 2021-02-07 20:08:45 +03:00
ptr Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se 2021-02-13 20:30:07 +00:00
slice Auto merge of #81854 - the8472:specialize-clone-slice, r=Mark-Simulacrum 2021-02-13 10:55:19 +00:00
str Same instructions, but simpler. 2021-01-26 21:57:50 +00:00
stream Remove Stream::next 2021-01-23 16:54:56 +01:00
sync Rollup merge of #80966 - KodrAus:deprecate/spin_loop_hint, r=m-ou-se 2021-01-14 18:00:14 +00:00
task stabilize the poll_map feature 2021-01-13 14:51:27 +10:00
unicode Privatize some of libcore unicode_internals 2020-12-07 16:16:42 +03:00
any.rs Apply suggestions from code review 2020-12-09 23:13:24 +00:00
ascii.rs
bool.rs Stabilise then 2020-11-22 13:45:14 +00:00
borrow.rs Remove many unnecessary manual link resolves from library 2020-12-31 11:54:32 -08:00
cell.rs Rollup merge of #79983 - petar-dambovaliev:master, r=Dylan-DPC 2021-02-12 19:32:06 +09:00
clone.rs
cmp.rs Remove requirement that forces symmetric and transitive PartialEq impls to exist 2021-01-19 14:26:09 -08:00
default.rs Bump rustfmt version 2021-02-02 09:09:52 -05:00
ffi.rs
hint.rs Fixed documentation error 2021-01-03 19:54:54 +02:00
internal_macros.rs
intrinsics.rs Auto merge of #81238 - RalfJung:copy-intrinsics, r=m-ou-se 2021-02-13 20:30:07 +00:00
lazy.rs
lib.rs Auto merge of #80962 - jhpratt:const_int_fn-stabilization, r=dtolnay 2021-02-08 05:05:55 +00:00
marker.rs Auto merge of #77893 - petertodd:2020-impl-default-for-phantompinned, r=dtolnay 2020-11-23 07:00:30 +00:00
option.rs Add tracking issue 2021-01-25 14:58:09 +01:00
panic.rs Implement new panic!() behaviour for Rust 2021. 2021-01-25 13:48:11 +01:00
panicking.rs
pin.rs Remove many unnecessary manual link resolves from library 2020-12-31 11:54:32 -08:00
primitive.rs
raw.rs
result.rs Add tracking issue 2021-01-25 14:58:09 +01:00
time.rs Replace magic numbers with existing constants 2020-12-11 05:27:52 +00:00
tuple.rs
unit.rs