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
Age
Commit message (
Expand
)
Author
2024-06-13
riscv: integer + float `@abs`
David Rubin
2024-06-13
riscv: implement more arithmetic instructions
David Rubin
2024-06-13
riscv: zero registers when using register-wide operations
David Rubin
2024-06-13
riscv: add `airAggregateInit` for arrays
David Rubin
2024-06-13
riscv: first sign of floats!
David Rubin
2024-06-13
riscv: fix register clobber in certain edge cases
David Rubin
2024-06-13
ZigObject: enforce min function alignement on riscv
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-06-13
riscv: switch progress + by-ref return progress
David Rubin
2024-06-10
spirv: improve shuffle codegen
Robin Voetter
2024-06-10
spirv: new vectorization helper
Robin Voetter
2024-06-10
spirv: disable tests that fail on pocl
Robin Voetter
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-05-21
llvm: fix lowering of packed structs with optional pointers
Veikka Tuominen
2024-05-11
riscv: update behaviour tests again
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: by-value structs + `@min`
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: mutable globals
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-05-11
riscv: big rewrite to use latest liveness
David Rubin
2024-05-11
astgen: fix result info for catch switch_block_err_union
Dominic
2024-05-08
fix wrong int alignment for i65..i127 on x86 arch
Andrew Kelley
2024-05-08
disable regressed test from LLVM 18 upgrade
Andrew Kelley
2024-05-08
update maxIntAlignment for x86 to 16
Andrew Kelley
2024-05-08
disable regressed test from LLVM 18 upgrade
Andrew Kelley
2024-05-08
std.Target.maxIntAlignment: move to compiler implementation
Andrew Kelley
2024-05-08
LLVM 18 uses 16 byte alignment for x86_64 i128
Andrew Kelley
2024-05-02
LLVM: Fix panic when using tagged union backed by enum with negative values
Anton Lilja
2024-04-17
test: disable newly failing test
mlugg
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-04-13
cbe: fix optional codegen
Jacob Young
2024-04-07
Merge pull request #18988 from castholm/lazy-build-zig
Andrew Kelley
2024-04-07
Sema: support coercing ref to anonymous array init to many-pointer
Carl Åstholm
2024-04-07
Sema: fix runtime call of inline fn with comptime-known comptime-only ret type
Carl Åstholm
2024-04-06
Merge pull request #19562 from Snektron/spirv-remove-cache
Andrew Kelley
2024-04-06
Sema: fix non-`pub` `usingnamespace` in `@typeInfo`
Jacob Young
2024-04-06
Builder: fix encoding big integers in bitcode
Jacob Young
2024-04-06
spirv: enable passing tests
Robin Voetter
2024-04-06
spirv: implement `@mulWithOverflow`
Ali Chraghi
2024-04-06
spirv: implement `@divFloor`, `@floor` and `@mod`
Ali Chraghi
2024-04-05
spirv: make behavior tests passing
Ali Chraghi
2024-04-02
Sema: fix crash accessing array of opv types
Jacob Young
2024-04-01
Merge pull request #19490 from Snektron/spirv-dedup
Robin Voetter
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
Sema: rework `@fieldParentPtr` to accept a pointer type
Jacob Young
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-30
spirv: disable failing tests
Robin Voetter
[prev]
[next]