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-09-30
replace usages of old std.debug APIs
mlugg
2025-09-30
yet more
mlugg
2025-09-30
change one million things
mlugg
2025-09-30
Merge pull request #25353 from mlugg/x86_64-faster
Matthew Lugg
2025-09-28
musl: delete dead __restore and __restore_rt functions for hexagon, loongarch...
Alex Rønne Petersen
2025-09-28
libcxx: respond to some feature macro changes in LLVM 20
Alex Rønne Petersen
2025-09-27
x86_64: fix `@mulAdd` miscomp
Jacob Young
2025-09-27
x86_64: fix `~`/`!` miscomps
Jacob Young
2025-09-27
target: x86_64 backend can build compiler rt with coff
Jacob Young
2025-09-27
x86_64: fix `@floatFromInt` miscomps
Jacob Young
2025-09-27
x86_64: fix unencodable `rem` lowerings
mlugg
2025-09-27
x86_64: fix miscompilation of `mul` on vectors of large ints
mlugg
2025-09-27
x86_64: generate better constant memcpy code
mlugg
2025-09-27
musl: add missing fenv C dummy functions for loongarch64-linux-muslsf
Alex Rønne Petersen
2025-09-26
Update descriptions of -f[no-]error-tracing to match the actual behavior
Ryan Liptak
2025-09-26
Merge pull request #25342 from ziglang/fuzz-limit
Andrew Kelley
2025-09-26
Merge pull request #25351 from ziglang/chomp
Andrew Kelley
2025-09-25
Compilation: --debug-rt always Debug
Andrew Kelley
2025-09-26
compiler: move self-hosted backends from src/arch to src/codegen
Alex Rønne Petersen
2025-09-25
Merge pull request #24497 from ziglang/aro-translate-c
Andrew Kelley
2025-09-25
std.mem: add cutLast and cutScalarLast
Andrew Kelley
2025-09-25
std.mem: add cut and cutScalar and example usage
Andrew Kelley
2025-09-25
std.mem: rename chomp to cut
Andrew Kelley
2025-09-25
CLI: simpler semantics for prefixed integer args
Andrew Kelley
2025-09-25
CLI: exploit std.mem.chompPrefix
Andrew Kelley
2025-09-24
x86_64: improve support for large enums
Jacob Young
2025-09-24
aro does not have -mmacos version flags or -Wno-overriding-option
Andrew Kelley
2025-09-24
compiler: disable InternPool.debug_state as it is unsound
Andrew Kelley
2025-09-24
aro does not have a pragma-pack warning
Andrew Kelley
2025-09-24
`@cImport`: don't pass args to Aro it doesn't understand
Andrew Kelley
2025-09-24
Compilation: use renameTmpIntoCache
Andrew Kelley
2025-09-24
Compilation: re-implement cImport
Andrew Kelley
2025-09-24
fix rebase conflicts
Andrew Kelley
2025-09-24
Compilation: avoid passing Clang specific options to Aro
Veikka Tuominen
2025-09-24
update aro and translate-c sources
Veikka Tuominen
2025-09-24
add translate-c CLI args
Andrew Kelley
2025-09-24
delete enough aro to make it compile
Andrew Kelley
2025-09-24
compiler: update aro and translate-c to latest; delete clang translate-c
Andrew Kelley
2025-09-24
MappedFile: fix the insert range path not updating the root node
Jacob Young
2025-09-24
x86_64: support more in/out forms
Jacob Young
2025-09-24
target: check for backend support for the new linker
Jacob Young
2025-09-22
Merge pull request #25324 from alexrp/freebsd
Alex Rønne Petersen
2025-09-22
compiler: don't use self-hosted backend on any BSD yet
alexrp
2025-09-21
Elf2: create a new linker from scratch
Jacob Young
2025-09-21
aarch64/zonCast: don't return a pointer to a stack element
Frank Denis
2025-09-20
Revert "frontend: another packedStructFieldPtrInfo fix"
mlugg
2025-09-20
aarch64: fix behavior failures
Jacob Young
2025-09-20
x86_64: rewrite vector element pointer access
Jacob Young
2025-09-20
frontend: another packedStructFieldPtrInfo fix
Andrew Kelley
2025-09-20
Zcu: fix analysis of type of decl with inferred type
mlugg
[prev]
[next]