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-09-27
Remove `@fabs`, fabs and absCast/Int from std lib
antlilja
2023-09-24
cbe: support more symbol attributes
Michael Dusan
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-04
bootstrap: support aarch64 in 32-bit mode
Jacob Young
2023-05-10
llvm/cbe: fix signed `@mod`/`@divFloor` computations
Jacob Young
2023-04-25
cbe: implement @extern
Jacob Young
2023-04-22
zig.h: add missing msvc atomics
Jacob Young
2023-04-21
zig.h: fix float negation
Jacob Young
2023-04-21
cbe: implement 128-bit atomics support
Jacob Young
2023-04-21
zig.h: fix msvc abi for f128 with a gnu compiler
Jacob Young
2023-04-21
cbe: fix float casts involving f16
Jacob Young
2023-04-21
cbe: fix f128 and c_longdouble abi
Jacob Young
2023-04-21
zig.h: fix typos affecting msvc
Jacob Young
2023-04-21
cbe: fix issues with atomic floats
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-08
zig.h: fix typo for zig_trap definition
Andrew Kelley
2023-04-06
zig.h: f16 fix for compiler_rt
Andrew Kelley
2023-04-05
Merge remote-tracking branch 'origin/master' into llvm16
Andrew Kelley
2023-04-05
compiler_rt: change the abi of f16 on mac to depend on the other type
Jacob Young
2023-04-05
compiler_rt: attempt to fix f16 abi on mac with llvm 16
Jacob Young
2023-03-30
zig.h: fix non-msvc warnings in msvc code
Jacob Young
2023-03-07
zig.h: implement zig_breakpoint and zig_trap for more targets
Jacob Young
2023-03-07
CBE: implement unsigned big int div and mod
Jacob Young
2023-03-05
zig.h: lower trap to SIGTRAP instead of SIGILL
Andrew Kelley
2023-03-05
CBE: implement vector operations
Jacob Young
2023-03-05
CBE: fix behavior test failures on msvc
Jacob Young
2023-03-05
CBE: "compute" max int alignment the lazy way
Jacob Young
2023-03-05
CBE: implement some big integer and vector unary operations
Jacob Young
2023-03-05
CBE: implement big integer and vector comparisons
Jacob Young
2023-03-05
CBE: implement big integer literals
Jacob Young
2023-03-04
add @trap builtin
r00ster91
2023-02-23
CBE: fix MSVC diagnostics generated by the behavior tests
Jacob Young
2023-02-23
CBE: support call attributes
Jacob Young
2023-02-23
CBE: implement c varargs
Jacob Young
2023-02-21
CBE: fix windows test failures
Jacob Young
2023-02-21
CBE: fix test failures
Jacob Young
2023-02-21
zig.h: get no int128 path working on non-msvc
Jacob Young
2023-02-20
CBE: use stdint.h types instead of `zig_` prefixes
Jacob Young
2023-01-29
cbe: fixes for tls, support for not linking libc, and enabling tests
kcbanner
2023-01-23
update zig1.wasm
kcbanner
2023-01-23
cbe: handle building for -msvc using clang and -gnu using msvc
kcbanner
2023-01-23
cbe: fixup handling of c_longdouble for msvc abi
kcbanner
2023-01-23
cbe: fixup zig_export for x86
kcbanner
2023-01-23
cbe: fixup x86 atomics
kcbanner
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
[next]