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
2025-03-30
Sema: convert slice sentinel to single pointer correctly
David Rubin
2025-03-29
Zcu: resolve layout of analyzed declaration type
mlugg
2025-03-29
compiler: "illegal behavior", not "undefined behavior", in errors
mlugg
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
2025-03-26
Zcu: include named tests in resolved references
mlugg
2025-03-25
Merge pull request #23310 from Rexicon226/fix-23309
Alex Rønne Petersen
2025-03-25
Merge pull request #23007 from rootbeer/posix-eaccess-eperm
Alex Rønne Petersen
2025-03-24
Sema: use unwrapped generic owner in `getFuncInstanceIes`
David Rubin
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-24
stage2-wasm: packed store/load 128 bits
Pavel Verigo
2025-03-24
stage2-wasm: behavior tests pass with ReleaseFast/Small
Pavel Verigo
2025-03-24
stage2-wasm: pass field_parent_ptr tests
Pavel Verigo
2025-03-24
stage2-wasm: enable undef test + ignore undef store/memset with safety off
Pavel Verigo
2025-03-24
stage2-wasm: fix error union handling
Pavel Verigo
2025-03-24
stage2-wasm: clean memcpy + fix another bug in aggr_init for optionals arr
Pavel Verigo
2025-03-24
stage2-wasm: clz fix
Pavel Verigo
2025-03-24
stage2-wasm: fix comparing and storing optionals
Pavel Verigo
2025-03-24
big.int: return normalized results from `{add,sub}Carry`
David Rubin
2025-03-24
Use `-unknown` when converting WASI/Emscripten target triples into LLVM triples
Carl Åstholm
2025-03-24
Sema: fix in-memory coercion of functions introducing new generic parameters
mlugg
2025-03-23
Merge pull request #23209 from jacobly0/x86_64-rewrite
Jacob Young
2025-03-23
Merge pull request #23256 from xtexx/fix-gh-20113
Jacob Young
2025-03-23
codegen: fix packed byte-aligned relocations
Jacob Young
2025-03-23
Lower `@returnAddress` to a constant 0 in Emscripten release builds
Carl Åstholm
2025-03-22
link: mark prelink tasks as procesed under `-fno-emit-bin`
mlugg
2025-03-22
x86_64: fix rare miscomp that clobbers memory
Jacob Young
2025-03-22
x86_64: fix packedStore miscomp by spilling EFLAGS
Bingwu Zhang
2025-03-21
x86_64: rewrite scalar shifts
Jacob Young
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-21
big.int: fix yet another truncate bug
Jacob Young
2025-03-19
spirv: Assemble OpTypeRuntimeArray.
dan
2025-03-19
compiler: Support more GCC code models and fix the mapping to LLVM code models.
Alex Rønne Petersen
2025-03-18
Merge pull request #23158 from alichraghi/ali_spirv
Robin Voetter
2025-03-18
mingw: Rename mingw32.lib to libmingw32.lib.
Alex Rønne Petersen
2025-03-18
spirv: require int8/int16 capabilities
Ali Cheraghi
2025-03-18
spirv: aligned load for physical storage variables
Ali Cheraghi
2025-03-18
spirv: packed struct init + field val access
Ali Cheraghi
2025-03-17
spirv/target: arbitrary_precision_integers feature support
Ali Cheraghi
2025-03-17
spirv: lower more types in assembler
Ali Cheraghi
2025-03-17
target: split `addresses` and `physical_storage_buffer` features
Ali Cheraghi
2025-03-17
Sema: error on illegal code when targeting spirv
Ali Cheraghi
2025-03-17
spirv: don't hardcode test error type alignment
Ali Cheraghi
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-03-16
Sema: correctly handle empty by-ref initializers
mlugg
2025-03-15
posix/write: catch MSGSIZE error (#23238)
Rémy Mathieu
2025-03-12
Merge pull request #22397 from Techatrix/type-safe-ast
Matthew Lugg
2025-03-11
Zcu: rename `skip_analysis_errors` to `skip_analysis_this_update` and respect it
mlugg
2025-03-11
Merge pull request #23188 from jacobly0/fix-23143
Andrew Kelley
[prev]
[next]