index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
zig.h
Age
Commit message (
Expand
)
Author
2025-09-30
cbe: workaround GCC miscompilation
mlugg
2025-09-18
std.zig.system: implement native CPU detection for LoongArch
Alex Rønne Petersen
2025-08-11
cbe: emit `nonstring` attribute
Jacob Young
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-04-26
compiler: add @memmove builtin
dweiller
2025-02-23
cbe: Implement support for -fno-builtin and @disableIntrinsics().
Alex Rønne Petersen
2025-02-16
zig.h: Add new zig_gcc macro to indicate GCC.
Alex Rønne Petersen
2025-02-10
cbe: fix ub triggered by mulw overflowing the promoted type
Jacob Young
2025-01-29
Fix issues in zig.h when building with clang-cl on Windows (#20331)
Vahur Sinijärv
2025-01-28
zig.h: Add some casts to __atomic macros to shut Clang warnings up.
Alex Rønne Petersen
2024-12-03
zig.h: Add zig_gnuc_asm macro to indicate availability of GNU-style inline asm.
Alex Rønne Petersen
2024-12-03
zig.h: Introduce operating system macros.
Alex Rønne Petersen
2024-12-03
zig.h: Introduce object format macros.
Alex Rønne Petersen
2024-12-03
zig.h: Move some macros and includes closer to where they're used.
Alex Rønne Petersen
2024-12-03
zig.h: Use C99/C11 headers if available regardless of language standard.
Alex Rønne Petersen
2024-12-03
zig.h: Remove duplicate and unguarded stdint.h include.
Alex Rønne Petersen
2024-12-03
zig.h: Implement zig_unreachable() with __assume(0) for MSVC.
Alex Rønne Petersen
2024-12-03
zig.h: Implement zig_frame_address() with _AddressOfReturnAddress() for MSVC.
Alex Rønne Petersen
2024-12-03
zig.h: Use zig_*_windows_teb() inline assembly with TinyCC and slimcc.
Alex Rønne Petersen
2024-12-03
zig.h: Avoid depending on cpuid.h for zig_x86_cpuid().
Alex Rønne Petersen
2024-12-03
zig.h: Introduce architecture macros to simplify checks throughout.
Alex Rønne Petersen
2024-12-03
zig.h: Don't use __debugbreak() for MinGW.
Alex Rønne Petersen
2024-12-03
zig.h: Define zig_gnuc for both GCC and Clang and stop using __GNUC__.
Alex Rønne Petersen
2024-12-03
zig.h: Add a zig_msvc macro to be used instead of _MSC_VER.
Alex Rønne Petersen
2024-12-03
zig.h: Use __thread for slimcc in pre-C11 mode.
Alex Rønne Petersen
2024-12-03
zig.h: Add support for C23 keywords.
Alex Rønne Petersen
2024-12-03
zig.h: Add TinyCC support where appropriate.
Alex Rønne Petersen
2024-12-03
zig.h: Use __BYTE_ORDER__ instead of __LITTLE_ENDIAN__ for endianness check.
Alex Rønne Petersen
2024-11-24
zig.h: Add zig_trap() and zig_breakpoint() implementations for Hexagon.
Alex Rønne Petersen
2024-11-04
zig.h: Improve portability of zig_*_windows_teb() helpers.
Alex Rønne Petersen
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-09-23
zig.h: Improve portability of zig_trap() and zig_breakpoint().
Alex Rønne Petersen
2024-07-26
zig.h: fixup pointer atomic load definitions
kcbanner
2024-07-13
zig.h: expand zig_msvc_atomic_load_ into version for relaxed, acquire, and se...
kcbanner
2024-07-13
zig.h: replace `_InterlockedExchangeAdd` with a plain volatile load
kcbanner
2024-07-04
cbe: fix for export changes
Jacob Young
2024-06-21
- Fix `ypedef` -> `typedef`
kcbanner
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-04-30
cbe: fix ub with integer `@abs`
Jacob Young
2024-03-30
cbe: fix uncovered bugs
Jacob Young
2024-03-30
cbe: fix bugs revealed by an upcoming commit
Jacob Young
2024-01-03
cbe: fix non-msvc externs and exports
Jacob Young
2024-01-03
Reapply "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Jacob Young
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2023-11-12
zig.h: workaround for gcc `f128` miscompilations
Jacob Young
2023-11-05
cbe: fixup __asm style exports, re-enable 12680 on macos now that alias isn't...
kcbanner
2023-11-05
cbe: fix builtins not being used by zig_import when they are available
kcbanner
[next]