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
..
2022-03-10 10:23:40 -05:00
2023-04-16 06:49:27 +00:00
2022-08-01 20:10:40 +00:00
2022-12-11 01:20:18 -05:00
2022-12-11 01:20:18 -05:00
2023-04-12 19:27:18 +02:00
2023-05-03 10:24:56 +01:00
2023-04-28 08:47:55 -07:00
2023-05-01 13:25:09 +02:00
2023-05-01 13:28:19 +02:00
2022-08-18 18:07:39 -04:00
2023-04-08 00:09:54 +08:00
2023-04-27 15:56:57 +02:00
2023-03-06 12:24:15 +01:00
2023-04-28 08:47:55 -07:00
2023-05-05 18:40:32 +05:30
2023-05-03 16:42:48 -07:00
2023-04-28 17:24:16 +02:00
2023-05-05 18:40:32 +05:30
2023-04-25 00:08:35 +02:00
2023-05-03 22:09:33 -07:00
2022-12-30 14:00:40 +01:00
2023-04-11 20:28:46 -07:00
2022-09-26 10:14:45 +02:00
2023-04-13 22:41:55 +01:00
2023-04-13 22:41:55 +01:00
2023-05-01 13:25:09 +02:00
2023-04-26 02:10:22 -04:00
2023-04-25 00:08:37 +02:00
2022-12-31 15:32:09 +05:30
2021-08-10 19:27:01 +02:00
2023-03-17 21:00:10 -07:00
2023-04-25 00:08:37 +02:00
2023-05-01 17:10:22 +02:00
2022-08-23 16:12:58 +08:00
2023-05-03 20:34:47 +00:00
2023-05-01 13:25:09 +02:00
2022-12-30 14:00:42 +01:00
2023-04-29 19:04:16 +08:00