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
2020-05-18
Narrow down behaviour test cases; this removes wasmtime-enabled check in tests
Jakub Konka
2020-05-18
Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag o...
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-17
Merge pull request #5307 from ziglang/self-hosted-incremental-compilation
Andrew Kelley
2020-05-17
update ZIR compare output test to test incremental updates
Andrew Kelley
2020-05-17
Merge pull request #5057 from xackus/opaque-param
Andrew Kelley
2020-05-16
cross compile the stage2 tests for the target that they work for
Andrew Kelley
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-15
update ZIR test cases
Andrew Kelley
2020-05-16
Enable the test `standalone/global_linkage`
yvt
2020-05-12
Merge pull request #5319 from Vexu/float-fix
Vexu
2020-05-12
fix `@intToFloat` on comptime_floats
Vexu
2020-05-11
stage1: detect underflow in bigint_fits_in_bits
xackus
2020-05-08
Merge pull request #4932 from Qix-/fix-private-access
Vexu
2020-05-08
add failing test for #4909
Josh Junon
2020-05-07
stage1: handle all cases of invalid struct field default value
xackus
2020-05-07
Merge pull request #5268 from tadeokondrak/remove-callconv-redundant-syntax
Andrew Kelley
2020-05-06
Merge pull request #5257 from matt1795/scoped-typedef
Vexu
2020-05-06
translate-c: small patch to fix bultin type detection
Vexu
2020-05-05
update docs/tests for async/extern fn removal
Tadeo Kondrak
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-05
Merge pull request #5272 from tadeokondrak/noasync-to-nosuspend
Andrew Kelley
2020-05-05
update tests for nosuspend
Tadeo Kondrak
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-04
moved duplicated code to common functions
Matthew Knight
2020-05-04
Merge pull request #5267 from Vexu/const-call
Vexu
2020-05-04
fix missing compile error on call assigned to const
Vexu
2020-05-04
stage1: fix assert fail on opaque fn ptr param
xackus
2020-05-02
added scoped typedef to translate-c
Matthew Knight
2020-05-02
add test coverage for top level fields
Andrew Kelley
2020-05-01
add ZIR transform test case
Andrew Kelley
2020-05-01
disable stage2 zir tests on not-yet-supported archs
Andrew Kelley
2020-05-01
disable stage2 zir tests on not-yet-supported OS's
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-04-30
Translate-C convert bools to int in complex expressions
Ian Simonson
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-28
Merge pull request #5196 from tadeokondrak/@vector-to-@type-vector
Andrew Kelley
2020-04-28
Merge pull request #5195 from tadeokondrak/opaquetype-to-type-opaque
Andrew Kelley
2020-04-28
Fix/add translate-c tests for previous commit
Tadeo Kondrak
2020-04-28
@Vector -> std.meta.Vector
Tadeo Kondrak
2020-04-28
@OpaqueType -> @Type(.Opaque)
Tadeo Kondrak
2020-04-27
implement @Type() for more types
Tadeo Kondrak
2020-04-24
stage1: Prevent the creation of illegal ptr types
LemonBoy
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-23
stage1: fix crash on accessing an array of size zero with runtime index
xackus
2020-04-23
stage1: Fix bitcast of immediate to ptr type (#5131)
LemonBoy
2020-04-22
Merge pull request #5130 from ziglang/stage2-ir
Andrew Kelley
2020-04-22
stage1: Prevent the creation of illegal pointer types
LemonBoy
2020-04-21
Added peer type resolution for [*]T and *[N]T.
elucent
2020-04-20
simplify ZIR spec; separate parsing/rendering from analysis
Andrew Kelley
[next]