Commit Graph

10 Commits

Author SHA1 Message Date
Markus Reiter 4f0ce6fca2 Switch NonZero alias direction. 2024-01-27 16:38:57 +01:00
Nicholas Thompson 7c28a50a3a removed nonfunctioning benchmark
It could also have been fixed by removing a semicolon instead.
2024-01-11 11:30:12 -05:00
Mark Rousskov 787d32324c Bump version placeholders 2023-10-03 20:26:36 -04:00
Michael Watzko ad54426945 Stabilize the Saturating type (saturating_int_impl, gh-87920)
Also stabilizes saturating_int_assign_impl, gh-92354.

And also make pub fns const where the underlying saturating_*
fns became const in the meantime since the Saturating type was
created.
2023-09-03 01:22:46 +02:00
Michael Watzko 709a6c913e Add Saturating type (based on Wrapping type) 2021-08-10 19:27:01 +02:00
Ethan Brierley 52a6885c50 postpone stabilizaton by one release 2021-06-22 10:20:56 +01:00
Ethan Brierley 85b06e9c01 run tidy 2021-06-14 09:58:41 +01:00
Ethan Brierley b59f7d9662 stabilize int_error_matching 2021-06-14 09:58:32 +01:00
Lzu Tao a4e926daee std: move "mod tests/benches" to separate files
Also doing fmt inplace as requested.
2020-08-31 02:56:59 +00:00
mark 2c31b45ae8 mv std libs to library/ 2020-07-27 19:51:13 -05:00