Files
rust/library/std/src/sys/solid
Dylan DPC 3502e48321 Rollup merge of #103056 - beetrees:timespec-bug-fix, r=thomcc
Fix `checked_{add,sub}_duration` incorrectly returning `None` when `other` has more than `i64::MAX` seconds

Use `checked_{add,sub}_unsigned` in `checked_{add,sub}_duration` so that the correct result is returned when adding/subtracting durations with more than `i64::MAX` seconds.
2023-05-05 18:40:32 +05:30
..
2023-05-01 13:25:09 +02:00
2022-12-01 13:18:05 +09:00
2022-02-08 14:57:35 +00:00