rust/library/core
Simon Sapin f365de353a Add popcount and popcnt as doc aliases for count_ones methods.
Integer types have a `count_ones` method that end up calling
`intrinsics::ctpop`.
On some architectures, that intrinsic is translated as a corresponding
CPU instruction know as "popcount" or "popcnt".

This PR makes it so that searching for those names in rustdoc shows those methods.

CC https://blog.rust-lang.org/2020/11/19/Rust-1.48.html#adding-search-aliases
2020-12-17 00:22:48 +01:00
..
benches Remove redundant 'static from library crates 2020-10-18 17:25:51 +02:00
src Add popcount and popcnt as doc aliases for count_ones methods. 2020-12-17 00:22:48 +01:00
tests write_slice(_cloned) 2020-12-15 12:21:33 -08:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00