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
juice
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
2022-10-31
stage2: Add explicit type qualifier to workaround #13366
Cody Tapscott
2022-10-31
link/MachO: Avoid depending on host PATH_MAX
Cody Tapscott
2022-10-30
Merge pull request #13360 from topolarity/comptime-bool-binops
Andrew Kelley
2022-10-30
Merge pull request #13361 from jacobly0/while-cont-scope
Andrew Kelley
2022-10-30
re-apply "Fix C include files not being in `whole` cache (#11365)"
Andrew Kelley
2022-10-30
zig test: forward target CLI args to zig run when using -ofmt=c
Andrew Kelley
2022-10-30
Sema: avoid comptime null unwrap
Jacob Young
2022-10-30
stage2: Make `x and false`/`x or true` comptime-known
Cody Tapscott
2022-10-30
AstGen: avoid accessing value from inner scope
Jacob Young
2022-10-30
stage1: Make `x and false`/`x or true` comptime-known
Cody Tapscott
2022-10-30
autodoc: update to new func zir body structure
Loris Cro
2022-10-30
macho: fix regression in dead strip for x86_64
Jakub Konka
2022-10-30
macho: do not unnecessarily dupe sym names in resolver
Jakub Konka
2022-10-29
Merge pull request #13093 from jacobly0/backend-fixes
Andrew Kelley
2022-10-29
Merge pull request #13082 from g-w1/unnamed-decls-and-relocs-p9
Andrew Kelley
2022-10-29
glibc: fix race condition when building stubs
Andrew Kelley
2022-10-29
cbe: implement optional slice representation change
Jacob Young
2022-10-28
Merge pull request #13221 from topolarity/packed-mem
Andrew Kelley
2022-10-28
CLI: report error when `-fstage1` requested but not available
Andrew Kelley
2022-10-28
translate-c: Better support for division in macros
Evan Haas
2022-10-28
Value: Add `@intCast` in `writeToPackedMemory` for 32-bit targets
Cody Tapscott
2022-10-28
stage2: Use mem.readPackedInt etc. for packed bitcasts
Cody Tapscott
2022-10-28
value: properly hash `null_value` pointer
Veikka Tuominen
2022-10-28
Sema: further enhance explanation of why expr is evaluated at comptime
Veikka Tuominen
2022-10-28
Merge pull request #13290 from Vexu/generic-deletion-mitigation
Andrew Kelley
2022-10-27
Merge pull request #13288 from Vexu/opt-slice
Andrew Kelley
2022-10-27
Sema: Prevent coercion from tuple pointer to mutable slice.
InKryption
2022-10-27
Merge pull request #13257 from topolarity/ctype-fixes
Andrew Kelley
2022-10-27
Sema: use `runtime_value` instead of creating allocs
Veikka Tuominen
2022-10-27
Sema: coerce zero-bit generic args are coerced properly
Veikka Tuominen
2022-10-27
libcxx: only pass -DHAVE___CXA_THREAD_ATEXIT_IMPL for glibc
Andrew Kelley
2022-10-27
Sema: check `coerceInMemoryAllowed` earlier in `resolvePeerTypes`
Veikka Tuominen
2022-10-27
llvm: pass optional slices like regular slices
Veikka Tuominen
2022-10-27
llvm: do not return undefined pointers from array_to_slice
Veikka Tuominen
2022-10-27
Sema: add error for too big packed struct
Veikka Tuominen
2022-10-27
Sema: fix some edge cases with error return traces and typeof blocks
Veikka Tuominen
2022-10-27
AstGen: fix `ref`ing inferred allocs
Veikka Tuominen
2022-10-27
translate-c: fix redefinition of label on left recursive comma operator
Veikka Tuominen
2022-10-27
translate-c: cleanup unused parameters
Veikka Tuominen
2022-10-27
llvm: handle namespace like packed structs
Veikka Tuominen
2022-10-27
stage2: optimize size of optional slices
Veikka Tuominen
2022-10-27
remove test case triggering generic deletion bug
Veikka Tuominen
2022-10-27
Module: mitigate generic deletion bug
Veikka Tuominen
2022-10-26
make a .rsp file for `zig clang`
Hadrien Dorio
2022-10-26
Merge pull request #13287 from Luukdegram/wasm-features
Luuk de Gram
2022-10-26
darwin: remove 10.15.7 as available libc from src/target.zig
Jakub Konka
2022-10-25
use fixed-size arrays for feature lists
Luuk de Gram
2022-10-25
wasm-linker: seperate linker -and cpu features
Luuk de Gram
2022-10-25
wasm-linker: emit `target_features` section
Luuk de Gram
2022-10-25
wasm-linker: validate feature compatibility
Luuk de Gram
[next]