rust/library/core
Scott McMurray 7d537106a1 Let codegen decide when to mem::swap with immediates
Making `libcore` decide this is silly; the backend has so much better information about when it's a good idea.

So introduce a new `typed_swap` intrinsic with a fallback body, but replace that implementation for immediates and scalar pairs.
2024-03-17 11:59:18 -07:00
..
benches Add benches for net parsing 2024-03-04 18:46:24 -05:00
src Let codegen decide when to mem::swap with immediates 2024-03-17 11:59:18 -07:00
tests fix unsoundness in Step::forward_unchecked for signed integers 2024-03-14 00:57:02 +01:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00