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
2023-01-23
cbe: fixes for x86
kcbanner
2023-01-06
zig.h: do not assume __GNUC__ is not clang (#2)
Michael Dusan
2023-01-05
zig.h: do not assume __GNUC__ is not clang
Michael Dusan
2023-01-04
zig.h: fixup for -Wexpansion-to-defined
kcbanner
2023-01-04
cbe: revert movement of zig_float_from_repr to before float typedefs
kcbanner
2023-01-03
zig.h: support GCC compilers that lack __has_builtin
Andrew Kelley
2023-01-02
cbe: fixups for -Wstrict-prototypes
kcbanner
2023-01-02
cbe: fixup cpuid on non-msvc
kcbanner
2023-01-02
cbe: use callconv(.C) for zig.g stub functions, use zig.h function for window...
kcbanner
2023-01-02
cbe: be more explicit about x86 special cases
kcbanner
2023-01-01
cbe: changes to get zig2.c compiling under msvc
kcbanner
2023-01-01
cbe: fixes for compiling zig2.c under msvc
kcbanner
2023-01-01
cbe: fixup 64 bit float atomics
kcbanner
2023-01-01
stage1: update zig1.wasm
kcbanner
2023-01-01
cbe: add msvc flt atomics, re-enable test
kcbanner
2023-01-01
cbe: all behaviour tests now pass on msvc
kcbanner
2023-01-01
cbe: special float macros passthrough to builtins if available, but fallback ...
kcbanner
2023-01-01
cbe: implement 128 bit atomic operations with cmpxchg loops
kcbanner
2023-01-01
cbe: implement missing atomic builtings using cmpxchg loops
kcbanner
2023-01-01
cbe: fix msvc cmpxchg implementations
kcbanner
2023-01-01
cbe: fixup incorrect bits value in 128 bit add/sub
kcbanner
2023-01-01
cbe: fix shl/shr
kcbanner
2023-01-01
cbe: msvc atomics
kcbanner
2023-01-01
cbe: implementing 128 bit math functions for !zig_has_int128
kcbanner
2023-01-01
compiler_rt: fixup divti3 and fixunshfti
kcbanner
2023-01-01
cbe: more msvc compatibility work
kcbanner
2023-01-01
cbe: nan builtins on msvc, fixup C2099 errors in static initializers
kcbanner
2023-01-01
cbe: handle msvc not supporting long double
kcbanner
2023-01-01
cbe: fixup f80 casting on msvc
kcbanner
2023-01-01
cbe: handle msvc struct casting quirk
kcbanner
2023-01-01
cbe: first set of changes for msvc compatibility
kcbanner
2022-12-09
zig.h: fix and add builtin fallbacks
Jacob Young
2022-12-06
zig.h: fix f16 has builtin check
Andrew Kelley
2022-12-06
zig.h: avoid using _Float16 when __builtin_inff16 isn't available
Jacob Young
2022-12-06
zig.h: fix shlo breakage on smaller bitwidths
Jacob Young
2022-12-06
zig.h: fix shift ub for a shlo by 0
Jacob Young
2022-12-03
cbe: implement function alignment
Jacob Young
2022-12-03
cbe: implement multiple exports of a symbols
Jacob Young
2022-12-02
CBE: use bool, true, false, instead of `zig_` prefixes
Andrew Kelley
2022-12-02
CBE: eliminate zig_void
Andrew Kelley
2022-11-30
zig.h: fix disastrous typo
Jacob Young
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-22
zig.h: avoid binary literals
Andrew Kelley
2022-11-15
zig.h: match float comparison signatures from compiler rt
Jacob Young
2022-11-13
zig.h: remove redundant definition of u16/i16
Andrew Kelley
2022-11-13
C backend: improve ergonomics of zig.h a little bit
Andrew Kelley
[prev]