bors a6434ef9c0 Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdev
Implement `int_from_ascii` (#134821)

Provides unstable `T::from_ascii()` and `T::from_ascii_radix()` for integer types `T`, as drafted in tracking issue #134821.

To deduplicate documentation without additional macros, implementations of `isize` and `usize` no longer delegate to equivalent integer types. After #132870 they are inlined anyway.
2025-01-30 14:25:22 +00:00
..
2024-11-23 18:42:44 +01:00
2024-09-15 09:51:32 +02:00
2024-09-15 09:51:32 +02:00
2024-07-04 21:27:51 +02:00
2024-12-04 20:29:36 +00:00
2024-09-15 09:51:32 +02:00
2024-09-14 18:07:06 +02:00
2024-09-14 18:07:06 +02:00
2024-04-22 18:48:47 +02:00