mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 23:29:03 +00:00
- 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) |
||
|---|---|---|
| .. | ||
| arm-eabi.zig | ||
| arm64.zig | ||
| test.zig | ||
| tls.zig | ||
| vdso.zig | ||
| x86_64.zig | ||