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
/
test
Age
Commit message (
Expand
)
Author
2022-09-12
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-12
disable LLVM 15 regressed behavior test: "vector @splat"
Andrew Kelley
2022-09-12
stage2: change how defers are stored in Zir
Veikka Tuominen
2022-09-11
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-10
x86_64: pass more behavior tests
Jakub Konka
2022-09-10
Merge pull request #12799 from joachimschmidt557/stage2-arm
Jakub Konka
2022-09-10
type: print comptime on fn type params
Jacob Young
2022-09-10
translate-c: Escape non-ASCII characters that appear in macros
Evan Haas
2022-09-09
stage2 ARM: implement basic array_elem_val
joachimschmidt557
2022-09-09
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: support larger function stacks
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-09-09
stage2 ARM: implement field_parent_ptr
joachimschmidt557
2022-09-09
Merge pull request #12772 from ziglang/coff-basic-imports
Jakub Konka
2022-09-08
wasm: temporarily save curr file pointer before pwriting on Win
Jakub Konka
2022-09-08
llvm: handle pointers in packed structs in more places
Veikka Tuominen
2022-09-08
Sema: fix UAF in zirClosureGet
Veikka Tuominen
2022-09-08
Sema: preserve alignment of const decl pointers
Veikka Tuominen
2022-09-08
Sema: correct types in `@memset` and `@memcpy`
Veikka Tuominen
2022-09-07
tests: force LLD off for stage2 backends until auto-select deems worthy
Jakub Konka
2022-09-07
test-cases: add missing incremental x86_64-windows test cases
Jakub Konka
2022-09-07
enable testing of x86_64-windows-gnu using self-hosted backend and linker
Jakub Konka
2022-09-07
test-cases: fix compiler error locations for hello world with updates
Jakub Konka
2022-09-07
coff: re-enable default entrypoint for Windows
Jakub Konka
2022-09-07
translate-c: convert tabs to `\t` in object-like macro string literals
Evan Haas
2022-09-06
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-09-04
stage2 llvm: implement aarch64 C ABI
Veikka Tuominen
2022-09-04
llvm: fix the `type` parameter of `GlobalAlias`
riChar
2022-09-03
translate-c: do not translate packed C structs as packed Zig structs in stage2
Veikka Tuominen
2022-09-03
Sema: only ABI sized packed structs are extern compatible
Veikka Tuominen
2022-09-02
Sema: improve behavior of comptime_int backed enums
Veikka Tuominen
2022-09-02
Sema: add error for enum tag value overflow
Veikka Tuominen
2022-09-02
Sema: fix noalias coercion error message
Veikka Tuominen
2022-09-02
AstGen: use reachableExpr for try operand
Veikka Tuominen
2022-09-02
Sema: do not emit dbg_inline_end after NoReturn
Veikka Tuominen
2022-09-02
Sema: resolve lazy value before intToFloat
Veikka Tuominen
2022-09-02
stage2 llvm: correct handling of zero-bit types in unionFieldPtr
Veikka Tuominen
2022-09-02
stage2 llvm: fix passing packed structs to callconv(.C) functions
Veikka Tuominen
2022-09-01
Sema: add more validation to coerceVarArgParam
Veikka Tuominen
2022-08-31
disable test for non-llvm backends
Veikka Tuominen
2022-08-31
translate-c: promote large integer macros to unsigned long long if necessary
Evan Haas
2022-08-31
Merge pull request #12687 from Luukdegram/wasm-extern-globals
Luuk de Gram
2022-08-30
fix llvm 15 translate-c regressions
Andrew Kelley
2022-08-30
LLVM: fix extern functions missing attributes
Andrew Kelley
2022-08-30
Merge remote-tracking branch 'origin/master' into llvm15
Andrew Kelley
2022-08-30
avoid exposing supportsTailCall in the standard library
Andrew Kelley
2022-08-30
Sema: check that target supports tail calls
Veikka Tuominen
2022-08-30
stage2 llvm: use tag value instead of field index in airUnionInit
Veikka Tuominen
[next]