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
juice
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
std.Io.Threaded-groups-2
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
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-03
Merge pull request #9927 from vrischmann/fix-rlimit-resource
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-16
os: fix getrlimit/setrlimit test for MIPS
Vincent Rischmann
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std.os.windows: reorg to avoid `usingnamespace`
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-22
std.os: (p)writev should perform partial writes if iov.len > IOV_MAX
daurnimator
2021-06-30
std.Thread: more cleanup & testing
kprotty
2021-06-30
std.Thread: more fixes
kprotty
2021-06-30
std.Thread.getCpuCount(): fix usages
kprotty
2021-06-30
changes to accomodate std.Thread update
kprotty
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-16
netbsd: add more std.os.bits
Michael Dusan
2021-06-14
add a test for dup and dup2
Veikka Tuominen
2021-05-17
std: update regarding std.builtin reorganization
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-09
Initialize the Stat structure
Frank Denis
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
Merge pull request #8686 from Vexu/try
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-07
fix test to restore cwd after chdir
Michael Dusan
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-15
freebsd: disable failing test
Andrew Kelley
2021-02-28
std: Swap arguments in Thread.spawn
LemonBoy
2021-02-21
Rebase link(at) properly
Tau
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-31
Year++
Frank Denis
2020-12-13
Disable sigaction test on i386 because of #7427
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-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-23
Fix the ELF base calculation
LemonBoy
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
2020-11-18
std: add chdir smoke test
Jakub Konka
2020-11-01
std: add {set,get}rlimit bits and improve test
xackus
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-04
simplify api and add smoke test
xackus
2020-09-03
Split the sync tests into sync and fsync
Jens Goldberg
2020-09-03
Add C declarations and tests for the sync functions
Jens Goldberg
2020-08-30
handle lack of privilege to create symbolic links on windows
Sahnvour
2020-08-20
add license header to all std lib files
Andrew Kelley
[next]