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
/
behavior
Age
Commit message (
Expand
)
Author
2020-01-23
new test case
Andrew Kelley
2020-01-21
enable native CPU feature for windows; disable failing tests
Andrew Kelley
2020-01-18
Merge pull request #4222 from LemonBoy/eutwouwth
Andrew Kelley
2020-01-18
Fix edge case in tagName handling of unions
LemonBoy
2020-01-18
Prevent crash with empty non-exhaustive enum
LemonBoy
2020-01-18
Allow @tagName on enum literals
LemonBoy
2020-01-17
Merge pull request #4191 from Vexu/non-exhaustive-enums
Andrew Kelley
2020-01-17
improve behavior test
Vexu
2020-01-16
relax language requirements regarding else unreachable
Andrew Kelley
2020-01-16
fix regressions in get_elem_ptr related to undefined
Andrew Kelley
2020-01-16
correct field count
Vexu
2020-01-16
add struct field default value to typeinfo
Vexu
2020-01-16
implement `@bitSizeOf`
Vexu
2020-01-15
add is_exhaustive field to typeinfo
Vexu
2020-01-15
update tests and translate-c
Vexu
2020-01-14
Fix codegen error for some union initializers
LemonBoy
2020-01-14
Fix ICE when BoundFn are passed as parameters
LemonBoy
2020-01-13
Allow switching on pointer types
LemonBoy
2020-01-12
Fix @call being too eager to resolve the fn argument
LemonBoy
2020-01-09
Merge pull request #3955 from LemonBoy/fix-1528
Andrew Kelley
2020-01-09
New @export() handling
LemonBoy
2020-01-09
Correct alignment calculation for runtime addends
LemonBoy
2020-01-08
Fix calculation of new alignment factor
LemonBoy
2020-01-08
Pointer arithmetic affects the alignment factor
LemonBoy
2020-01-07
Fix crash with unresolved loc
LemonBoy
2020-01-06
fix regression with `@TypeInfo`
Andrew Kelley
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-05
add test case to cover already-solved bug
Andrew Kelley
2020-01-03
Correct evaluation of optional type alignment
LemonBoy
2020-01-02
Merge pull request #4027 from ziglang/fix-float-ops
Andrew Kelley
2020-01-02
fix comptime vector float ops and add test coverage
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2020-01-02
Don't ptrCast a result-location assignment to _
LemonBoy
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2020-01-01
fix segfault in bit shift safety check
Vexu
2019-12-30
Merge pull request #3683 from Vexu/atomic-float
Andrew Kelley
2019-12-30
fix comparing comptime_int against undefined literal
Andrew Kelley
2019-12-30
Resolve more types as needed
LemonBoy
2019-12-23
disable test on arm
Vexu
2019-12-23
support some atomic operations with floats
Vexu
2019-12-21
zig fmt support for slice sentinel syntax
Andrew Kelley
2019-12-20
Fix sentinel value of opaque pointers in typeInfo
LemonBoy
2019-12-20
Fix comptime evaluation of runtime array access
LemonBoy
2019-12-17
Make sure the fields array is always non-null
LemonBoy
2019-12-16
add behavior test for vector comparison
Andrew Kelley
2019-12-15
improve extern enum
Vexu
2019-12-15
Don't assume TLS storage has a fixed address
LemonBoy
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-12
uncomment a now-passing behavior test
Andrew Kelley
[prev]
[next]