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
/
stage1
Age
Commit message (
Expand
)
Author
2019-11-05
implement storing vector elements via runtime index
Andrew Kelley
2019-11-05
implement loading vector elements via runtime index
Andrew Kelley
2019-11-05
implement store of vector element with comptime index
Andrew Kelley
2019-11-05
comptime load of vector element
Andrew Kelley
2019-11-05
runtime load vector element with comptime index
Andrew Kelley
2019-11-05
Mark type fields as CT
LemonBoy
2019-11-04
Fix cmpxchg trying to execute at CT
LemonBoy
2019-10-30
add comments to disabled tests linking to the tracking issue
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-19
Prevent too eager constant-folding of switch expression
LemonBoy
2019-10-19
Fix crash when generating constant unions with single field
LemonBoy
2019-10-15
fix non-byte-aligned packed struct field...
Andrew Kelley
2019-10-13
Propagate user-defined function alignment to LLVM IR
LemonBoy
2019-10-10
Extern unions should not trigger active field check
LemonBoy
2019-10-10
stage1: fix ir_resolve_str() to return slice
Michael Dusan
2019-10-10
cleanup: unused imports in test
Michael Dusan
2019-10-07
unicode character literals
Nick Erdmann
2019-10-05
fix container member access for fn/struct-fn
Michael Dusan
2019-09-29
RISC-V: get to the linking phase of behavior tests
Andrew Kelley
2019-09-27
Correct calculation of padding length in struct
LemonBoy
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-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-23
Fix computation of switch coverage
LemonBoy
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
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
Force LLVM to generate byte-aligned packed unions
LemonBoy
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
[prev]
[next]