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
2024-10-12
Change (read/write)PackedInt to (read/write)PackedIntNative in aro/Preprocessor
Krzysztof Wolicki
2024-10-12
Remove packed_int_array usage from WasmPageAllocator and BigInt
Krzysztof Wolicki
2024-10-12
Remove PackedIntArray usage from bundled Aro
Krzysztof Wolicki
2024-10-12
Remove packed_int_array.zig from std
Krzysztof Wolicki
2024-10-11
std.mem.readVarInt: assert ReturnType is large enough (#20946)
poypoyan
2024-10-11
std.MultiArrayList: add empty initalizer value
Andrew Kelley
2024-10-11
IoUring: fix an issue in tests where InvalidVersion might get thrown by skipK...
Jean-Baptiste "Jiboo" Lepesme
2024-10-11
add loongarch valist support
YANG Xudong
2024-10-10
Merge pull request #21654 from ziglang/embrace-path-abstraction
Andrew Kelley
2024-10-11
musl: Align _init/_fini symbols correctly on arm.
Alex Rønne Petersen
2024-10-11
std.os.linux: Use the Thumb-specific syscall helpers for thumbeb too.
Alex Rønne Petersen
2024-10-10
std.Build.Step.CheckObject: display source file path
Andrew Kelley
2024-10-10
std.Build.Cache.Path: fix single-quote escaping format
Andrew Kelley
2024-10-10
link: fix false positive crtbegin/crtend detection
Andrew Kelley
2024-10-10
Sema: implement @splat for arrays
mlugg
2024-10-08
link tests: add a way to check prefix and use it
Andrew Kelley
2024-10-07
freebsd posix: add SystemOutdated to MemFdCreateError
Michael Dusan
2024-10-07
dragonfly std: more std.c support
Michael Dusan
2024-10-07
Merge pull request #21611 from alexrp/target-abi-default
Alex Rønne Petersen
2024-10-07
Merge pull request #21615 from linusg/panic-uefi
Alex Rønne Petersen
2024-10-07
Merge pull request #21614 from alexrp/target-avr-align
Alex Rønne Petersen
2024-10-07
Merge pull request #21499 from alexrp/loongarch-gnusf
Alex Rønne Petersen
2024-10-06
std.Target: Rewrite Abi.default() to have better defaults across the board.
Alex Rønne Petersen
2024-10-06
Merge pull request #21597 from achan1989/issue_14324
Andrew Kelley
2024-10-06
Build: Add `option(LazyPath, ...)` support
InKryption
2024-10-07
std.debug: Fix defaultPanic() uefi build
Linus Groh
2024-10-06
Merge pull request #21608 from mikdusan/ppc64
Alex Rønne Petersen
2024-10-06
std.Target: Fix cTypePreferredAlignment() to always return 1 for avr.
Alex Rønne Petersen
2024-10-06
Merge pull request #21605 from alexrp/ohos-stuff
Alex Rønne Petersen
2024-10-06
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen
2024-10-06
Merge pull request #21518 from mlugg/incremental-ci
Matthew Lugg
2024-10-06
Explain why POLL_FD_READWRITE is not dangerous at sites of use
achan1989
2024-10-06
Copy in WASI rights_t documentation
achan1989
2024-10-06
Merge pull request #21037 from alexrp/target-dyld
Alex Rønne Petersen
2024-10-06
std: async read into small temporary buffer between `poll` calls on Windows
mlugg
2024-10-06
Merge pull request #21331 from bobf/std-meta-DeclEnum-empty-struct
Alex Rønne Petersen
2024-10-06
Merge pull request #21581 from zigmd/fix-typo-in-segset_t
Alex Rønne Petersen
2024-10-05
std ppc64: add nop to start inline-asm
Michael Dusan
2024-10-05
stage1 ppc64: remove inline-asm overlapping clobbers
Michael Dusan
2024-10-05
Create/open file on WASI targets should have POLL_FD_READWRITE rights
achan1989
2024-10-05
std.Target: Introduce Abi.ohoseabi to distinguish the soft float case.
Alex Rønne Petersen
2024-10-05
std.Target: Rewrite DynamicLinker.standard() and fill in some missing details.
Alex Rønne Petersen
2024-10-05
std.os.windows.ReadFile: handle ERROR_LOCK_VIOLATION
Jonathan Marler
2024-10-05
Merge pull request #21595 from alexrp/objcopy-seg-paddr
Alex Rønne Petersen
2024-10-04
Merge pull request #21591 from patrickwick/issue-19009
Andrew Kelley
2024-10-05
Merge pull request #21593 from alexrp/dlopen-null
Alex Rønne Petersen
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-10-04
std.Target: add missing propeller switch prongs
Andrew Kelley
2024-10-04
Merge pull request #21532 from marler8997/putDependencyCacheInGraph
Andrew Kelley
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
[next]