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
/
os
Age
Commit message (
Expand
)
Author
2024-06-20
io_uring: don't assume completions order (2)
Igor Anić
2024-06-13
Fix futex2_waitv syscall
Peng Guanwen
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-08
Fix slight deviation from spec in handling Elf*_Rela relative relocations
Shane Peelar
2024-06-08
io_uring: don't assume completions order
Igor Anić
2024-06-06
disable failing IoUring test
Andrew Kelley
2024-06-05
generate loongarch64 Linux syscalls
YANG Xudong
2024-05-28
std.Progress: Use Windows console API calls when ANSI escape codes are not su...
Ryan Liptak
2024-05-20
fix: incorrect field sizes in std.os.linux.ifmap
Wes Koerber
2024-05-12
[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...
Ronald Chen
2024-05-11
windows: use permissive file share flags everywhere (#19505)
Georgijs
2024-05-11
Do not run asserts for WASI alignment when not targeting WASI
190n
2024-05-10
std.os.windows: add compileError warning against `TCHAR` & their correspondin...
expikr
2024-05-09
lib/std/os/windows/kernel32: add signature for SetConsoleMode (#18715)
Garfield Lee
2024-05-09
fix integer overflow in IoUring buffer ring size calculation
Karl Bohlmark
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-24
Merge pull request #19698 from squeek502/windows-batbadbut
Andrew Kelley
2024-04-24
windows.GetFinalPathNameByHandle: Support volumes mounted as paths
Ryan Liptak
2024-04-23
std.process.Child: Mitigate arbitrary command execution vulnerability on Wind...
Ryan Liptak
2024-04-20
Fix usage of `unexpectedErrno`
Jared Baur
2024-04-14
WindowsSdk: fix for new x86_64-windows CI
Jacob Young
2024-03-31
io_uring: simplify copy_cqe logic
Igor Anić
2024-03-31
io_uring: fix copy_cqes logic
Igor Anić
2024-03-31
io_uring: add failing test
Igor Anić
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-21
std.os.windows: add POLL.IN and POLL.OUT
Michael Ortmann
2024-03-20
std: fix inconsistent errno size on linux
Andrew Kelley
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-16
Windows: make FILE_INFO_BY_HANDLE_CLASS a tagged enum
Stephen Gregoratto
2024-03-16
Windows: Add wrappers for `GetCurrent(Process|Thread)` via NT_TIB
Stephen Gregoratto
2024-03-16
Windows: Replace CreatePipe with ntdll implementation
Stephen Gregoratto
2024-03-15
io_uring: ring mapped buffers (#17806)
Igor Anić
2024-03-13
std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288)
Jonathan Marler
2024-03-13
Fix emscripten exports
Adrià Arrufat
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-08
std.os.linux: rework io_uring support
mlugg
2024-03-08
std.os.windows: eliminate usage of `usingnamespace`
mlugg
2024-03-08
std.os.linux: do not use `usingnamespace` to define getauxval
mlugg
2024-03-08
std.os.linux: remove unnecessary use of `usingnamespace`
mlugg
2024-03-05
std.os.linux: enforce null-terminated path arguments
OK Ryoko
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-25
Merge pull request #19005 from squeek502/wtf
Andrew Kelley
2024-02-24
std: re-enable most of setrlimit test on macos
Michael Dusan
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
[next]