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
/
c
Age
Commit message (
Expand
)
Author
2019-01-04
freebsd: add sockaddr structs
Marcio Giaxa
2019-01-04
freebsd: implement clock related functions
Marcio Giaxa
2018-12-23
freebsd: remove syscall and use libc
Marcio Giaxa
2018-12-21
freebsd: fix Stat mode type
Marcio Giaxa
2018-12-20
Add preadv/pwritev on FreeBSD
Greg V
2018-12-20
Fix stat/timespec definitions for FreeBSD
Greg V
2018-12-19
freebsd: remove getrandom dependency from libc
Marcio Giaxa
2018-12-19
freebsd: use libc interface instead system calls
Marcio Giaxa
2018-12-19
freebsd: add getdirentries
Marcio Giaxa
2018-12-19
freebsd: remove syscall files
Marcio Giaxa
2018-11-19
zig fmt
Andrew Kelley
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-20
Support more of std on FreeBSD
Greg V
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-21
fixups
Andrew Kelley
2018-08-25
fix stack traces on linux
Andrew Kelley
2018-08-23
MacOS stack traces use the already mmapped executable
Andrew Kelley
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-07
std.event.fs support for macos
Andrew Kelley
2018-08-06
merge @kristate's std lib changes to darwin
Andrew Kelley
2018-08-03
Add thread ID support to std.os.Thread (fixes #1316)
Matthew D. Steele
2018-07-22
re-organize std lib darwin files
Andrew Kelley
2018-07-11
add compile error for disallowed types in extern structs
Andrew Kelley
2018-07-09
zig fmt
Andrew Kelley
2018-07-09
std.os.cpuCount implementation for macos
Andrew Kelley
2018-07-08
tests passing with kqueue on macos
Andrew Kelley
2018-06-05
disallow unknown-length pointer to opaque
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-04-29
linux uses pthreads when linking against libc
Andrew Kelley
2018-04-28
*WIP* use pthreads when linking libc
Andrew Kelley
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
[next]