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
/
test.zig
Age
Commit message (
Expand
)
Author
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
2020-08-17
std: signalfd: fix the types of things; add test
Andrew Kelley
2020-08-04
std.os tests: improve robustness of "symlink with relative paths"
Andrew Kelley
2020-07-31
Add prelim `openW` and `openatW`
Jakub Konka
2020-07-31
Add some os.open and os.openat smoke tests
Jakub Konka
2020-07-31
Refactor internal Win routines to reuse OpenFile
Jakub Konka
2020-07-22
Enable std.os.symlinkat tests on Windows
Jakub Konka
2020-07-22
Finish drafting CreateSymolicLink using NT calls
Jakub Konka
2020-07-22
Fix Windows build
Jakub Konka
2020-07-22
Move symlink to fs.symlinkAbsolute with SymlinkFlags
Jakub Konka
2020-07-22
Ensure we use Win32 prefix in Win32 calls
Jakub Konka
2020-07-22
Handle relative/absolute symlinks; add more tests
Jakub Konka
2020-07-22
Add smoke test for dir symlinks
Jakub Konka
2020-07-22
Add SymlinkFlags needed to create symlinks to dirs on Win
Jakub Konka
2020-07-22
Fix readlink smoke test
Jakub Konka
2020-07-22
Refactor
Jakub Konka
2020-07-22
Fix unlinkatW to allow file symlink deletion on Windows
Jakub Konka
[next]