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
2024-02-04
spirv: air mul_add
Robin Voetter
2024-02-04
spirv: air int_from_bool
Robin Voetter
2024-02-04
spirv: clean up arithmeticTypeInfo a bit
Robin Voetter
2024-02-04
spirv: wrap strange its before instead of after operation
Robin Voetter
2024-02-04
spirv: vectorize add/sub overflow
Robin Voetter
2024-02-04
spirv: reduce, reduce_optimized
Robin Voetter
2024-02-04
spirv: shlWithOverflow
Robin Voetter
2024-02-04
spirv: vectors for air not
Robin Voetter
2024-02-04
spirv: use new vector stuff for arithOp and shift
Robin Voetter
2024-02-04
spirv: element-wise operation helper
Robin Voetter
2024-02-04
spirv: sh[rl](_exact)?
Robin Voetter
2024-02-04
macho: sanitize Zig sections segment names before emitting a relocatable
Jakub Konka
2024-02-04
Merge pull request #18778 from ziglang/system-package-mode
Andrew Kelley
2024-02-04
Merge pull request #18793 from ziglang/macho-zig-object
Jakub Konka
2024-02-03
Fix OOB when enum field out of order in different file
David Rubin
2024-02-03
Add error hint when looping over `ErrorUnion`
David Rubin
2024-02-03
macho: refactor section/segment handle tracking logic
Jakub Konka
2024-02-03
macho: refactor growSection logic; remove -r limitation for ZigObject
Jakub Konka
2024-02-03
macho: migrate thunks to use new relative addressing mechanism
Jakub Konka
2024-02-03
macho: fix remaining references to Atom.value
Jakub Konka
2024-02-03
macho: minor fixes and sanitize input *_zig segment/sections names
Jakub Konka
2024-02-03
macho: make atom address relative wrt defining section
Jakub Konka
2024-02-03
macho: emit relocs for ZigObject
Jakub Konka
2024-02-03
macho: use findFreeSpace for all sections
Jakub Konka
2024-02-03
macho: allocating space in .o
Jakub Konka
2024-02-03
macho: pre-alloc sections in -r mode
Jakub Konka
2024-02-03
macho: emit incomplete object file
Jakub Konka
2024-02-02
CLI: use dummy http client when bootstrapping
Andrew Kelley
2024-02-02
zig build: avoid using stdout for communication with runner
Andrew Kelley
2024-02-02
Compilation: delete clang diag files afterwards
Andrew Kelley
2024-02-02
CLI: implement 'zig build' lazy dependency fetching
Andrew Kelley
2024-02-02
build system: implement lazy dependencies, part 1
Andrew Kelley
2024-02-02
build system: implement --system [dir]
Andrew Kelley
2024-02-02
CLI: add --host-target, --host-cpu, and --host-dynamic-linker
Andrew Kelley
2024-02-02
cli+build: handle -ObjC flag and route it to MachO linker
Jakub Konka
2024-02-02
InternPool: use separate key for slices
mlugg
2024-01-31
x86_64+macho: emit .got instead of .got_load relocs
Jakub Konka
2024-01-31
macho: improve error msg when relaxing GOT fails
Jakub Konka
2024-01-31
Use mem.zeroes for empty union initializer list
danielsan901998
2024-01-30
macho: fix parsing versions from TBDs if parsed as floats
Jakub Konka
2024-01-30
macho: improve weak-ref symbols handling
Jakub Konka
2024-01-30
Sema: fix union init with zero size field
Pavel Verigo
2024-01-29
fix(autodoc): avoid panic when module not found (#18699)
Jiacai Liu
2024-01-29
llvm: ensure returned undef is 0xaa bytes when runtime safety is enabled
Veikka Tuominen
2024-01-29
Fix some comptime packed struct issues
SuperAuguste
2024-01-29
Merge pull request #18729 from Vexu/fixes
Andrew Kelley
2024-01-29
Merge pull request #18722 from ziglang/macho-debug-info
Jakub Konka
2024-01-29
llvm: revert bad array access optimization
Veikka Tuominen
2024-01-29
macho: flush Dwarf module before flushing dSYM
Jakub Konka
2024-01-29
llvm: fix alignment of array ptr when bitcasting vector
Veikka Tuominen
[next]