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
juice
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
std.Io.Threaded-groups-2
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-01-24
macho: sort sections; use Atom.Alignment for alignment; init segments
Jakub Konka
2024-01-24
macho: init output and synthetic sections
Jakub Konka
2024-01-24
macho: report undefined symbols to the user
Jakub Konka
2024-01-24
macho: set dylib ordinals after pruning
Jakub Konka
2024-01-24
macho: dead strip dylibs
Jakub Konka
2024-01-24
macho: mark imports and exports
Jakub Konka
2024-01-24
macho: handle dead stripping of atoms
Jakub Konka
2024-01-24
macho: claim unresolved symbols
Jakub Konka
2024-01-24
macho: convert tentative defs and create objc sections
Jakub Konka
2024-01-24
macho: resolve synthetic symbols
Jakub Konka
2024-01-24
macho: resolve symbols and mark files live
Jakub Konka
2024-01-24
macho: init InternalObject and add forced undefined globals
Jakub Konka
2024-01-24
macho: prep for dylib deps (no resolution yet)
Jakub Konka
2024-01-24
macho: parse tbds
Jakub Konka
2024-01-24
macho: parse dylibs
Jakub Konka
2024-01-24
macho: parse archives
Jakub Konka
2024-01-24
macho: create scaffolding for parsing different input objects
Jakub Konka
2024-01-24
macho: parse an input object file!
Jakub Konka
2024-01-24
macho: re-enable --verbose-link
Jakub Konka
2024-01-24
macho: get the ball rolling!
Jakub Konka
2024-01-24
macho: copy over new implementation sources from zld
Jakub Konka
2024-01-23
Revert "Don't assume a write if an operand is not in function parameters"
Andrew Kelley
2024-01-23
Don't assume a write if an operand is not in function parameters
Rahul Prabhu
2024-01-23
Sema: use Sema.typeAbiSize rather than Type.abiSize
Andrew Kelley
2024-01-22
objcopy ofmt=hex iterates through segments instead of sections
jacwil
2024-01-22
Sema: implement comptime error return traces
Veikka Tuominen
2024-01-22
Fix wrong if condition for windows (#18637)
ndbn
2024-01-22
std.io: replace readStructBig with readStructEndian
Tristan Ross
2024-01-20
Sema: replace uses of `toUnsignedInt` with `toUnsignedIntAdvanced`
Veikka Tuominen
2024-01-20
Merge pull request #18596 from ypsvlq/mingw
Andrew Kelley
2024-01-20
AstGen: detect duplicate field names
David Rubin
2024-01-20
Merge pull request #18622 from ziglang/zig-mod-edge-case
Andrew Kelley
2024-01-19
zig cc: expose clang precompiled C header support
Xavier Bouchoux
2024-01-19
CLI: introduce -M; deprecate --mod
Andrew Kelley
2024-01-19
Compilation: avoid caching root source file twice
Andrew Kelley
2024-01-20
mingw: update build logic
Elaine Gibson
2024-01-19
do not enforce function parameters to be marked comptime if only called at co...
Meghan Denny
2024-01-19
return optional state to `zirPtrCastNoDest`
David Rubin
2024-01-18
libcxx: fix C++ builds with glibc <2.16 without aligned_alloc
Emil Tywoniak
2024-01-18
Merge pull request #18599 from dweiller/err-union-switch-err-trace
Andrew Kelley
2024-01-18
std.Uri: change specifier for printing with scheme to semicolon `;`
Krzysztof Wolicki
2024-01-18
add type check to `zirSwitchBlockErrUnion`
David Rubin
2024-01-18
astgen: fix error return trace on error union switch
dweiller
2024-01-16
sema: fix safe integer arithmetic operations on undefined values
Techatrix
2024-01-16
Skip all dbg instructions
ocrap7
2024-01-16
AstGen: use correct token_src for switch, if and while exprs
travisstaloch
2024-01-16
translate-c: Explicit cast bool from float fix
february cozzocrea
2024-01-16
translate-c: Fix for compound assign implicit cast error
february cozzocrea
2024-01-16
Merge pull request #18584 from Techatrix/fix-switch-on-err
Andrew Kelley
2024-01-15
Merge pull request #18168 from cipharius/feature/zig-build-fossil-support
Andrew Kelley
[next]