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-26
x86_64: rewrite `@min`/`@max` for float vectors
Jacob Young
2025-01-26
x86_64: rewrite `@min`/`@max` for scalar floats
Jacob Young
2025-01-26
Merge pull request #22602 from mlugg/incr-embedfile
Matthew Lugg
2025-01-25
Merge pull request #22581 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-25
incr-check: check compile errors against expected
mlugg
2025-01-25
incremental: handle `@embedFile`
mlugg
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: fix typo and lower optimized insts
Jacob Young
2025-01-24
x86_64: rewrite float vector `@abs` and equality comparisons
Jacob Young
2025-01-24
x86_64: rewrite scalar float equality comparisons
Jacob Young
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-23
tests: enable stack trace tests for x86_64-selfhosted
mlugg
2025-01-22
Merge pull request #22572 from jacobly0/new-error-trace
Matthew Lugg
2025-01-22
Merge pull request #22571 from mlugg/various-fixes-again
Matthew Lugg
2025-01-22
x86_64: implement error return traces
Jacob Young
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
[prev]
[next]