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-22
Sema: fix crash when `inline` loop condition is not comptime-known
mlugg
2025-01-22
Zcu: fix switch prong source location resolution
mlugg
2025-01-22
std.Build: add `addLibrary` function (#22554)
BratishkaErik
2025-01-21
Merge pull request #22541 from ziglang/pipeline
Andrew Kelley
2025-01-21
x86_64: rewrite `@abs` for scalar floats
Jacob Young
2025-01-20
reject crti.o/crtn.o, embrace the future
Andrew Kelley
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-20
Merge pull request #22548 from mlugg/fix-broken-pipe
Andrew Kelley
2025-01-21
Sema: fix `is_non_null_ptr` handling for runtime-known pointers
mlugg
2025-01-20
x86_64: rewrite `@abs`
Jacob Young
2025-01-20
Merge pull request #22530 from alexrp/omit-unwind-tables
Alex Rønne Petersen
2025-01-20
std.Build: extend `test_runner` option to specify whether runner uses `std.zi...
mlugg
2025-01-19
test: Add a standalone test for omitting CFI directives.
Alex Rønne Petersen
2025-01-18
Sema: don't try to initialize global union pointer at comptime
mlugg
2025-01-18
incremental: fix enum resolution bugs
mlugg
2025-01-16
x86_64: fix crashes compiling the compiler and tests
Jacob Young
2025-01-16
x86_64: pass more behavior tests
Jacob Young
2025-01-16
x86_64: implement load and store
Jacob Young
2025-01-16
x86_64: implement union access
Jacob Young
2025-01-16
x86_64: implement pointer addition and subtraction
Jacob Young
2025-01-16
x86_64: implement element access
Jacob Young
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
x86_64: implement clz and not
Jacob Young
2025-01-16
x86_64: demolish the old
Jacob Young
2025-01-16
x86_64: 2 means better
Jacob Young
2025-01-16
x86_64: implement fallback for pcmpeqq
Jacob Young
2025-01-16
x86_64: testing
Jacob Young
2025-01-16
Revert "disable flaky incremental compilation tests"
Jacob Young
2025-01-16
Merge pull request #22505 from mlugg/easier-modify-builtin
Matthew Lugg
2025-01-16
disable flaky incremental compilation tests
Andrew Kelley
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-15
test/link/wasm/shared-memory: update to better linker behavior
Andrew Kelley
2025-01-15
wasm linker: change rules about symbol visibility
Andrew Kelley
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
[prev]
[next]