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
Age
Commit message (
Expand
)
Author
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
linux: add mknod and mknodat syscalls
Mahdi Khanalizadeh
2021-07-28
stage1: Expand SysV C ABI support for small structs
Belhorma Bendebiche
2021-07-28
add build dependency when linkerscript is a generated file
Matt Knight
2021-07-28
std/ArrayList: Allow `ArrayList(u0)` to be created
Zach Banks
2021-07-28
translate-c: handle signed array subscripts
Evan Haas
2021-07-28
CI: enable stage2 behavior test coverage
Andrew Kelley
2021-07-28
Move fs.Walker to fs.Dir.Walker
Ominitay
2021-07-28
Merge pull request #9468 from ehaas/translate-c-inf-nan
Veikka Tuominen
2021-07-28
translate-c: handle floating point NAN and INFINITY macros
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-28
Skip empty strings in std.fs.path.join function
Austin Clements
2021-07-27
fix old references to verbose-ir to be verbose-air
Andrew Kelley
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-27
Add zld.id to list of files to skip
Jarred Sumner
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
Doc fixes for clz + ctz
Auguste Rame
2021-07-25
ctz + clz
Auguste Rame
2021-07-25
stage2 llvm backend: implement llvmType for error union and slices
Andrew Kelley
2021-07-25
stage2 llvm backend: DeclGen and DeclFn have context field
Andrew Kelley
2021-07-25
stage2 llvm backend: rename getLLVMType to llvmType
Andrew Kelley
2021-07-25
Add vector support for @popCount
Auguste Rame
2021-07-24
stage2 llvm backend: implement assembly and ptrtoint
Andrew Kelley
2021-07-24
Merge pull request #9446 from Luukdegram/stage2-air-wasm
Andrew Kelley
2021-07-24
Re-enable switch test cases and fix regressions
Luuk de Gram
2021-07-24
Support multi-value prongs
Luuk de Gram
2021-07-24
Allow negative values
Luuk de Gram
2021-07-24
switchbr: When prongs are sparse values, use if/else-chain
Luuk de Gram
2021-07-24
wasm: Rewrite switch_br to use `br_table` instead
Luuk de Gram
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-23
Merge pull request #9387 from ziglang/zld-incremental-2
Jakub Konka
2021-07-23
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-23
macho: re-enable parsing sections into atoms
Jakub Konka
2021-07-23
Docs fix array/pointer/slice type coercion section (#9392)
David May
2021-07-23
Merge pull request #9265 from ehaas/translate-c-macro-matching
Veikka Tuominen
[next]