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
/
behavior
/
bugs
Age
Commit message (
Expand
)
Author
2022-02-23
stage2 AArch64: more support for MCValue.got_load and direct_load
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-21
Sema: fix comptime union initialization
Andrew Kelley
2022-02-21
stage2 AArch64: pass a few more behavior tests
joachimschmidt557
2022-02-21
stage2 AArch64: replace genMulConstant with binOp
joachimschmidt557
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-10
Activate passing behavior tests
Luuk de Gram
2022-02-09
stage2: handle decl ref to void types
Jakub Konka
2022-02-08
stage2: handle void type in Elf DWARF gen
Jakub Konka
2022-02-08
stage2 ARM: support all integer types in genTypedValue
joachimschmidt557
2022-02-08
stage2: tiny improvements all over the place
Jakub Konka
2022-02-06
stage2 ARM: enable a handful of passing behavior tests
joachimschmidt557
2022-02-03
Move passing behavior tests
Luuk de Gram
2022-02-03
x64: use freeze/unfreeze api; TODO for PIE
Jakub Konka
2022-02-03
elf: add basic handling of .data section
Jakub Konka
2022-01-25
wasm: Implement genTypedValue for enums
Luuk de Gram
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2022-01-17
remove `zig_is_stage2` from `@import("builtin")`
Andrew Kelley
2021-12-29
compiler_rt: move more functions to the stage2 section
Andrew Kelley
2021-12-27
AstGen: fix loop result locations
Andrew Kelley
2021-12-22
stage2: `Type.hasCodeGenBits` asserts structs and unions have fields
Andrew Kelley
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-16
stage1: Fix caching of LLVM builtin fns
LemonBoy
2021-10-18
astgen.zig: fix false positive in breakExpr's checking for store_to_block_ptr
Matthew Borkowski
2021-10-11
stage2: support nested structs and arrays and sret
Andrew Kelley
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-08-19
Add mask before truncating dereferenced bit pointers (#9584)
Robin Voetter
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-07-15
Fix "unused local constant" error
Daniele Cocca
2021-07-15
src: return a null-terminated slice
Daniele Cocca
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-16
embedFile: change notation from [X:0] to [N:0]
Daniele Cocca
2021-06-16
typeName: amend return type to string literal
Daniele Cocca
2021-06-16
errorName: return a null-terminated slice
Daniele Cocca
2021-06-16
tagName: return a null-terminated slice
Daniele Cocca
2021-06-14
add ast-check flag to zig fmt, fix found bugs
Veikka Tuominen
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-06-10
zig fmt
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley
[prev]