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
2024-09-16
compiler: provide correct result types to `+=` and `-=`
mlugg
2024-09-15
Sema: don't emit instruction when casting @min/@max result to OPV type
mlugg
2024-09-15
Sema: give `try` operand `error{}` result type in non-errorable functions
mlugg
2024-09-12
riscv: implement `optional_payload_ptr_set`
David Rubin
2024-09-12
make decl literals work with single item pointers
xdBronch
2024-09-12
Sema: perform requested coercion when decl literal demoted to enum literal
mlugg
2024-09-12
AstGen: do not allow unlabeled `break` to exit a labeled switch
mlugg
2024-09-12
Merge pull request #21287 from linusg/deprecated-default-init
Matthew Lugg
2024-09-12
Replace deprecated default initializations with decl literals
Linus Groh
2024-09-12
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen
2024-09-11
Merge pull request #21269 from alexrp/soft-float
Andrew Kelley
2024-09-10
Dwarf: implement and test hash maps
Jacob Young
2024-09-10
Dwarf: implement and test multi array list slices
Jacob Young
2024-09-10
Dwarf: implement and test multi array list
Jacob Young
2024-09-10
Dwarf: implement and test segmented list
Jacob Young
2024-09-10
Dwarf: implement and test decls
Jacob Young
2024-09-10
test: Switch all `arm-linux-*` triples for module tests from v8a to v7a.
Alex Rønne Petersen
2024-09-10
test: Add arm, mips, and powerpc soft float targets to module tests.
Alex Rønne Petersen
2024-09-10
test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.
Alex Rønne Petersen
2024-09-10
test: Disable `store vector with memset` on soft float arm.
Alex Rønne Petersen
2024-09-10
add error for discarding if/while pointer capture
xdBronch
2024-09-07
mips: fix C ABI compatibility
Maciej 'vesim' Kuliński
2024-09-07
test: Re-enable `vector reduce operation` for most LLVM targets.
Alex Rønne Petersen
2024-09-07
test: Re-enable `vector shift operators` for all LLVM targets.
Alex Rønne Petersen
2024-09-06
std.zig.target: Split `powerpc-linux-musl` triple into `powerpc-linux-musleab...
Alex Rønne Petersen
2024-09-06
std.zig.target: Split `mips(el)-linux-musl` triples into `mips(el)-linux-musl...
Alex Rønne Petersen
2024-09-06
Merge pull request #21310 from alexrp/ppc64-tests
Andrew Kelley
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
2024-09-05
test: Add `powerpc64-linux-(none,musl)` triples to module tests.
Alex Rønne Petersen
2024-09-05
test: Disable `store vector with memset` on powerpc64.
Alex Rønne Petersen
2024-09-05
test: Disable `reinterpret packed union` for powerpc64 too.
Alex Rønne Petersen
2024-09-04
elf: fix emitting static lib when ZigObject is present
Jakub Konka
2024-09-04
test/link/elf: test --gc-sections on Zig input with LLVM too
Jakub Konka
2024-09-03
AstGen: update @errorCast to maybe eval to err
Michael Dusan
2024-09-01
riscv: implement `switch_dispatch` & `loop_switch_br`
David Rubin
2024-09-01
x86_64: implement `loop_switch_br` and `switch_dispatch`
Jacob Young
2024-09-01
AstGen: error on unused switch label
mlugg
2024-09-01
AstGen: allow breaking from labeled switch
mlugg
2024-09-01
compiler: implement labeled switch/continue
mlugg
2024-09-01
compiler: implement decl literals
mlugg
2024-09-01
compiler: provide result type to operand of `try`
mlugg
2024-09-01
riscv: implement `errunion_payload_ptr_set`
David Rubin
2024-09-01
fix(Sema): patch segfault in `finishStructInit`
WillLillis
2024-08-29
behavior: avoid field/decl name conflicts
mlugg
2024-08-29
cases: update for new error wording, add coverage for field/decl name conflict
mlugg
2024-08-28
Merge pull request #21230 from jacobly0/stack-trace
Jacob Young
2024-08-28
Dwarf: fix and test inline function bugs
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Dwarf: fix and test string format
Jacob Young
2024-08-27
translate-c: support GCC/Clang pointer subtraction extension
mlugg
[prev]
[next]