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
2023-01-19
Add framework paths from NIX_CFLAGS_COMPILE
Marco Munizaga
2023-01-19
Mutex deadlock detection in debug
IntegratedQuantum
2023-01-19
fix selectSymbol function pointers
star-tek-mb
2023-01-19
wasm: avoids allocating zero length buffers for args or env
Adrian Cole
2023-01-19
macho: port arm64 and x86_64 compact unwind defs verbatim
Jakub Konka
2023-01-18
netbsd: add mcontext_t for aarch64
Michael Dusan
2023-01-17
Merge pull request #14333 from Vexu/fixes
Andrew Kelley
2023-01-17
tokenizer: detect null as non-first byte of a line comment
Veikka Tuominen
2023-01-17
Add std.os.darwin.cssm
fn ⌃ ⌥
2023-01-17
std.crypto.Certificate.Bundle: use parseCert in rescanWindows
fn ⌃ ⌥
2023-01-17
std.crypto.Certificate.Bundle: clear bundle before macOS rescan
fn ⌃ ⌥
2023-01-17
Merge pull request #14344 from ziglang/config-header-step
Andrew Kelley
2023-01-17
std.build.LibExeObjStep: change installHeader API
Andrew Kelley
2023-01-17
std.build.ConfigHeaderStep: support cmake syntax
Andrew Kelley
2023-01-17
std.crypto.Certificate: add more object id
Andrew Kelley
2023-01-17
std.crypto.Certificate: skip unknown attributes
Andrew Kelley
2023-01-17
std.net.getAddressList: call WSAStartup on Windows
Andrew Kelley
2023-01-17
std.crypto.Certificate: add more object ids
Andrew Kelley
2023-01-17
clean up windows cert scanning
Andrew Kelley
2023-01-17
windows root certificate scanning
star-tek-mb
2023-01-17
std.http.Client: default to lazy root cert scanning
Andrew Kelley
2023-01-16
Merge pull request #14336 from Vexu/field-reorder
Andrew Kelley
2023-01-16
add std.build.LibExeObjStep.installHeadersDirectoryOptions
Andrew Kelley
2023-01-16
Find system-installed root SSL certificates on macOS (#14325)
fn ⌃ ⌥
2023-01-16
std.os.linux.io_uring: fix ABI error
Veikka Tuominen
2023-01-16
autodoc: Better handling of variable decls (#14301)
Krzysztof Wolicki
2023-01-16
std: Handle field struct defaults in std.mem.zeroInit
Michael Bartnett
2023-01-16
Add fromOwnedSliceSentinel to ArrayList ArrayList and ArrayListUnmanaged, add...
Michael Bartnett
2023-01-16
std.Thread: make Id smaller where possible
r00ster91
2023-01-15
std.crypto.Certificate.Bundle: add more Linux directories
Andrew Kelley
2023-01-15
std.crypto.Certificate: support v1
Andrew Kelley
2023-01-13
Fix buffer overflow in fmt when DAZ is set
Robert Burke
2023-01-12
Merge pull request #14265 from ziglang/init-package-manager
Andrew Kelley
2023-01-12
wasi-libc: use __heap_end if available (#14273)
Frank Denis
2023-01-12
autodoc: use js instead of details for collapsing descriptions
Clement Espeute
2023-01-12
UEFI pool allocator changes
antlilja
2023-01-12
Merge pull request #14257 from Vexu/compile-errors
Andrew Kelley
2023-01-11
Package: handle Windows PathAlreadyExists error code
Andrew Kelley
2023-01-11
fix std.io.Reader regression
Andrew Kelley
2023-01-11
fix build failures on 32-bit arm due to u64/usize coercion
Andrew Kelley
2023-01-11
zig build: add Artifact.installHeadersDirectory
Andrew Kelley
2023-01-11
zig build: support libraries aware of installed headers
Andrew Kelley
2023-01-11
zig build: support dependencies
Andrew Kelley
2023-01-11
std.tar: add strip_components option
Andrew Kelley
2023-01-11
add std.tar for tar file unpacking
Andrew Kelley
2023-01-11
add std.Ini for basic .ini file parsing
Andrew Kelley
2023-01-11
expose std.io.bufferedReaderSize
Andrew Kelley
2023-01-11
std.http.Client: support the Reader interface
Andrew Kelley
2023-01-11
water cooler complaint about gzip stream namespace
Andrew Kelley
2023-01-11
parser: add helpful note for missing const/var before container level decl
Veikka Tuominen
[next]