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
/
std
/
os
Age
Commit message (
Expand
)
Author
2018-02-03
*WIP* error sets - support fns called at comptime
Andrew Kelley
2018-02-02
*WIP* error sets - correctly resolve inferred error sets
Andrew Kelley
2018-02-01
*WIP* error sets - fix implicit cast
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-31
*WIP* error sets
Andrew Kelley
2018-01-29
std: fix fn return syntax for zen os
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-22
add new kind of test: generating .h files. and more
Andrew Kelley
2018-01-19
Removed PLARGE_INTEGER
Jimmi Holst Christensen
2018-01-19
Implemented windows versions of seekTo and getPos
Jimmi Holst Christensen
2018-01-15
clean up error return tracing
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-08
exit, createThread for zen
Andrea Orru
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2018-01-07
Adding zen support
Andrea Orru
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-04
fix test regressions on windows from previous commit
Andrew Kelley
2018-01-04
self-hosted compiler works on macos
Andrew Kelley
2018-01-04
self-hosted compiler works on windows
Andrew Kelley
2018-01-03
fix self-hosted build on windows
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-23
std.os.path.resolve handles an absolute path that is missing the drive
Andrew Kelley
2017-12-23
port most of main.cpp to self hosted compiler
Andrew Kelley
2017-12-22
bufPrint returns an error
Josh Wolfe
2017-12-22
fix darwin and windows from previous commit
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-12
self-hosted: move code to std.os.ChildProcess.exec
Andrew Kelley
2017-12-06
add higher level arg-parsing API + misc. changes
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-12-04
fix build on windows
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-11-29
fix os.Dir compile errors
Josh Wolfe
2017-11-20
move base64 functions into structs
Josh Wolfe
2017-11-20
rework std.base64 api
Josh Wolfe
2017-11-16
Added DLL loading capability in windows to the std lib.
dimenus
2017-11-10
fix windows trying to run linux-only tests
Andrew Kelley
2017-11-10
rename test
Andrew Kelley
2017-11-10
add epoll and timerfd support on linux
Brendon Scheinman
2017-11-10
add windows implementation of io.File.getEndPos
Andrew Kelley
2017-11-10
add a std lib test for reading and writing files
Andrew Kelley
2017-11-09
Fix Stat include in darwin land (#605)
Jeff Fowler
2017-11-09
fix typo on darwin lseek (#602)
Jeff Fowler
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-10-31
fix windows build from previous commit
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
[next]