Files
rust/library/core/src
Jonathan Brouwer 83e6dbf9e1 Rollup merge of #151900 - tgross35:num-internal-imp, r=Mark-Simulacrum
num: Separate public API from internal implementations

Currently we have a single `core::num` module that contains both thin wrapper API and higher-complexity numeric routines. Restructure this by moving implementation details to a new `imp` module.

This results in a more clean separation of what is actually user-facing compared to items that have a stability attribute because they are public for testing.

The first commit does the actual change then the second moves a portion back.
2026-03-08 22:51:52 +01:00
..
2026-02-28 21:44:18 -07:00
fix
2025-11-27 17:55:34 +07:00
2026-02-28 21:44:18 -07:00
2026-02-27 15:54:20 +01:00
2026-01-26 17:08:00 +00:00
2026-02-20 10:16:36 +01:00
2025-10-20 12:20:15 -06:00
2026-01-23 15:12:47 +07:00
2025-12-18 19:07:49 -08:00
2026-02-27 15:54:20 +01:00
2025-11-12 14:33:41 +01:00