Files
rust/library/std/src
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-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-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-27 15:56:57 +02:00
2023-04-28 08:47:55 -07:00
2023-05-03 22:09:33 -07:00
2022-09-26 10:14:45 +02:00
2023-05-01 13:25:09 +02:00
2023-04-26 02:10:22 -04:00
2022-12-31 15:32:09 +05:30
2023-03-17 21:00:10 -07:00
2023-05-01 13:25:09 +02:00
2023-04-29 19:04:16 +08:00