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
..
2022-06-27 13:30:44 -04:00
2022-10-14 12:57:56 +08:00
2022-10-08 11:48:53 +00:00
2022-07-13 17:07:41 -07:00
2022-05-20 11:04:13 -03:00
2022-05-22 07:18:32 -03:00
2022-05-20 11:16:30 -07:00
2022-10-09 13:07:21 +00:00
2022-09-27 19:23:52 +00:00
2022-08-23 19:32:37 +04:00
2022-10-07 18:08:49 +02:00
2022-08-20 12:49:20 -04:00
2022-09-14 14:53:16 +02:00
2022-07-08 21:18:15 +00:00
2022-06-27 13:30:44 -04:00