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
juice
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
std.Io.Threaded-groups-2
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
Age
Commit message (
Expand
)
Author
2022-05-03
edwards25519 fixes (#11568)
Frank Denis
2022-05-02
test: regression fix: skip stage1 if not enabled
Jakub Konka
2022-05-02
Allocator: correct `PanicFree` function name
Lee Cannon
2022-05-02
Avoid some unnecessary underscores in constant names
r00ster91
2022-05-02
Sema: coerce comptime_float to fixed-width float
Andrew Kelley
2022-05-01
stage1: disable new behavior tests
Andrew Kelley
2022-05-01
zig build: use CacheMode.whole for build_runner.zig
Andrew Kelley
2022-05-01
disable failing behavior tests
Andrew Kelley
2022-05-01
stage2: fix comptime fixed-width float division
Andrew Kelley
2022-05-01
cmake: default install prefix to ./stage1
Andrew Kelley
2022-05-01
std.heap: Fix typo
r00ster
2022-04-30
CBE: handle returning `undefined` for ErrorUnion
Daniele Cocca
2022-04-29
Sema: Fix many-pointer array concatenation at comptime (#11512)
sin-ack
2022-04-29
std.MultiArrayList: add functions `addOne`, `pop`, and `popOrNull` (#11553)
InKryption
2022-04-29
Merge pull request #11549 from Vexu/stage2-fixes
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-30
Zir: turn extended func into func_extended
Veikka Tuominen
2022-04-30
Zir: move more common instructions out of extended
Veikka Tuominen
2022-04-30
stage2: fix comptime unreachable
Veikka Tuominen
2022-04-29
std.SegmentedList: add constIterator
Natalia Cholewa
2022-04-29
Merge pull request #11530 from ziglang/test-harness
Jakub Konka
2022-04-28
CBE: fix renderValue() for struct fields with no runtime bits
Daniele Cocca
2022-04-28
Seccomp fixups re: #10717
Stephen Gregoratto
2022-04-28
compiler-rt: restore stage1 workaround
Andrew Kelley
2022-04-28
AstGen: encode negativity into float literals
Andrew Kelley
2022-04-28
compiler-rt: upgrade to stage2 fn ptr semantics
Andrew Kelley
2022-04-28
Revert "Merge pull request #11214 from iddev5/ay-build-runner"
Andrew Kelley
2022-04-28
Merge pull request #11541 from Vexu/stage2-slice-field-ptr
Veikka Tuominen
2022-04-28
Revert "std.testing: add writeZigFile for TmpDir"
Andrew Kelley
2022-04-28
std.build: fix dll-export-fns API
Andrew Kelley
2022-04-28
Merge pull request #11532 from ziglang/compiler-rt-math
Andrew Kelley
2022-04-28
test: remove redundant codepaths from test harness
Jakub Konka
2022-04-28
test: migrate stage1 compile error tests to updated test manifest
Jakub Konka
2022-04-28
test: migrate stage2 independent compile errors to test manifest parser
Jakub Konka
2022-04-28
test: fix incorrect error loc in assert_function x86_64-linux test
Jakub Konka
2022-04-28
test: fix x86_64-macos failures
Jakub Konka
2022-04-28
test: migrate llvm incremental tests
Jakub Konka
2022-04-28
test: correctly handle multiple backends
Jakub Konka
2022-04-28
test: migrate plan9 and sparcv9 incremental tests
Jakub Konka
2022-04-28
test: migrate arm incremental tests
Jakub Konka
2022-04-28
test: migrate aarch64 incremental tests
Jakub Konka
2022-04-28
test: migrate riscv64 incremental tests
Jakub Konka
2022-04-28
test: migrate wasm incremental tests
Jakub Konka
2022-04-28
test: enable wasm32-wasi incremental tests
Jakub Konka
2022-04-28
test: recursively walk dir with tests
Jakub Konka
2022-04-28
ci: ignore fmt errors in test/incremental/
Jakub Konka
2022-04-28
test: remove incremental tests that were ported to the new harness
Jakub Konka
2022-04-28
test: fix incorrect default target spec; port all incremental tests
Jakub Konka
2022-04-28
test: leave a todo note to explicitly specify ABI for targets in the future
Jakub Konka
2022-04-28
test: adjust error location for assert_function test
Jakub Konka
[next]