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
2019-09-27
add regression test for alignment of constants
Andrew Kelley
2019-09-26
Merge pull request #3311 from LemonBoy/mips
Andrew Kelley
2019-09-26
Don't warn about redeclaration for the same var node
LemonBoy
2019-09-26
Add comments about the test cases that have been disabled
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-25
enable test coverage for armv8-linux-musleabihf
Andrew Kelley
2019-09-24
add VarDecl support for struct-method call syntax
Michael Dusan
2019-09-24
Fix result loc unwrapping with optional in error union
LemonBoy
2019-09-24
Fix assignment to optional payload
LemonBoy
2019-09-24
Create user-specified `output-dir`
Jay Weisskopf
2019-09-23
Prevent crash with invalid extern type
LemonBoy
2019-09-23
Fix computation of switch coverage
LemonBoy
2019-09-22
enable test coverage for cross compiling windows mingw-w64
Andrew Kelley
2019-09-22
do the release tests last because they take longer
Andrew Kelley
2019-09-22
disable running cross compiled macos tests
Andrew Kelley
2019-09-22
significantly increase test coverage
Andrew Kelley
2019-09-21
add behavior test for float widening f16 to f128
Andrew Kelley
2019-09-21
Fix a test on ARM due to the use of `undefined` ptr
LemonBoy
2019-09-21
Adjust tests for AArch64
LemonBoy
2019-09-21
Fix generation of tail fields for packed struct
LemonBoy
2019-09-20
reject types of automatic container layout in packed unions
Sahnvour
2019-09-20
add test case for already fixed bug
Andrew Kelley
2019-09-20
Fix comptime bitcast inside an expression
Timon Kruiper
2019-09-19
fixups for `@splat`
Andrew Kelley
2019-09-19
`@splat`
Shawn Landden
2019-09-19
implement runtime `@byteSwap` and other fixups
Andrew Kelley
2019-09-18
@byteSwap on vectors
Shawn Landden
2019-09-18
rework the implementation
Andrew Kelley
2019-09-18
stage1: add @shuffle() shufflevector support
Shawn Landden
2019-09-18
stage1: proper return type on vector comparisons
Shawn Landden
2019-09-18
Fix array->vector and vector->array for many types. Allow vector of bool.
Shawn Landden
2019-09-17
fix peer result location with typed parent, ...
Andrew Kelley
2019-09-16
fix tripping llvm assert
Andrew Kelley
2019-09-13
Make single-element enum default to u0
LemonBoy
2019-09-11
add behavior test for `@enumToInt(enum(u1){x}.x)`
Andrew Kelley
2019-09-10
Get more of the tests passing for FreeBSD (#3197)
stratact
2019-09-10
Force LLVM to generate byte-aligned packed unions
LemonBoy
2019-09-10
forbid opaque types in function return types
Sahnvour
2019-09-10
fix tests.addPkgTests to always run native target
Michael Dusan
2019-09-09
fix a var decl in scope preventing for loop spills
Andrew Kelley
2019-09-09
Merge pull request #3200 from LemonBoy/eq-tagged-union
Andrew Kelley
2019-09-09
fix bad LLVM IR when for target expr needs to be spilled
Andrew Kelley
2019-09-09
Comptime folding of enum/union comparisons
LemonBoy
2019-09-09
Allow comparison between union tag and enum literal
LemonBoy
2019-09-09
implement spilling when returning error union async function call
Andrew Kelley
2019-09-09
test-stack-traces: add FreeBSD
Michael Dusan
2019-09-07
fix suspensions inside for loops generating invalid LLVM IR
Andrew Kelley
2019-09-07
properly spill expressions with async function calls
Andrew Kelley
2019-09-07
implement spills when expressions used across suspend points
Andrew Kelley
[next]