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
getAppDataDir
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
std.Io.Threaded-groups-2
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
/
c
Age
Commit message (
Expand
)
Author
2018-04-22
Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...
Andrew Kelley
2018-04-18
Fixed compiler errors around darwin code.
tgschultz
2018-04-18
Added unstaged changes.
tgschultz
2018-04-13
Replace File.exists with File.access
Marc Tiehuis
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-03-28
std/os: getting dir entries works on OS X
Andrew Kelley
2018-02-12
introduce std.heap.ArenaAllocator and std.heap.DirectAllocator
Andrew Kelley
2018-02-08
std: fix return type of std.c.write
Andrew Kelley
2018-02-05
fix test failure, organize code, add new compile error
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-04
self-hosted compiler works on macos
Andrew Kelley
2017-12-23
port most of main.cpp to self hosted compiler
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-10-17
Add c allocator (#542)
Marc Tiehuis
2017-09-26
implement setreuid, setregid for darwin
Andrew Kelley
2017-09-19
std: fix os.sleep on darwin and windows
Andrew Kelley
2017-09-08
fix ChildProcess.spawn on darwin
Andrew Kelley
2017-08-27
all tests passing in MacOS
Andrew Kelley
2017-08-27
macos passing all tests except for building a shared library
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-03-26
organize std and make import relative to current file
Andrew Kelley
2017-03-26
new unreachable syntax
Andrew Kelley
2017-03-23
improvements for windows and libc integration
Andrew Kelley