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
/
behavior
/
bugs
Age
Commit message (
Expand
)
Author
2023-05-18
x86_64: rewrite casts
Jacob Young
2023-05-15
x86_64: implement calling function references
Jacob Young
2023-05-15
x86_64: implement union_init
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-08
x86_64: fix unordered float equality
Jacob Young
2023-05-08
x86_64: implement `@ctz` and `@clz` for `u128`
Jacob Young
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-04-26
macho: invalidate GOT/stub relocs after segment shift in memory
Jakub Konka
2023-04-26
x86_64: fix tlv references
Jacob Young
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-16
behavior: disable flaky test on x86_64
Jacob Young
2023-04-16
x86_64: implement packed load and store
Jacob Young
2023-04-15
disable not-yet-passing C backend tests
Andrew Kelley
2023-04-13
x86_64: fix some of the mass confusion about the meaning of `MCValue`
Jacob Young
2023-04-03
x86_64: fix typos
Jacob Young
2023-04-03
x86_64: implement storing large immediates
Jacob Young
2023-04-02
x86_64: implement struct_field_val for large packed structs
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-04-02
x86_64: implement error name
Jacob Young
2023-03-27
x86_64: fix popcnt and disable regressed test
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-25
x86_64: implement struct_field_val for packed containers
Jacob Young
2023-03-25
x86_64: implement struct_field_ptr for packed containers
Jacob Young
2023-03-24
x86_64: fix value tracking bugs
Jacob Young
2023-03-21
x86_64: implement atomic and fence ops
Jacob Young
2023-03-21
x86_64: (re)implement optional ops
Jacob Young
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-13
Sema: avoid panic on callconv(.C) generic return type
Ian Johnson
2023-03-05
CBE: implement some big integer and vector unary operations
Jacob Young
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2023-01-22
Sema: handle lazy values in more places
Veikka Tuominen
2023-01-05
llvm codegen: fix f16,f32,f64 nan bitcasts
Michael Dusan
2023-01-04
behavior: add test for #8277
Michael Dusan
2022-12-27
add behavior test for comptime pointer casting
Andrew Kelley
2022-12-26
Sema: add error for recursive inline call
Veikka Tuominen
2022-12-24
behavior: disable tests that trigger an llvm 15 bug and assertion
Jacob Young
2022-12-22
Merge pull request #13960 from r00ster91/stage1cruft
Andrew Kelley
2022-12-21
behavior: more test coverage
r00ster91
2022-12-19
behavior: disable failing test
Jacob Young
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-12-17
std.builtin: rename Type.Fn's args to params
r00ster91
2022-12-17
std.builtin: rename Type.Fn.Param's arg_type to type
r00ster91
2022-12-16
Add test for #13366
Evin Yulo
2022-12-16
Add test for #12571
Evin Yulo
2022-12-14
Fix tautological big_int tests.
IntegratedQuantum
2022-12-10
Merge pull request #13872 from koachan/sparc64-codegen
Andrew Kelley
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
[next]