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
/
include
Age
Commit message (
Expand
)
Author
2022-11-13
C backend: improve ergonomics of zig.h a little bit
Andrew Kelley
2022-11-02
cbe: use wrapping for left shifts
Jacob Young
2022-11-02
cbe: fix extern
Jacob Young
2022-11-01
cbe: fix threadlocal
Jacob Young
2022-10-31
cbe: improve support for non-native float types
Jacob Young
2022-10-29
cbe: finish partial zig_noreturn rewrite
Jacob Young
2022-10-25
cbe: fix floating point builtins
Jacob Young
2022-10-25
cbe: improve floating point type support
Jacob Young
2022-10-25
cbe: add support for all float literals types
Jacob Young
2022-10-25
cbe: update test cases
Jacob Young
2022-10-25
cbe: implement packed structs
Jacob Young
2022-10-25
cbe: implement 128-bit and fix smaller integer builtins
Jacob Young
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
cbe: fix infinite recursion on recursive types
Jacob Young
2022-10-25
cbe: cleanup code and fix cases test breakage
Jacob Young
2022-08-29
update C headers to LLVM 15 rc3
Andrew Kelley
2022-07-28
update C headers to LLVM 15
Andrew Kelley
2022-07-27
move zig.h to become an installation file
Andrew Kelley
2022-07-03
update C headers to LLVM 14.0.6
Andrew Kelley
2022-02-03
update C language headers to clang release/14.x
Andrew Kelley
2021-08-28
update libcxx, libcxxabi, and C headers to release/13.x branch
Andrew Kelley
2021-08-15
update C header files to clang 13 rc1
Andrew Kelley
2021-02-26
llvm12: sync with llvmorg-12.0.0-rc2
Michael Dusan
2020-12-16
Update clang headers
Jakub Konka
2020-12-04
update to latest clang C headers
Andrew Kelley
2020-08-04
update C lib/include/ files from clang 10 to 11rc1
Andrew Kelley
2020-02-14
update clang C headers to 10.0.0rc2
Andrew Kelley
2020-01-22
lib/headers: update to clang 10.x C headers
Andrew Kelley
2019-09-10
update C header files to clang 9.0.0rc4
Andrew Kelley
2019-08-20
update C headers to clang 9.0.0-rc2
Andrew Kelley
2019-07-19
update C headers to llvm9
Andrew Kelley
2019-07-15
move lib dirs to lib subdir
Andrew Kelley