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-11-26
Sema: resolve union fields before using getTagType
Veikka Tuominen
2022-11-26
Sema: handle anytype parameter requiring comptime
Veikka Tuominen
2022-11-26
Sema: resolve requires_comptime as part of resolveTypeLayout
Veikka Tuominen
2022-11-26
Sema: fix overflow arithmetic with runtime vectors
Veikka Tuominen
2022-11-24
Merge pull request #13611 from Snektron/spirv-assembler
Andrew Kelley
2022-11-23
Merge pull request #13632 from ziglang/cbe
Andrew Kelley
2022-11-23
Get panic messages from builtin instead of creating anon decls
Jimmi Holst Christensen
2022-11-23
work around stage1 compile error
Andrew Kelley
2022-11-23
fmt
Robin Voetter
2022-11-23
spirv: assembler
Robin Voetter
2022-11-22
C backend: implement vector reduce and overflow intrinsics
Andrew Kelley
2022-11-22
CLI: resolve zig lib directory before using it
Andrew Kelley
2022-11-22
Compilation: avoid Cache hash dependency on zig lib path
Andrew Kelley
2022-11-22
Cache: introduce prefixes to manifests
Andrew Kelley
2022-11-23
llvm: fix x86_64 sysV ABI of big vectors on avx512 enabled CPUs
Veikka Tuominen
2022-11-22
value: account for undef value for ptr in slice in hashUncoerced
Jakub Konka
2022-11-22
AstGen: Pop error trace for `continue`
Cody Tapscott
2022-11-21
disable failing arm-linux non-llvm backend tests
Andrew Kelley
2022-11-21
CMake: choose native CPU instead of baseline by default
Andrew Kelley
2022-11-21
Merge pull request #13292 from mitchellh/valgrind-arm64
Andrew Kelley
2022-11-21
Merge pull request #13585 from Vexu/stage2-fixes
Veikka Tuominen
2022-11-21
stage2 ARM: misc fixes
joachimschmidt557
2022-11-20
uefi: Delete unneeded alignment and use default 4K
David Gonzalez Martin
2022-11-20
cli: warn about using `--debug-compile-errors` on a release build
Veikka Tuominen
2022-11-20
llvm: add attributes to the arguments of function pointer calls
Veikka Tuominen
2022-11-20
Sema: fix memory management of missing field error
Veikka Tuominen
2022-11-20
llvm: aarch64 C ABI: pass byref params as mutable pointers
Veikka Tuominen
2022-11-20
llvm: use alignment of ABI return type when it differs from raw return type
Veikka Tuominen
2022-11-20
Sema: fix missing error on mismatched array init count
Veikka Tuominen
2022-11-20
Module: fix compile error for non-comptime-known global initializer
Veikka Tuominen
2022-11-20
Sema: prioritize Value.variable over OPV when resolving const value
Veikka Tuominen
2022-11-20
print_air: print ty_pl type
Veikka Tuominen
2022-11-20
Sema: fix type check in `zirIntToPtr`
Veikka Tuominen
2022-11-20
Module: fix `fieldSrcLoc` for generated types
Veikka Tuominen
2022-11-20
Sema: handle `opt_payload` in `beginComptimePtrLoad`
Veikka Tuominen
2022-11-20
Sema: allow coercing typed undefined to int
Veikka Tuominen
2022-11-20
Type: make `hasRuntimeBitsAdvanced` take `AbiAlignmentAdvancedStrat`
Veikka Tuominen
2022-11-20
translate-c: cast unsuffixed floats to f64
Veikka Tuominen
2022-11-20
compute LLVMTypes in ParamTypeIterator (#13592)
Guillaume Wenzek
2022-11-19
LLVM: add valgrind integration for x86 and aarch64
Andrew Kelley
2022-11-19
c backend: Output string literals for array init of bytes
Jimmi Holst Christensen
2022-11-19
linker: fail the compilation if there were linker errors
Casey Banner
2022-11-18
Sema: optimize compare comptime float with int
kkHAIKE
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-18
std: replace parseAppend with parseWrite in std.zig.string_literal
Stevie Hryciw
2022-11-18
fmt: canonicalize identifiers
Stevie Hryciw
2022-11-18
translate-c: use .identifier tokens in .identifier AST nodes
Stevie Hryciw
2022-11-18
stage1: delete keywords
Stevie Hryciw
2022-11-18
Merge pull request #13411 from dweiller/custom-test-runner
Veikka Tuominen
2022-11-17
windows: fix _tls_index not being defined if libc wasn't linked, and fix x86 ...
kcbanner
[next]