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-11-29
stage1: Add missing bitcast when rendering var ptr
LemonBoy
2020-11-27
stage1: Fix crash in *[N]T to []T conversion with zst
LemonBoy
2020-11-26
stage2 macho: enable end-to-end incremental linking tests on aarch64
Jakub Konka
2020-11-25
stage1: Fix ICE when generating struct fields with padding
LemonBoy
2020-11-25
update stack trace test with new start.zig line number
Andrew Kelley
2020-11-23
Update stack_traces test
LemonBoy
2020-11-20
Merge pull request #7165 from LemonBoy/ppc64final
Andrew Kelley
2020-11-20
stage1: Resolve usingnamespace decls when calling @typeInfo
LemonBoy
2020-11-20
Skip f16 to f128 conversion test for ppc64
LemonBoy
2020-11-20
Better coverage in @splat tests
LemonBoy
2020-11-19
Merge pull request #6928 from data-man/reduce_tests
Andrew Kelley
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-19
add compile-error tests for unsupported calling convention
Vexu
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
2020-11-18
stage1: Fix undefined assignment for bitfields
LemonBoy
2020-11-18
stage1: improve error for missing a number type on a runtime var
pfg
2020-11-18
Merge pull request #6434 from daurnimator/fifo.pump
Veikka Tuominen
2020-11-18
Change error when runtime value passed to comptime arg
frmdstryr
2020-11-18
stage1: Reject undefined values when taking union ptr
LemonBoy
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-17
stage1: Fix asyncCall with non-abi-aligned arguments
LemonBoy
2020-11-17
Added links to the relevant issue
data-man
2020-11-16
Merge pull request #6878 from frmdstryr/multiline-string-comments
Andrew Kelley
2020-11-16
Merge pull request #7112 from LemonBoy/fix-7104
Alexandros Naskos
2020-11-14
stage1: Fix generation of pass-by-value args in async fns
LemonBoy
2020-11-13
stage1: Resolve ErrorUnion children types
LemonBoy
2020-11-12
Merge pull request #6900 from joachimschmidt557/stage2-aarch64
Jakub Konka
2020-11-11
stage2 AArch64: add Linux Hello World test
joachimschmidt557
2020-11-11
stage2 aarch64: add macOS incremental test
Jakub Konka
2020-11-11
ensure TypeInfo payload is not undefined
Vexu
2020-11-11
stage1: Fix crash in comptime struct generation
LemonBoy
2020-11-11
stage1: Avoid resolving type entry in [0]T
LemonBoy
2020-11-10
stage1: Fix comparison of unions containing zero-sized types
LemonBoy
2020-11-09
stage1: Print correct error message for vector @intCast
LemonBoy
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-06
change debug.assert to testing.expect in tests
xackus
2020-11-06
Merge pull request #6941 from LemonBoy/floateqapprox
Andrew Kelley
2020-11-06
translate-c: fix macro functions with no arguments
Vexu
2020-11-05
stage1: Make sure union(enum(T)) is valid
LemonBoy
2020-11-05
std: Implement more useful approxEq semantics
LemonBoy
2020-11-04
remove f128 tests, disable min/max for NaNs
data-man
2020-11-02
stage1: Fix *WithOverflow intrinsics with u0 values
LemonBoy
2020-11-02
Remove min/max tests for NaNs
data-man
2020-11-02
Add more tests for reduce
data-man
2020-11-02
std: Re-enable union behaviour test for mips targets
LemonBoy
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-11-01
stage1: Implement Add/Mul reduction operators
LemonBoy
2020-10-31
Merge pull request #6883 from Vexu/translate-c
Veikka Tuominen
2020-10-31
run zig fmt on src/ and test/
Vexu
[next]