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
getAppDataDir
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
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
path:
root
/
test
/
behavior
Age
Commit message (
Expand
)
Author
2021-08-01
move some behavior tests to the "passing for stage2" section
Andrew Kelley
2021-08-01
stage2: implement `@truncate`
Andrew Kelley
2021-08-01
Sema: implement comptime variables
Andrew Kelley
2021-07-28
stage1: fix anon struct naming in certain cases
Michael Dusan
2021-07-26
minimum/maximum builtins
Robin Voetter
2021-07-26
Add @select
Robin Voetter
2021-07-25
ctz + clz
Auguste Rame
2021-07-25
Add vector support for @popCount
Auguste Rame
2021-07-15
Fix "unused local constant" error
Daniele Cocca
2021-07-15
src: return a null-terminated slice
Daniele Cocca
2021-07-13
Fix bigint_shl (#9305)
leesongun
2021-07-08
stage2 astgen: provide 3 more errors for invalid inline assembly
Jacob G-W
2021-07-06
Fix unexpected truncation behavior with comptime_int larger than u64 range (#...
leesongun
2021-06-27
stage2: fix unreachable in union(enum) with anytype payload
g-w1
2021-06-23
stage1: `@shuffle` type and mask params in comptime scope
Andrew Kelley
2021-06-21
cleanups related to unused params
Andrew Kelley
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-13
meta.cast: handle casts from negative ints to ptrs
Veikka Tuominen
2021-06-12
Renamed @byteOffsetOf to @offsetOf
Exonorid
2021-06-10
zig fmt
Andrew Kelley
2021-06-10
Have std.fmt functions take case as an enum
daurnimator
2021-06-09
Re-enable multiple wasm32 vector tests
Jakub Konka
2021-06-08
stage1: make `@truncate` to an integer type of different sign an error at com...
Matthew Borkowski
2021-06-06
stage1: Allow array-like initialization for tuple types
LemonBoy
2021-06-05
test: re-enable dragonfly tests
Michael Dusan
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-28
Merge pull request #8918 from ziglang/stage1-tokenizer
Andrew Kelley
2021-05-28
stage1: Fix for atomicrmw xchg on fp types
LemonBoy
2021-05-28
stage1: rework tokenizer to match stage2
Andrew Kelley
2021-05-17
behavior tests: re-enable commented out test
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
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