rust/library/std
Jacob Pratt 00d5dc5c9d
Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35
Implement Integer funnel shifts

Tracking issue: rust-lang/rust#145686
ACP: https://github.com/rust-lang/libs-team/issues/642

This implements funnel shifts on primitive integer types. Implements this for cg_llvm, with a fallback impl for everything else

Thanks `@folkertdev` for the fixes and tests

cc `@rust-lang/libs-api`
2025-09-04 01:43:21 -04:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35 2025-09-04 01:43:21 -04:00
tests Rollup merge of #145209 - hanna-kruppe:path_add_extension, r=tgross35 2025-09-04 10:01:52 +10:00
build.rs Use feature(target_has_reliable_f16_f128) in library tests 2025-04-27 20:10:33 +00:00
Cargo.toml std: Start supporting WASIp2 natively 2025-08-28 15:07:15 -07:00