zig/std/os/linux
Robin Voetter 77d04c03e3 Implement remaining requested changes
- Replace @intCast with a checked version (std/debug.zig)
- Replace @intCast with i64() when casting from a smaller type (std/fs/file.zig)
- Replace `nakedcc` with appropriate calling convention for linking with c (std/os/linux/arm-eabi.zig)
- Only check if hwcap contains TLS when the hwcap field actually exists (std/os/linux/tls.zig)
2019-09-04 16:23:25 +02:00
..
arm-eabi.zig Implement remaining requested changes 2019-09-04 16:23:25 +02:00
arm64.zig Add missing clobbers on arm-eabi and arm64 syscall conventions 2019-09-04 15:59:51 +02:00
test.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
tls.zig Implement remaining requested changes 2019-09-04 16:23:25 +02:00
vdso.zig tests passing on linux 2019-05-26 23:35:26 -04:00
x86_64.zig run zig fmt to update use to usingnamespace 2019-05-29 19:09:58 -04:00