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
2020-05-18
Integrate getTestDir with tmpDir logic
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-19
(breaking) std.fs.copyFile now integrates with Dir
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-18
(breaking) clarify openDir API
Andrew Kelley
2020-03-18
std: Introduce fnctl wrapper
LemonBoy
2020-03-11
fix footguns in File readAll functions
Andrew Kelley
2020-03-10
update standard library to new I/O streams API
Andrew Kelley
2020-03-03
breaking changes to std.fs, std.os
Andrew Kelley
2020-03-03
Update callers of fs.makePath
daurnimator
2020-03-03
linux: Correct pread64 syscall for ARM/MIPS
LemonBoy
2020-03-03
disable sendfile test on mips
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-22
improve handling of environment variables on Windows
Andrew Kelley
2020-02-17
update dl_iterate_phdr test case to new API
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-13
Merge pull request #4442 from fengb/testing-allocator-calls
Andrew Kelley
2020-02-13
Minor changes for a test case
LemonBoy
2020-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-02-07
std: Add a few tests for mmap/munmap
LemonBoy
2020-01-29
Convert a bunch of page_allocator to testing.allocator
Benjamin Feng
2020-01-29
Promoted "leak_count_allocator" to the main testing.allocator
Benjamin Feng
2020-01-29
Create leak_count_allocator
Benjamin Feng
2020-01-29
Move debug.global_allocator to testing.allocator
Benjamin Feng
2020-01-29
Correct dl_iterate_phdr address
LemonBoy
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2019-12-31
std.os.memfd_create: add error.SystemOutdated
Andrew Kelley
2019-12-31
improvements to memfd_create
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
Avoid deprecated cwd-based functions for opening directories, preferring to o...
Jonathan S
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-30
add comments to disabled tests linking to the tracking issue
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-10-10
miscellaneous improvements to generated docs
Andrew Kelley
2019-10-03
Fix pipe syscall for MIPS
LemonBoy
2019-09-27
fix glibc builds on aarch64-linux-gnu
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley