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
2021-01-19
SPIR-V: Add glsl450 and vulkan spir-v operating system definitions
Robin Voetter
2021-01-19
SPIR-V: Initial architecture definitions and setup
Robin Voetter
2021-01-18
Merge pull request #7814 from LemonBoy/fix-7760
Andrew Kelley
2021-01-18
stage2: use %type not @type for libc stubs
Julian Maingot
2021-01-18
update error return doc
Julian Maingot
2021-01-18
std: Add missing cast when calling fcntl w/ constant args
LemonBoy
2021-01-18
std: define pipe2 only for os that support it
LemonBoy
2021-01-18
std: Fixed pipe2 fallback
LemonBoy
2021-01-16
std.ArrayHashMap: add "AssertDiscard" function variants
Andrew Kelley
2021-01-16
Merge pull request #7716 from koachan/sparc64-libs
Andrew Kelley
2021-01-15
crypto: add legacy keccak hash functions
Guillaume Ballet
2021-01-15
Fix _Qp_cmp definition
Koakuma
2021-01-15
Add compiler-rt stub for SPARC CPUs
Koakuma
2021-01-14
std.Thread: avoid compile errors for single-threaded OS's
Andrew Kelley
2021-01-14
fix namespace of kernel32 function calls
Andrew Kelley
2021-01-14
std.Thread.StaticResetEvent: call spinLoopHint appropriately
Andrew Kelley
2021-01-14
std.Thread.Mutex: restore the "Held" API
Andrew Kelley
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-13
std.os.uefi.protocols.FileProtocol: fix and expose get_position, set_position...
Asherah Connor
2021-01-12
Move fmt.testFmt to testing.expectFmt
Jay Petacat
2021-01-12
add missing ECONNRESET from getsockoptError
Bill Nagel
2021-01-12
Merge pull request #7577 from semarie/emutls
Andrew Kelley
2021-01-12
Merge pull request #7714 from mikdusan/target-macos
Andrew Kelley
2021-01-12
define nfds_t for windows
Bill Nagel
2021-01-12
implement emutls in compiler_rt
Sébastien Marie
2021-01-12
add pthread_key functions
Sébastien Marie
2021-01-11
std.event.Loop: fix race condition when starting the time wheel
Andrew Kelley
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-11
more fixups
Michael Dusan
2021-01-11
macos: reimplement OS version detection
Michael Dusan
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove intermediate buffers
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: remove QueryInformationFile code path
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: address non-structural review comments
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: replace kernel32 by ntdll call
Rohlem
2021-01-11
introduce std.os.windows.QueryObjectName
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: add test
Rohlem
2021-01-11
std.os.windows.GetFinalPathNameByHandle: reintroduce kernel32 for compatibility
Rohlem
2021-01-11
add std.zig.system.windows version check utility functions
Rohlem
2021-01-11
move windows runtime version detection into std.zig.system.windows
Rohlem
2021-01-11
Add std.fmt.formatDuration and std.fmt.duration (#7297)
Jonathan Knezek
2021-01-11
Merge pull request #7195 from Aransentin/master
Andrew Kelley
2021-01-11
std.EarlyEOFReader: rename to LimitedReader
Andrew Kelley
2021-01-11
std: use fifo.pump in writeFileAllUnseekable
daurnimator
2021-01-11
std: add LimitedReader: reader that returns EOF early
daurnimator
2021-01-11
std: use reader.skipBytes to avoid infinite loop in writeFileAllUnseekable
daurnimator
2021-01-11
std: reader.skipBytes's num_bytes should be a u64
daurnimator
2021-01-11
os/bits/linux: add the termios cc bits
Vincent Rischmann
2021-01-11
Merge pull request #7124 from LemonBoy/netstuff1
Andrew Kelley
2021-01-11
std CityHash: disable memory-expensive tests for now
Andrew Kelley
[next]