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
Group-Canceled
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
groupAwait
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
/
test.zig
Age
Commit message (
Expand
)
Author
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-24
std: re-enable most of setrlimit test on macos
Michael Dusan
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-01-13
Rework fchmodat tests
Stephen Gregoratto
2024-01-01
std: disable failing test on macos
Andrew Kelley
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-14
std: add compile error when using `std.os.getenv` on the wasi target
Rafael Fernández López
2023-08-15
Fix windows.CreateSymbolicLink/ReadLink for non-relative paths
Ryan Liptak
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-05-29
Prevent analysis of functions only referenced at comptime
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-24
std: fix windows resource leaks
Jacob Young
2023-04-21
std: disable failing test
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-03-16
disable bad std lib tests
Andrew Kelley
2023-03-03
std: add fchmodat
Andrew Kelley
2023-01-10
test: fix "chdir smoke test" comparing paths with potentially different drive...
kcbanner
2023-01-02
freebsd: memfd_create: < 13.0 version check
Michael Dusan
2022-12-12
Add 0-length buffer checks to os.read & os.write
Tom Maenan Read Cutting
2022-12-12
std.os.linux: fix timerfd test
Jan Philipp Hafer
2022-12-11
wasi: fixes os.isatty on type mismatch (#13813)
Takeshi Yoneda
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
std: fix WASI regressions
Andrew Kelley
2022-11-30
std.os.test: disable flaky timerfd test
Andrew Kelley
2022-11-26
std.os: Fix std.os.chdir for WASI
Cody Tapscott
2022-11-09
Merge pull request #13418 from ryanschneider/signal-alignment-13216
Veikka Tuominen
2022-11-04
std.os: improve sigaction test coverage.
Ryan Schneider
2022-11-04
std.os: Add IGN coverage to sigaction tests
Ryan Schneider
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-06-06
std: handle stage2 function pointer semantics in test
Veikka Tuominen
2022-05-17
std.os: add timerfd_create, timerfd_settime and timerfd_gettime
Thiago Teodoro Pereira Silva
2022-05-16
std.os: Add memfd_create for FreeBSD
Isaac Freund
2022-04-16
stdlib std.os: Improve wasi-libc parity for WASI CWD emulation
Cody Tapscott
[next]