rust/library/core
Mara Bos 126d88bd12
Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-se
add trailing_zeros and leading_zeros to non zero types

as a way towards being able to use the optimized intrinsics ctlz_nonzero and cttz_nonzero from stable.

have not crated any tracking issue if this is not a solution that is wanted
2020-11-18 15:46:31 +01:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-se 2020-11-18 15:46:31 +01:00
tests Rollup merge of #79114 - andjo403:nonzero_leading_trailing_zeros, r=m-ou-se 2020-11-18 15:46:31 +01:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00