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
/
lib
Age
Commit message (
Expand
)
Author
2022-08-01
std.fs: Split Iterator.next on Linux and WASI to allow for handling platform-...
Ryan Liptak
2022-07-31
Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watch
Ryan Liptak
2022-07-30
parser: require expression after colon in slice expr
Veikka Tuominen
2022-07-29
std.debug: default signal handler also handles SIGFPE
Andrew Kelley
2022-07-28
std: rename std.Target.systemz to .s390x
Meghan Denny
2022-07-27
Merge pull request #12252 from ziglang/stage3-test-cases
Andrew Kelley
2022-07-27
move zig.h to become an installation file
Andrew Kelley
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-27
std.fmt: lowercase compile errors
r00ster91
2022-07-27
translate-c: take address of functions before passing them to @ptrToInt
Evan Haas
2022-07-26
start code: enable segfault handler for stage2
Andrew Kelley
2022-07-26
Merge pull request #12237 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-26
std.mem: add `reset` to `SplitBackwardsIterator` and `SplitIterator`
r00ster
2022-07-26
AstGen: disable null bytes and empty stings in some places
Veikka Tuominen
2022-07-26
parser: add error for doc comment attached to comptime or test blocks
Veikka Tuominen
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-25
PriorityDequeue: use compareFn in update() method
VÖRÖSKŐI András
2022-07-25
std.fs: End iteration on Linux/WASI during Iterator.next when hitting `ENOENT`
Ryan Liptak
2022-07-25
std.testing: make the caret indicator line more helpful
r00ster
2022-07-25
Merge pull request #12059 from Luukdegram/linker-tests-run-step
Luuk de Gram
2022-07-24
std.fs: Fix Walker closing the initial directory when not fully iterated
Ryan Liptak
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
Fix indexing in the test runner's log formatting
Lewis Gaul
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-24
std: compile error on invalid testing allocator usage
Ali Chraghi
2022-07-24
std.json: expose encodeJsonString and encodeJsonStringChars
Jonathan Marler
2022-07-23
Merge pull request #12143 from Vexu/stage2-safety
Andrew Kelley
2022-07-23
io_uring: add new flags and opcodes
Vincent Rischmann
2022-07-23
stage2: implement `@setFloatMode`
Veikka Tuominen
2022-07-23
Revert "std.mem.Allocator: add alignedCreate"
Veikka Tuominen
2022-07-23
std.mem.Allocator: add alignedCreate
devins2518
2022-07-23
std.net.getAddressList: fix segfault on bad hostname
Veikka Touminen
2022-07-23
std.json: Fix parsing of large numbers
ominitay
2022-07-23
Share logic between EmulatableRunStep & RunStep
Luuk de Gram
2022-07-23
Use `EmulatableRunStep` for MachO linker tests
Luuk de Gram
2022-07-23
rename:RunCompareStep -> EmulatableRunStep
Luuk de Gram
2022-07-23
show/hide warning for incompatible warnings
Luuk de Gram
2022-07-23
RunCompareStep: implement new step
Luuk de Gram
2022-07-23
Merge pull request #12140 from ziglang/macho-gc-sections
Jakub Konka
2022-07-22
Merge pull request #12173 from ziglang/autodocs-rebased
Andrew Kelley
2022-07-22
macos: add /usr/local/* paths conditional on macOS major version
Jakub Konka
2022-07-22
Merge pull request #12191 from ziglang/underaligned-fields
Andrew Kelley
2022-07-22
PriorityQueue: use compareFn in update()
VÖRÖSKŐI András
2022-07-22
SIMD size suggestions: suggestions code now compiles, added more
Dan Ellis Echavarria
2022-07-22
link-tests: add checkNotPresent and add -dead_strip smoke test
Jakub Konka
2022-07-22
cli: support --gc-sections and --no-gc-sections for Zig sources
Jakub Konka
2022-07-21
LLVM: fix lowering of structs with underaligned fields
Andrew Kelley
2022-07-21
Fix #9184: fmtIntSizeDec/fmtIntSizeBin support FormatOptions
Yujiri
2022-07-20
Merge pull request #12111 from ziglang/ci-stage3
Andrew Kelley
[next]