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
2020-12-23
Truncate user and group ids for 64 bit Linux systems (#7466)
Andreas Linz
2020-12-23
openbsd: fix siginfo_t struct definition
Sébastien Marie
2020-12-23
Enable segfault handling on FreeBSD.
Alex Cameron
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-18
std: Properly fix the TLS alignment problem
LemonBoy
2020-12-17
std: align(16) main_thread_tls_buffer
Andrew Kelley
2020-12-17
Add EV_ERROR to FreeBSD bits
Alexandros Naskos
2020-12-17
Add baudrate constants
Tau
2020-12-17
Add process_madvise to Linux syscalls (#7450)
Dmitry Atamanov
2020-12-17
Only check for evented mode in windows.OpenFile when in async mode
Alexandros Naskos
2020-12-15
openbsd: correct few structs
Sébastien Marie
2020-12-14
Implement std.fs.Watch on Windows
Alexandros Naskos
2020-12-14
Add missed Linux syscalls
data-man
2020-12-13
Fix compilation error on OpenBSD
LemonBoy
2020-12-13
Fix compilation error on FreeBSD
LemonBoy
2020-12-13
std: Drop struct prefixes in FreeBSD siginfo
LemonBoy
2020-12-13
Fix Sigaction struct on FreeBSD.
Alex Cameron
2020-12-13
Disable sigaction test on i386 because of #7427
LemonBoy
2020-12-13
std: Update more siginfo bits for BSDs
LemonBoy
2020-12-13
std: Fixes for siginfo test on macos
LemonBoy
2020-12-12
std: Further siginfo refinements
LemonBoy
2020-12-12
std: Correct check in signal test
LemonBoy
2020-12-12
std: Improve sigaction interface
LemonBoy
2020-12-10
Merge pull request #7369 from jorangreef/io_uring_timeout
Andrew Kelley
2020-12-10
Skip timeout_remove test where not supported by the kernel
Joran Dirk Greef
2020-12-10
Debug CI io_uring unsupported op
Joran Dirk Greef
2020-12-09
MoveFileEx can return ACCESS_DENIED
Andrew Kelley
2020-12-09
Add io_uring TIMEOUT and TIMEOUT_REMOVE operations:
Joran Dirk Greef
2020-12-09
small fixes and zig fmt
Vexu
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-29
std.meta: add assumeSentinel
Jonathan Marler
2020-11-28
Add a comment to explain the fork return values on sparc64
Koakuma
2020-11-27
Fix fork() on Linux/sparc64
Koakuma
2020-11-25
std/os: fix prctl constants
Isaac Freund
2020-11-23
Fix the ELF base calculation
LemonBoy
2020-11-23
Minor code cleanup in start_pie.zig
LemonBoy
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
2020-11-22
UnregisterClassW needs WINAPI as well
Aransentin
2020-11-22
Fixed bugs, style suggestions
Aransentin
2020-11-22
Ensure the dynamic function has the same type as the static one
Jens Goldberg
2020-11-22
user32 cleanup, added wrappers and additional functions
Aransentin
2020-11-21
std: add support for ppoll
Žiga Željko
2020-11-20
Merge pull request #7165 from LemonBoy/ppc64final
Andrew Kelley
2020-11-20
std/os: define and use dev_t for linux x86_64
Isaac Freund
2020-11-20
std/os: add time_t definiton for x86_64 linux
Isaac Freund
2020-11-20
std: Use newfstatat on PPC64
LemonBoy
2020-11-19
Merge pull request #6829 from tadeokondrak/error-unsupported-callconv
Veikka Tuominen
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-11-19
Update code to not use unsupported calling conventions for target
Tadeo Kondrak
[prev]
[next]