Files
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
..
2021-01-29 02:27:20 +09:00
2020-10-31 16:26:06 +01:00
2021-01-26 21:57:50 +00:00
2021-01-23 16:54:56 +01:00
2021-01-13 14:51:27 +10:00
2020-12-09 23:13:24 +00:00
2020-11-22 13:45:14 +00:00
2020-09-01 19:56:32 +02:00
2021-02-02 09:09:52 -05:00
2021-01-03 19:54:54 +02:00
2020-07-27 19:51:13 -05:00
2020-09-08 22:26:44 -04:00
2021-01-25 14:58:09 +01:00
2020-11-19 19:23:36 -05:00
2020-07-27 19:51:13 -05:00
2021-01-25 14:58:09 +01:00
2020-07-27 19:51:13 -05:00
2020-07-27 19:51:13 -05:00