rust/library/core/src/num
bors 242f20dc1e Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #132702 (CFI: Append debug location to CFI blocks)
 - #132851 (Update the doc comment of `ASCII_CASE_MASK`)
 - #132948 (stabilize const_unicode_case_lookup)
 - #132950 (Use GNU ld on m68k-unknown-linux-gnu)
 - #132962 (triagebot: add codegen reviewers)
 - #132966 (stabilize const_option_ext)
 - #132970 (Add tracking issue number to unsigned_nonzero_div_ceil feature)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-11-13 01:00:17 +00:00
..
dec2flt Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
flt2dec Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
shells diagnostic items for legacy numeric constants 2024-02-18 12:08:16 -07:00
bignum.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diy_float.rs Fix assert in diy_float 2021-07-27 16:02:35 -04:00
error.rs replace placeholder version 2024-09-03 20:54:02 +01:00
f16.rs add const_eval_select macro to reduce redundancy 2024-11-05 09:26:08 +01:00
f32.rs add const_eval_select macro to reduce redundancy 2024-11-05 09:26:08 +01:00
f64.rs add const_eval_select macro to reduce redundancy 2024-11-05 09:26:08 +01:00
f128.rs add const_eval_select macro to reduce redundancy 2024-11-05 09:26:08 +01:00
fmt.rs Fix a bunch of typos 2021-12-14 16:40:43 +01:00
int_log10.rs Have a function for the log(0) panic, rather than copy-pasting the string constant 2023-02-10 12:50:17 -08:00
int_macros.rs get rid of a whole bunch of unnecessary rustc_const_unstable attributes 2024-11-02 09:59:55 +01:00
int_sqrt.rs Speed up checked_isqrt and isqrt methods 2024-08-28 23:07:04 -04:00
mod.rs Auto merge of #132972 - matthiaskrgr:rollup-456osr7, r=matthiaskrgr 2024-11-13 01:00:17 +00:00
nonzero.rs Add tracking issue number to unsigned_nonzero_div_ceil feature 2024-11-12 22:36:54 +01:00
overflow_panic.rs reword panic comments and add spaces to unlikely branches 2023-11-28 08:34:55 -08:00
saturating.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
uint_macros.rs get rid of a whole bunch of unnecessary rustc_const_unstable attributes 2024-11-02 09:59:55 +01:00
wrapping.rs library: consistently use American spelling for 'behavior' 2024-10-25 12:02:47 +02:00