rust/library/core/src/num
Matthias Krüger 7e8a8c9cb1
Rollup merge of #141921 - ehuss:arm-min-max, r=tgross35
Disable f64 minimum/maximum tests for arm 32

This disables the f64 minimum/maximum tests for the arm-unknown-linux-gnueabihf job. The next release will be supporting cross-compiled doctests, and these tests fail on that platform.

It looks like this was just fixed via https://github.com/llvm/llvm-project/pull/142170, but I assume that will not trickle down to our copy of llvm in the next couple of weeks. Assuming that does get fixed when llvm is updated, then these can be removed.

cc https://github.com/rust-lang/rust/issues/141087
2025-06-03 11:33:35 +02:00
..
dec2flt float: Add f16 parsing and printing 2025-05-18 16:43:13 +00:00
flt2dec float: Add f16 parsing and printing 2025-05-18 16:43:13 +00:00
shells diagnostic items for legacy numeric constants 2024-02-18 12:08:16 -07:00
bignum.rs Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis 2025-03-07 19:15:33 +01:00
diy_float.rs Refactor diy_float 2025-03-31 20:15:41 +02:00
error.rs replace placeholder version 2024-09-03 20:54:02 +01:00
f16.rs add f16_epsilon and f128_epsilon 2025-06-02 08:00:15 +08:00
f32.rs Add const support for float rounding methods 2025-05-31 15:26:57 -03:00
f64.rs Disable f64 minimum/maximum tests for arm 32 2025-06-02 09:08:01 -07:00
f128.rs add f16_epsilon and f128_epsilon 2025-06-02 08:00:15 +08:00
fmt.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
int_log10.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
int_macros.rs Rollup merge of #141237 - Qelxiros:139911-exact-div, r=workingjubilee 2025-05-30 13:52:25 -07:00
int_sqrt.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
libm.rs Initial implementation of core_float_math 2025-05-13 22:08:18 +00:00
mod.rs Auto merge of #138087 - tgross35:core-float-math, r=Amanieu 2025-05-17 19:31:39 +00:00
niche_types.rs Add safe new to NotAllOnes 2025-02-14 12:00:13 +00:00
nonzero.rs Add some track_caller info to precondition panics 2025-05-21 09:10:06 -04:00
overflow_panic.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00
saturating.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
uint_macros.rs Rollup merge of #141237 - Qelxiros:139911-exact-div, r=workingjubilee 2025-05-30 13:52:25 -07:00
wrapping.rs core: add #![warn(unreachable_pub)] 2025-01-20 18:35:32 +01:00