rust/library/core/benches
Dylan DPC 1db7f690b1
Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm
Stabilize integer logarithms

Stabilizes feature `int_log`.

I've also made the functions const stable, because they don't depend on any unstable const features. `rustc_allow_const_fn_unstable` is just there for `Option::expect`, which could be replaced with a `match` and `panic!`. cc ``@rust-lang/wg-const-eval``

closes https://github.com/rust-lang/rust/issues/70887 (tracking issue)

~~blocked on FCP finishing: https://github.com/rust-lang/rust/issues/70887#issuecomment-1289028216~~
FCP finished: https://github.com/rust-lang/rust/issues/70887#issuecomment-1302121266
2022-11-09 19:21:21 +05:30
..
ascii
char
hash
num Rename integer log* methods to ilog* 2022-08-09 10:20:49 -07:00
str
any.rs
ascii.rs
fmt.rs Add unicode fast path to is_printable 2022-05-31 10:51:35 +02:00
iter.rs add benchmark for iter::ArrayChunks::fold specialization 2022-11-07 21:44:24 +01:00
lib.rs Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm 2022-11-09 19:21:21 +05:30
ops.rs
pattern.rs
slice.rs
str.rs