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
/
src
Age
Commit message (
Expand
)
Author
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
2022-10-25
darwin: bump max macOS version to 13.0
Jakub Konka
2022-10-24
link: add an explicit error set for flush() and flushModule()
Andrew Kelley
2022-10-23
Fix long double on x86_64-windows
Cody Tapscott
2022-10-23
build: add `-Donly-c` option
Andrew Kelley
2022-10-23
macho: handle majority of DW_FORM_ values for DWARF4 in the linker
Jakub Konka
2022-10-23
Merge pull request #13251 from Vexu/c-abi
Andrew Kelley
2022-10-23
Merge pull request #13267 from ziglang/macho-threaded-sha256
Andrew Kelley
2022-10-23
macho: temp hash buffer has to live as long as pread error resolution
Jakub Konka
2022-10-23
macho: increment temp buffer when calculating hashes
Jakub Konka
2022-10-22
CMake: detect use of CMAKE_PREFIX_PATH env var
Andrew Kelley
2022-10-22
CType: Add `preferredAlignment`
Cody Tapscott
2022-10-22
link.MachO: multi-thread first round of sha256 hashing
Andrew Kelley
2022-10-22
x86_64 llvm: correct lowering of ptr sized float struct
Veikka Tuominen
2022-10-22
ARM C ABI: workaround i128 issues
Veikka Tuominen
2022-10-22
macho: some docs
Jakub Konka
2022-10-22
stage2: implement RISCV C ABI
Veikka Tuominen
2022-10-22
add C ABI tests for simd vectors
Veikka Tuominen
[next]