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
2021-08-03
stage2: rework runtime, comptime, inline function calls
Andrew Kelley
2021-08-02
stage2: update ZIR for generic functions
Andrew Kelley
2021-08-02
Merge pull request #9501 from ziglang/macho-objc-cleanup
Jakub Konka
2021-08-01
stage2: ZIR encodes comptime parameters
Andrew Kelley
2021-08-01
Merge pull request #9496 from Luukdegram/stage2-wasm
Andrew Kelley
2021-08-01
stage2: implement `@truncate`
Andrew Kelley
2021-08-01
Sema: implement comptime variables
Andrew Kelley
2021-08-01
wasm: Resolve feedback (wrapping arbitrary int sizes)
Luuk de Gram
2021-08-01
macho: add runaway section id when sorting sections
Jakub Konka
2021-08-01
wasm: Implement optionals
Luuk de Gram
2021-08-01
wasm: Implement wrapping operands, add opcodes to wasm.zig
Luuk de Gram
2021-08-01
fix help for ast-check command
Žiga Željko
2021-08-01
stage2 ARM: fix stack alignment
joachimschmidt557
2021-08-01
macho: fix Trie and CodeSignature unit tests
Jakub Konka
2021-08-01
macho: make Trie accept allocator as a param
Jakub Konka
2021-08-01
macho: make CodeSignature accept allocator as param
Jakub Konka
2021-08-01
macho: cleanup extracting objects from archives
Jakub Konka
2021-08-01
macho: don't allocate Dylib on the heap
Jakub Konka
2021-08-01
macho: don't allocate Archives on the heap
Jakub Konka
2021-08-01
macho: don't allocate Objects on the heap
Jakub Konka
2021-08-01
macho: don't store allocator in Dylib instance
Jakub Konka
2021-08-01
macho: don't store allocator in Archive
Jakub Konka
2021-08-01
macho: don't store allocator in Object
Jakub Konka
2021-07-30
codegen: cmp lowering treats bools the same as unsigned int
Andrew Kelley
2021-07-30
Sema: improved AIR when one operand of bool cmp is known
Andrew Kelley
2021-07-30
stage2: fix hashing and comparison design flaw with Value
Andrew Kelley
2021-07-30
stage2 codegen: Implement genTypedValue for enums
joachimschmidt557
2021-07-30
stage2 codegen: genTypedValue for error unions and error sets
joachimschmidt557
2021-07-29
stage2: garbage collect unused anon decls
Andrew Kelley
2021-07-29
stage2: more principled approach to comptime references
Andrew Kelley
2021-07-28
stage1: fix anon struct naming in certain cases
Michael Dusan
2021-07-28
stage1: Expand SysV C ABI support for small structs
Belhorma Bendebiche
2021-07-28
translate-c: handle signed array subscripts
Evan Haas
2021-07-28
translate-c: add support for ChooseExpr
Evan Haas
2021-07-28
translate-c: fix import path in translation failure comment
Evan Haas
2021-07-27
Add option to hide build command on compilation error to build_runner (#8513)
Lee Cannon
2021-07-27
stage1: add c_longdouble mapping for s390x
Meghan Denny
2021-07-27
stage2: implement `@boolToInt`
Andrew Kelley
2021-07-27
llvm backend: LLVMGetNamedGlobalAlias requires a null terminated string
Andrew Kelley
2021-07-27
stage2: add deinit for test_functions
Andrew Kelley
2021-07-27
stage2: move call to populateTestFunctions() outside performAllTheWork()
Andrew Kelley
2021-07-27
stage2: `zig test` now works with the LLVM backend
Andrew Kelley
2021-07-26
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-26
Merge pull request #9458 from SuperAuguste/popcount-ctz-clz
Andrew Kelley
2021-07-26
Wasm,libc: fix wasm-ld failure in matching libc symbols.
Takeshi Yoneda
2021-07-26
Use -isysroot on Mojave too
fn ⌃ ⌥
2021-07-25
stage2 llvm backend improvements working towards `zig test`
Andrew Kelley
2021-07-25
ctz + clz
Auguste Rame
[next]