Files
rust/src/tools
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-02-09 18:59:47 -08:00
fmt
2021-01-23 23:17:31 -05:00
2021-02-09 11:05:51 +01:00
2021-02-09 19:52:54 -06:00
2021-02-08 16:14:06 +02:00
2020-10-21 21:05:38 +01:00
2021-01-14 17:50:23 -08:00
2019-12-22 17:42:47 -05:00
2019-12-22 17:42:47 -05:00
2021-02-09 19:52:54 -06:00
2021-02-09 19:56:18 -06:00