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-02-12
Switch a bunch of FBA to use testing.allocator
Benjamin Feng
2020-02-10
Merge pull request #4404 from ziglang/async-std
Andrew Kelley
2020-02-08
std: fix bitrotted evented code
Andrew Kelley
2020-02-07
more carefully calculate llvm field indexes
Andrew Kelley
2020-02-07
skip self-hosted for now as we work towards async I/O
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-02-05
std: Rename isAbsoluteW to isAbsoluteWindowsW
LemonBoy
2020-02-04
std: Fix edge case in isAbsolute fn family
LemonBoy
2020-01-31
NTSTATUS is a non-exhaustive enum
daurnimator
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
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-30
add missing error code handling on Windows
Andrew Kelley
2019-11-30
move `std.fs.Dir.cwd` to `std.fs.cwd`
Andrew Kelley
2019-11-30
introduce std.fs.Dir.openFile and std.fs.Dir.createFile
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
std: remove O_LARGEFILE from OS bits when the OS does not define it
Andrew Kelley
2019-11-21
add std.fs.Dir.openRead
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-06
allow type coercion from *[0]T to E![]const T
Andrew Kelley
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-30
Merge remote-tracking branch 'origin/master' into std.net
Andrew Kelley
2019-10-29
inline path separator loop
lukechampine
2019-10-29
basic DNS address resolution for linux without libc
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-23
Handle TERM=dumb for stdout/stderr
Jonathan Marler
2019-10-21
[wip] use NtDll APIs on Windows to implement std.fs.Dir
Andrew Kelley
2019-10-16
add docs for std.fs.File.updateTimes
Andrew Kelley
2019-10-16
Fix compilation of updateTimes on 32bit platforms
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley
[prev]