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-15
wasm linker: fix TLS data segments
Andrew Kelley
2025-01-15
tests: remove dead code
Andrew Kelley
2025-01-15
test/link/wasm/export-data: update expected behavior
Andrew Kelley
2025-01-15
test/wasm/infer-features: update to expected behavior
Andrew Kelley
2025-01-15
test/link/wasm/function-table: delete bad test
Andrew Kelley
2025-01-15
test/link/wasm/segment: delete bad test
Andrew Kelley
2025-01-15
test/link/wasm/type: remove redundant tests
Andrew Kelley
2025-01-15
test/wasm/export: delete redundant tests
Andrew Kelley
2025-01-15
delete bad linker test: bss
Andrew Kelley
2025-01-15
wasm linker: implement hidden visibility
Andrew Kelley
2025-01-15
wasm linker: incremental test coverage
Andrew Kelley
2025-01-15
build: respect -Duse-llvm option when doing behavior tests
Andrew Kelley
2025-01-15
wasm linker: don't pretend it's possible to export data symbols
Andrew Kelley
2025-01-14
Sema: more validation for builtin decl types
mlugg
2025-01-14
Sema: fix UB in error reporting
mlugg
2025-01-14
Type: `struct {}` does not have a well-defined layout
mlugg
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
[prev]
[next]