rust/library/core
Eduardo Sánchez Muñoz c09ed3e767 Make some float methods unstable const fn
Some float methods are now `const fn` under the `const_float_methods` feature gate.

In order to support `min`, `max`, `abs` and `copysign`, the implementation of some intrinsics had to be moved from Miri to rustc_const_eval.
2024-10-15 10:46:33 +02:00
..
benches Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
src Make some float methods unstable const fn 2024-10-15 10:46:33 +02:00
tests Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35 2024-10-11 23:57:45 -04:00
Cargo.toml Port std library to RTEMS 2024-09-03 09:19:29 +02:00