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-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
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
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 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
Merge pull request #9265 from ehaas/translate-c-macro-matching
Veikka Tuominen
2021-07-23
Merge pull request #9440 from ziglang/emit-bc
Andrew Kelley
2021-07-22
zig: -rdynamic now implies -fdll-export-fns unless the latter is explicitly set.
Alex Rønne Petersen
2021-07-22
Merge pull request #9378 from g-w1/loop-shadowing
Andrew Kelley
2021-07-22
fix double linking of compiler-rt symbols on wasm
Andrew Kelley
2021-07-22
support -fcompiler-rt in conjunction with build-obj
Andrew Kelley
2021-07-22
add -femit-llvm-bc CLI option and implement it
Andrew Kelley
2021-07-22
macho: assign and cache section ordinals upon creation
Jakub Konka
2021-07-22
translate-c: Handle ambiguous cast or call macro
Evan Haas
2021-07-22
translate-c: add framework for special-casing macros
Evan Haas
2021-07-22
macho: sort nlists within object before filtering by type
Jakub Konka
2021-07-22
macho: fix incorrect prealloc in traditional path
Jakub Konka
2021-07-22
macho: fix memory leaks when emptying TextBlocks
Jakub Konka
2021-07-22
Merge remote-tracking branch 'origin/master' into zld-incremental-2
Jakub Konka
2021-07-21
macho: fix bug when freeing Decl
Jakub Konka
2021-07-21
macho: fix reloc generation for stubs and GOT entries
Jakub Konka
2021-07-21
remove 'pe' object format
Andrew Kelley
[next]