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
/
std
Age
Commit message (
Expand
)
Author
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-07
add AddressFamilyNotSupported to SendError
Luna
2020-12-07
std.c: freeing null is a no-op
xackus
2020-12-04
std: Add a few helpers for matching ascii strings (#7300)
LemonBoy
2020-12-04
std: Restore file locking test on Windows
LemonBoy
2020-12-03
makes the implementation public
Isaac Yonemoto
2020-12-03
Gpa mutex configurable (#7234)
Isaac Yonemoto
2020-12-03
std/event: Fix import path for WaitGroup
Miles Alan
2020-12-03
Merge pull request #7280 from leecannon/master
Jakub Konka
2020-12-03
Make zig fmt happy with multiline arguments for `readAllArrayListAligned`
Lee Cannon
2020-12-02
std: Add nosuspend around stderr.print calls
LemonBoy
2020-12-02
std.build: addBuildOption special handling for SemanticVersion
Vexu
2020-12-02
Merge pull request #7277 from LemonBoy/thread-posix
Andrew Kelley
2020-12-02
fix the tinyest typo
Mathieu Guay-Paquet
2020-12-02
Add `readUntilDelimiterOrEofArrayList` & `readUntilDelimiterOrEofAlloc`
Lee Cannon
2020-12-02
std: make the use of pthread_join POSIX-compliant
LemonBoy
2020-12-01
Localhost is special (#6955)
daurnimator
2020-12-01
COFF linking: fix incorrectly passing .dll instead of .lib
Andrew Kelley
2020-11-30
std/os: remove unneeded error from accept errorset
Isaac Freund
2020-11-30
build system: pass dyn lib artifacts as positionals
Andrew Kelley
2020-11-30
Switched OBJECT_NAME_INVALID handling to unreachable in faccessatW
Alexandros Naskos
2020-11-30
Disallow absolute paths passed as system libraries
Alexandros Naskos
2020-11-30
rework the bundle compiler-rt feature
Andrew Kelley
2020-11-30
move std.SegmentedList to the std-lib-orphanage
Andrew Kelley
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-30
Fix WindowsDynLib.openW trying to strip the \??\ prefix when it does not exist
Michael Freundorfer
2020-11-30
Switch to using unicode when parsing the command line on windows (#7241)
Rageoholic
2020-11-30
fix memory leak in BufMap
Jonathan Marler
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-29
Merge pull request #7237 from koachan/sparc64-longdouble_fork
Andrew Kelley
2020-11-29
std: Avoid deadlock in the signal handler
LemonBoy
2020-11-28
Add a comment to explain the fork return values on sparc64
Koakuma
2020-11-27
Add readAllArrayListAligned to Reader which can accept an arbitrary alignment
christian-stephen
2020-11-27
Merge pull request #7198 from LemonBoy/freebsd-lock
Andrew Kelley
2020-11-27
Fix fork() on Linux/sparc64
Koakuma
2020-11-26
stage2 macho: generate a code sig (not valid yet)
Jakub Konka
2020-11-26
stage2 macho: add info about __TEXT segment
Jakub Konka
2020-11-26
stage2 macho: add empty CodeDirectory blob
Jakub Konka
2020-11-26
stage2 macho: fix incorrect rebase
Jakub Konka
2020-11-26
stage2 MachO: add source version load cmd
Jakub Konka
2020-11-26
stage2 MachO: add min OS version load cmd
Jakub Konka
2020-11-25
std/os: fix prctl constants
Isaac Freund
2020-11-25
Merge pull request #6411 from LemonBoy/fff
Andrew Kelley
2020-11-25
std: use mem.asBytes in Ip4Address.parse so it works at comptime
daurnimator
2020-11-25
std/crypto - edwards25519 precomp: prefer doublings over adds
Frank Denis
2020-11-24
make start code more versatile
Andrew Kelley
2020-11-24
std: Re-enable the use of O_EXLOCK/O_SHLOCK on macos
LemonBoy
2020-11-23
std: Close dangling fd on error
LemonBoy
2020-11-23
std: Remove O_NONBLOCK flag after locking
LemonBoy
2020-11-23
std: Fix file locking logic for BSD targets
LemonBoy
[next]