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
Age
Commit message (
Expand
)
Author
2022-09-18
add removed expected stdout comparison in link test
Jakub Konka
2022-09-18
use EmulatableRunStep for newly added macho link test
Jakub Konka
2022-09-17
skip macho link test execution on non-macOS
Andrew Kelley
2022-09-17
test-cases: remove removed "note: referenced here" note from the error
Jakub Konka
2022-09-17
ci: azure: macos: use updated release tarball
Jakub Konka
2022-09-17
macho: test empty translation units
Jakub Konka
2022-09-17
macho: do not assume every object has a symtab
Jakub Konka
2022-09-16
fix android definition of pthread_rwlock_t (#12830)
billzez
2022-09-16
Merge pull request #12796 from Vexu/referenced-by-v2
Veikka Tuominen
2022-09-16
Sema: improve source location after as_node is used
Andrew Kelley
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
2022-09-15
fix ChildProcess crash when PATH is empty.
cod1r
2022-09-15
ci: azure: macos: use an unstripped debug zig tarball
Andrew Kelley
2022-09-15
organize some compile error tests
Andrew Kelley
2022-09-14
CI: swap out azure macos tarball for unstripped ReleaseSafe
Andrew Kelley
2022-09-14
docgen: add f80 to builtin types
Eric Joldasov
2022-09-14
Audit FreeBSD structs to match header files/ABI
Stephen Gregoratto
2022-09-14
std.ArrayList.ensureTotalCapacity: optimize and fix integer overflow
alichraghi
2022-09-14
Merge pull request #12206 from koachan/sparc64-codegen
Andrew Kelley
2022-09-14
stage2: sparc64: Implement airSlicePtr
Koakuma
2022-09-14
stage2: sparc64: Add placeholder for some Air instructions
Koakuma
2022-09-14
stage2: sparc64: Skip compile-failing tests for now
Koakuma
2022-09-14
stage2: sparc64: Don't track condition_flags_inst in checked binOps
Koakuma
2022-09-14
stage2: sparc64: Implement airShlWithOverflow
Koakuma
2022-09-14
stage2: sparc64: Tidy up binOp and enable more operations
Koakuma
2022-09-14
stage2: sparc64: Add airClz/airCtz placeholder
Koakuma
2022-09-14
stage2: sparc64: Implement airMulOverflow for <= 32 bits
Koakuma
2022-09-14
stage2: sparc64: Fix SPARCv9 shift opcodes encoding
Koakuma
2022-09-14
stage2: sparc64: Skip Sema-failing tests for now
Koakuma
2022-09-14
stage2: sparc64: Implement airBinop for bool_and/or
Koakuma
2022-09-14
stage2: sparc64: Implement airTagName
Koakuma
2022-09-14
stage2: sparc64: Implement airWrapOptional
Koakuma
2022-09-14
stage2: sparc64: Implement airPtrToInt
Koakuma
2022-09-14
stage2: sparc64: Add airCmpLtErrorsLen placeholder
Koakuma
2022-09-14
stage2: sparc64: Change branch_link Mir field definition
Koakuma
2022-09-14
stage2: sparc64: Add airFloatToInt & airIntToFloat placeholder
Koakuma
2022-09-14
stage2: fix compile error merge conflict
Andrew Kelley
2022-09-14
place zig-cache directory next to build.zig
Jan Philipp Hafer
2022-09-14
src/print_env: print the native target
Manlio Perillo
2022-09-14
Merge pull request #11664 from vincenzopalazzo/macros/docs
Andrew Kelley
2022-09-14
Merge pull request #11663 from matu3ba/utf16
Andrew Kelley
2022-09-14
disable spuriously failing test on Windows
Andrew Kelley
2022-09-14
Merge pull request #11633 from SpexGuy
Andrew Kelley
2022-09-14
ZIG_EXE envirnoment variable instead of testing build options
Andrew Kelley
2022-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-15
Sema: handle comptime fields in field call bind
Veikka Tuominen
2022-09-15
Sema: check_comptime_control_flow needs to check runtime_index
Veikka Tuominen
2022-09-15
Sema: allow runtime break from inline loop
Veikka Tuominen
2022-09-15
Sema: copy runtime_index & friends when making child blocks
Veikka Tuominen
2022-09-15
value: hash extern functions
Veikka Tuominen
[next]