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
2020-02-08
properly spill optional payload capture value
Andrew Kelley
2020-02-08
fix async runtime function call resolves target fn frame
Andrew Kelley
2020-02-07
fix async function call resolves target fn frame
Andrew Kelley
2020-02-07
fix invalid behavior tests from prev commit
Andrew Kelley
2020-02-07
more carefully calculate llvm field indexes
Andrew Kelley
2020-02-07
riscv64: Enable some more tests
LemonBoy
2020-02-03
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-01-30
drop @newStackCall
Andrew Kelley
2020-01-30
zig fmt behavior tests
Andrew Kelley
2020-01-30
Merge pull request #4324 from fengb/testing-allocator
Andrew Kelley
2020-01-30
Convert a few more page_allocator
Benjamin Feng
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Fix comptime float-int comparisons
LemonBoy
2020-01-29
Fix stage1 test
Benjamin Feng
2020-01-29
Fix edge case in switch with single else
LemonBoy
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-29
Add test cases for suspend in while loops
Benjamin Feng
2020-01-28
fix 0-bit child type coerced to optional return ptr result location
Andrew Kelley
2020-01-27
fix auto created variables not having correct alignment
Andrew Kelley
2020-01-27
fix not handling undefined u0 correctly
Andrew Kelley
2020-01-27
fix triple level result location with bitcast sandwich
Andrew Kelley
2020-01-27
fix nested bitcast passed as tuple element
Andrew Kelley
2020-01-27
Merge branch 'master' into ir-clean-up-vars
Andrew Kelley
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
fix failing array test by improving copy_const_val
Andrew Kelley
2020-01-16
revert one part of ir get_elem_ptr analysis
Andrew Kelley
2020-01-16
fix regression with optionals and globals
Andrew Kelley
2020-01-16
relax language requirements regarding else unreachable
Andrew Kelley
2020-01-16
fix regressions double implicit casting return ptr
Andrew Kelley
2020-01-16
fix regression with inferred struct fields
Andrew Kelley
2020-01-16
fix regressions in get_elem_ptr related to undefined
Andrew Kelley
2020-01-16
fix implicit cast regression
Andrew Kelley
2020-01-16
fix regression with var ptrs not being const
Andrew Kelley
2020-01-16
fix regression in global const alignment
Andrew Kelley
2020-01-16
zig ir.cpp details: remove the mem_slot mechanism
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
[prev]
[next]