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
..
abi kmc-solid: Use abort to abort a program 2022-04-11 11:10:00 +09:00
alloc.rs Add SOLID targets 2021-09-28 11:31:47 +09:00
env.rs Add SOLID targets 2021-09-28 11:31:47 +09:00
error.rs Add SOLID targets 2021-09-28 11:31:47 +09:00
fs.rs kmc-solid: Handle errors returned by SOLID_FS_ReadDir 2022-10-13 15:10:23 +09:00
io.rs kmc-solid: Add a stub implementation of is_terminal 2022-12-01 13:18:05 +09:00
memchr.rs Add SOLID targets 2021-09-28 11:31:47 +09:00
mod.rs std: use id-based thread parking on SOLID 2022-12-31 11:00:54 +01:00
net.rs Inline AsInner implementations 2023-05-01 13:25:09 +02:00
os.rs kmc-solid: Address compiler warnings 2022-12-01 13:18:05 +09:00
path.rs Fix absolute issues 2022-02-08 14:57:35 +00:00
rwlock.rs std: remove lock wrappers in sys_common 2022-11-06 15:32:59 +01:00
stdio.rs Add SOLID targets 2021-09-28 11:31:47 +09:00
thread_local_dtor.rs refactor[std]: do not use box syntax 2023-01-17 14:08:35 +01:00
thread_local_key.rs std: optimize TLS on Windows 2022-10-08 20:19:21 +02:00
time.rs Fix checked_{add,sub}_duration incorrectly returning None when other has more than i64::MAX seconds 2022-10-14 15:13:20 +01:00