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
/
fs
Age
Commit message (
Expand
)
Author
2020-06-11
Add unit test for std.fs.wasi.PreopenList
Jakub Konka
2020-06-11
Add custom format method for Preopen struct
Jakub Konka
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-06-09
fix memory errors
Jonathan Marler
2020-06-08
support Writer instead of OutStream
Jonathan Marler
2020-05-29
Prefer Files to paths in std.debug. Additionally [breaking] add a flags param...
Jonathan S
2020-05-25
improvements to self-hosted cache hash system
Andrew Kelley
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-18
Undo accidentally checked-in changes to fs/test.zig
Jakub Konka
2020-05-18
Always return false for ANSI escape codes compat in WASI
Jakub Konka
2020-05-18
Re-enable refAllDecls gen and check in std.zig
Jakub Konka
2020-05-18
Change to Self from *const Self/*Self where possible
Jakub Konka
2020-05-18
Make mode_t a 0-byte type in WASI
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-17
Merge pull request #5307 from ziglang/self-hosted-incremental-compilation
Andrew Kelley
2020-05-16
Merge pull request #5231 from kubkon/wasi-preopens
Andrew Kelley
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-13
self-hosted: fix the rest of the compile errors
Andrew Kelley
2020-05-12
self-hosted: rework the memory layout of ir.Module and related types
Andrew Kelley
2020-05-05
Clear PreopenList on every populate call
Jakub Konka
2020-05-05
Add docs
Jakub Konka
2020-05-05
Move preopen and path wasi helpers to std.fs.wasi module
Jakub Konka
2020-05-05
update comments for nosuspend
Tadeo Kondrak
2020-05-02
Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-io
Andrew Kelley
2020-05-02
fs.File: improve handling async I/O on Windows
Andrew Kelley
2020-05-02
correct usages of std.fs.dir.DeleteFileError (#5058)
nycex
2020-05-01
cleanup and fixes. behavior tests passing with evented I/O
Andrew Kelley
2020-05-01
Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-04-22
zir-to-elf skeleton
Andrew Kelley
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-11
move fs tests to separate file; disable flaky test
Andrew Kelley
2020-04-07
Add lock_nonblocking flag for creating or opening files
LeRoyce Pearson
2020-04-07
Make lock option an enum
LeRoyce Pearson
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-04-02
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-27
fix behavior test with --test-evented-io on windows
Timon Kruiper
2020-03-23
Merge branch 'master' into feature-file-locks
LeRoyce Pearson
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-17
Make `fcntlFlock` follow conventions of `os.zig`
LeRoyce Pearson
2020-03-14
Add note about mandatory locks on linux
LeRoyce Pearson
2020-03-14
Add `lock` option to CreateFlags
LeRoyce Pearson
2020-03-14
Add `lock` to fs.File.OpenFlags
LeRoyce Pearson
2020-03-13
Add NtDll-based ftruncate implementation
LemonBoy
2020-03-12
Address review comments
LemonBoy
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-11
fix footguns in File readAll functions
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-08
Use os.ino_t for everything
LeRoyce Pearson
[next]