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-01-13
Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"
Andrew Kelley
2024-01-13
std.http: add missing documentation and a few examples
Nameless
2024-01-12
sema: forbid asm output to const locals
Meghan Denny
2024-01-11
LLVM: fix lowering of extern anyopaque
Andrew Kelley
2024-01-10
translate-c: float cast from boolean expr fix
february cozzocrea
2024-01-09
AstGen: add error for redundant comptime var in comptime scope (#18242)
Bogdan Romanyuk
2024-01-09
Merge pull request #18486 from castholm/undefined-version
Andrew Kelley
2024-01-09
Add tests for `--undefined-version`
Carl Åstholm
2024-01-09
sema: inherit block want_safety for err switch union
dweiller
2024-01-09
test: add tests for switch_block_err_union
dweiller
2024-01-07
Merge pull request #18470 from castholm/typeInfo-sentinels
Andrew Kelley
2024-01-08
llvm: optional slices cannot be passed in parts when they allowzero
Veikka Tuominen
2024-01-07
remove tool: update-license-headers
Andrew Kelley
2024-01-07
Fix failing type reifications
Carl Åstholm
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2024-01-04
test glibc_runtime_check: add strlcpy() check
Pat Tullmann
2024-01-04
test/link/glibc_compat: test various older glibc versions
Pat Tullmann
2024-01-04
build/LazyPath: Add dirname (#18371)
Abhinav Gupta
2024-01-04
sema: Prevent reifying non-empty union with empty tag type
Carl Åstholm
2024-01-04
Merge pull request #18376 from amp-59/shl_exact_comptime_int_to_shl
Andrew Kelley
2024-01-03
Merge pull request #17431 from castholm/expectEqual
Andrew Kelley
2024-01-04
`@shlExact` fixups
Andrew Kelley
2024-01-04
Sema: fix crash compiling `@shlExact`
amp-59
2024-01-03
Merge pull request #18431 from jacobly0/cbe-extern
Andrew Kelley
2024-01-03
Correct expected/actual parameter order of some assertions
Carl Åstholm
2024-01-03
Remove some `@as` coercions from assertions
Carl Åstholm
2024-01-03
Fix compile errors from the `expectEqual` change
Carl Åstholm
2024-01-03
add missing resolveStructFieldInits
xdBronch
2024-01-03
cbe: fix non-msvc externs and exports
Jacob Young
2024-01-03
Reapply "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Jacob Young
2024-01-03
Sema: Added logic to avoid unchecked operations calling `preparePanicId` (#18...
amp-59
2024-01-02
Merge pull request #18160 from ziglang/std-build-module
Andrew Kelley
2024-01-02
Merge pull request #18410 from dweiller/by-length-slice-bug
Veikka Tuominen
2024-01-02
Liveness: fix branch operands becoming aliased
arbrk1
2024-01-01
disable standalone coff_dwarf test on aarch64-windows
Andrew Kelley
2024-01-01
add standalone test for depending on the main module
Andrew Kelley
2024-01-01
fix stack_iterator test build script
Andrew Kelley
2024-01-01
test.link.glibc_compat: fix invalid build system API usage
Andrew Kelley
2024-01-01
update stack trace tests to account for new defaults
Andrew Kelley
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
fix windows-only test case not upgraded to new build API
Andrew Kelley
2024-01-01
fix linker test regressions
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
Revert "Merge pull request #17824 from kcbanner/fixup_msvc_fmax"
Andrew Kelley
2024-01-01
Merge pull request #17824 from kcbanner/fixup_msvc_fmax
Andrew Kelley
2023-12-31
sema: add compile error for OOB by-length slice of array
dweiller
2023-12-29
Sema: Initialise `want_safety` for switch prong child block
amp-59
[next]