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
getAppDataDir
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
std.Io.Threaded-groups-2
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
/
src
Age
Commit message (
Expand
)
Author
2024-01-20
Sema: replace uses of `toUnsignedInt` with `toUnsignedIntAdvanced`
Veikka Tuominen
2024-01-20
Merge pull request #18596 from ypsvlq/mingw
Andrew Kelley
2024-01-20
AstGen: detect duplicate field names
David Rubin
2024-01-20
Merge pull request #18622 from ziglang/zig-mod-edge-case
Andrew Kelley
2024-01-19
zig cc: expose clang precompiled C header support
Xavier Bouchoux
2024-01-19
CLI: introduce -M; deprecate --mod
Andrew Kelley
2024-01-19
Compilation: avoid caching root source file twice
Andrew Kelley
2024-01-20
mingw: update build logic
Elaine Gibson
2024-01-19
do not enforce function parameters to be marked comptime if only called at co...
Meghan Denny
2024-01-19
return optional state to `zirPtrCastNoDest`
David Rubin
2024-01-18
libcxx: fix C++ builds with glibc <2.16 without aligned_alloc
Emil Tywoniak
2024-01-18
Merge pull request #18599 from dweiller/err-union-switch-err-trace
Andrew Kelley
2024-01-18
std.Uri: change specifier for printing with scheme to semicolon `;`
Krzysztof Wolicki
2024-01-18
add type check to `zirSwitchBlockErrUnion`
David Rubin
2024-01-18
astgen: fix error return trace on error union switch
dweiller
2024-01-16
sema: fix safe integer arithmetic operations on undefined values
Techatrix
2024-01-16
Skip all dbg instructions
ocrap7
2024-01-16
AstGen: use correct token_src for switch, if and while exprs
travisstaloch
2024-01-16
translate-c: Explicit cast bool from float fix
february cozzocrea
2024-01-16
translate-c: Fix for compound assign implicit cast error
february cozzocrea
2024-01-16
Merge pull request #18584 from Techatrix/fix-switch-on-err
Andrew Kelley
2024-01-15
Merge pull request #18168 from cipharius/feature/zig-build-fossil-support
Andrew Kelley
2024-01-15
Merge pull request #18569 from dweiller/17944-followup
Andrew Kelley
2024-01-16
AstGen: properly handle ill-formed switch on error
Techatrix
2024-01-16
AstGen: add error message for capture error by ref in switch on error
Techatrix
2024-01-15
Accepts generic application/x-compressed in package fetch
cipharius
2024-01-15
sema: fix OOM bug when constructing error messages
dweiller
2024-01-15
Sema: fix `@extern` decls
Jacob Young
2024-01-15
Merge pull request #18560 from ziglang/elf-report-dupes
Jakub Konka
2024-01-15
Merge pull request #17917 from Jan200101/PR/each_lib_rpath_frontend
Jakub Konka
2024-01-15
add `SHT_NOBITS` check
David Rubin
2024-01-14
Sema: fix compilation errors
Andrew Kelley
2024-01-14
sema: allow slicing *T with comptime known [0..1]
dweiller
2024-01-14
compiler: move each_lib_rpath to frontend
Jan200101
2024-01-14
elf: check for and report duplicate symbol definitions
Jakub Konka
2024-01-14
Merge pull request #18547 from ziglang/gh-fork-dump-fchmod-fixes
Andrew Kelley
2024-01-14
mingw: Add missing misc/mingw-access.c and misc/ucrt-access.c
Krzysztof Wolicki
2024-01-13
libcxx: only pass -DHAVE___CXA_THREAD_ATEXIT_IMPL for glibc >=2.18
jimying
2024-01-13
autodoc: Rename Module (Compilation Module) to Zcu in preparation for big rename
Krzysztof Wolicki
2024-01-13
Linux: Add fchmodat fallback when `flags` is nonzero
Stephen Gregoratto
2024-01-13
Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"
Andrew Kelley
2024-01-13
Merge pull request #18528 from Luukdegram/wasm-linker-fixes
Luuk de Gram
2024-01-12
sema: forbid asm output to const locals
Meghan Denny
2024-01-12
wasm-linker: fix debug info relocation
Luuk de Gram
2024-01-12
wasm-linker: delay code atom allocation till write
Luuk de Gram
2024-01-12
wasm-linker: ensure custom sections are parsed
Luuk de Gram
2024-01-11
LLVM: fix lowering of extern anyopaque
Andrew Kelley
2024-01-10
Merge pull request #18505 from ziglang/tsan
Andrew Kelley
2024-01-10
translate-c: float cast from boolean expr fix
february cozzocrea
2024-01-10
tsan: use explicit error set
Andrew Kelley
[next]