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
2025-01-13
Sema: disallow non scalar sentinels in array types and reified types (#22473)
xdBronch
2025-01-12
Dwarf: emit debug info for extern globals
Jacob Young
2025-01-12
behavior: referencing an extern means depending on it
Andrew Kelley
2025-01-13
Sema: allow tail calls of function pointers
mlugg
2025-01-11
compiler: improve "... contains reference to comptime var" errors
mlugg
2025-01-10
cbe: fix miscomps of the compiler
Jacob Young
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-08
cbe: fix miscomps of x86_64 backend
Jacob Young
2025-01-07
test: Enable long calls for all thumb/thumbeb module tests.
Alex Rønne Petersen
2025-01-06
test: Disable `align(N) on functions` and `@alignCast functions` for thumbeb ...
Alex Rønne Petersen
2025-01-06
test: Disable vector behavior tests affected by #22060 for thumbeb too.
Alex Rønne Petersen
2025-01-05
x86_64: fix `@errorName` data
Jacob Young
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2025-01-04
incremental: add new test cases
mlugg
2025-01-03
Zir: split up start and end of range in `for_len`
mlugg
2025-01-02
Sema: correctly label `block_comptime` for restoring error return trace index
mlugg
2025-01-01
Merge pull request #22379 from mlugg/incremental-fixes
Matthew Lugg
2025-01-01
Sema: fix invalid coercion `*[n:x]T` -> `*[m]T` for `n != m`
mlugg
2025-01-01
incremental: fix errors not being deleted upon re-analysis
mlugg
2024-12-31
cases: update to new compile error wordings
mlugg
2024-12-31
cases: add cases for runtime code in comptime scopes
mlugg
2024-12-29
Merge pull request #22344 from Techatrix/slice-of-slice
Andrew Kelley
2024-12-29
add `@Type` behavior tests from #19985
Travis Staloch
2024-12-29
Value: implement `orderAgainstZeroInner` for errors
David Rubin
2024-12-29
fix slice of slice with sentinel on the lhs slice
Techatrix
2024-12-29
fix slice of slice with sentinel but no end index
Techatrix
2024-12-28
AstGen: lower function addrspace expression correctly
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
2024-12-19
compiler: disallow `align` etc annotations on comptime-only globals
mlugg
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-18
test-standalone: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-link: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-debugger: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-run-translated-c: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-compare-output: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-stack-traces: migrate from deprecated std.Build APIs
mlugg
2024-12-18
test-cases: migrate from deprecated std.Build APIs
mlugg
2024-12-18
tests.zig: migrate from deprecated std.Build APIs
mlugg
2024-12-18
std.Build.Step.Compile.Options: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build.Step.Compile: change `root_module` field type to `*Module`
mlugg
2024-12-18
std.Build: remove deprecated APIs
Eric Joldasov
2024-12-16
Sema: disallow unsafe in-memory coercions
mlugg
2024-12-15
Sema: disallow runtime stores to pointers with comptime-only element types
mlugg
2024-12-15
Merge pull request #22219 from alexrp/arm-big-endian
Alex Rønne Petersen
2024-12-14
Move fetch-them-macos-headers tools to ziglang/zig.
Alex Rønne Petersen
2024-12-14
ensure `InstMap` capacity before remapping error code
David Rubin
2024-12-13
Add compiler internals tests
Carl Åstholm
2024-12-13
test: Add aarch64_be-linux-* to the module test matrix.
Alex Rønne Petersen
2024-12-13
test: Add thumbeb-linux-* to the module test matrix.
Alex Rønne Petersen
[prev]
[next]