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
Age
Commit message (
Expand
)
Author
2023-03-05
behavior: disable failing tests
Jacob Young
2023-03-04
add behavior test case for previous commit
Andrew Kelley
2023-03-04
llvm: fix incorrectly annotated DIType
Jacob Young
2023-03-04
std.Build.addModule: return the created module
Andrew Kelley
2023-03-04
Merge pull request #14781 from ziglang/codegen-cleanup
Jakub Konka
2023-03-04
Ast: properly handle sentinel-terminated slices in tuple
r00ster91
2023-03-03
std.Build.Cache: remove 'test-filetimestamp.tmp' once timestamp returned
Ali Chraghi
2023-03-03
codegen: rename GenerateSymbolError to CodeGenError
Jakub Konka
2023-03-03
elf: fully zero out symbol when appending to freelist
Jakub Konka
2023-03-03
sparc64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
riscv64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
aarch64: use common implementation of genTypedValue
Jakub Konka
2023-03-03
link: give executable bit to wasm executables sometimes
Andrew Kelley
2023-03-03
arm: skip unimplemented behavior test for @fieldParentPtr
Jakub Konka
2023-03-03
codegen: refactor generating Int as immediate where appropriate
Jakub Konka
2023-03-03
arm: use common implementation of genTypedValue helper
Jakub Konka
2023-03-03
codegen: move gen logic for typed values, consts and decl ref to common codegen
Jakub Konka
2023-03-03
sema: Place functions on AVR in flash addrspace
Eckhart Köppen
2023-03-03
crypto.25519.field: de-inline _sq()
Frank Denis
2023-03-03
std.process.Child: remove pid and handle, add id
Andrew Kelley
2023-03-03
std: add fchmodat
Andrew Kelley
2023-03-03
add doc comments to std.fs.File.default_mode
Andrew Kelley
2023-03-02
crypto.KeccakF: compute rotations at comptime, add a test with f=800 (#14760)
Frank Denis
2023-03-02
crypto.hash.sha3: make permutation generic and public, add SHAKE (#14756)
Frank Denis
2023-03-01
packages: avoid creating multiple modules with same build.zig
Andrew Kelley
2023-03-01
Merge pull request #14744 from ziglang/std.io.poll
Andrew Kelley
2023-03-01
Add --build-runner `zig build` option (#14742)
Auguste Rame
2023-03-01
std.io.poll: remove done function
Jonathan Marler
2023-03-01
std.child_process: use std.io.poll for collectOutput
Jonathan Marler
2023-03-01
std.io.zig: fmt
Jonathan Marler
2023-03-01
Fixes #13893 - some standard library networking tests are failing on Windows
Binary Craft
2023-03-01
astgen: do not discard result location in for/while loops
John Schmidt
2023-02-28
std.io.poll initial windows implementation
Jonathan Marler
2023-02-28
Merge pull request #14741 from jacobly0/lldb
Andrew Kelley
2023-02-27
redo std.io.poll with only outputs
Andrew Kelley
2023-02-27
add std.io.poll and implement it for POSIX
Andrew Kelley
2023-02-27
std.heap.GeneralPurposeAllocator: add doc comment for deinit
Andrew Kelley
2023-02-27
delete a subtly incorrect Haiku collectOutput implementation
Andrew Kelley
2023-02-27
codegen: fix test failures
Jacob Young
2023-02-27
tools: revert sharing of stage2 pretty printer info
Jacob Young
2023-02-27
tools: implement more lldb pretty printers
Jacob Young
2023-02-27
llvm: fix untagged struct names in debug info for llvm (again)
Jacob Young
2023-02-25
std.Build.CompileStep.installConfigHeader: add missing step dependency
Andrew Kelley
2023-02-25
fix package hashes on Windows
Andrew Kelley
2023-02-25
Merge pull request #14725 from jacobly0/more-ctype
Andrew Kelley
2023-02-25
CBE: replace locals list with a hash map
Jacob Young
2023-02-24
rename std.Build.InstallRawStep to ObjCopyStep
Andrew Kelley
2023-02-24
CBE: reuse locals with the same `CType` instead of `Type`
Jacob Young
2023-02-24
Merge pull request #14713 from jacobly0/cbe-behavior
Andrew Kelley
2023-02-24
crypto/benchmark.zig: fix pointer capture of non pointer type (#14722)
Frank Denis
[next]