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
/
linux
Age
Commit message (
Expand
)
Author
2018-11-24
fix @intCast not catching negative numbers to unsigned
Andrew Kelley
2018-11-18
Fix setsockopt syscall on linux
Duncan
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-10-06
arm64: respond to code review
Shawn Landden
2018-10-03
std.Mutex: implement blocking mutexes on linux
Andrew Kelley
2018-10-02
add std.os.linux.vfork and std.os.linux.exit_group
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-08
fix elf auxv handling
Shawn Landden
2018-09-08
clone() on arm64
Shawn Landden
2018-09-08
initial arm64 support
Shawn Landden
2018-09-08
os: use less syscalls
Shawn Landden
2018-09-08
this is not arch-specific
Shawn Landden
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-06
fix std.os.Thread.getCurrentId for linux
Andrew Kelley
2018-08-03
Merge remote-tracking branch 'origin/master' into async-fs
Andrew Kelley
2018-08-03
Fix a type error in std.os.linux.getpid() (#1326)
Matthew D. Steele
2018-07-30
std: file system watching for linux
Andrew Kelley
2018-07-30
introduce std.event.fs for async file system functions
Andrew Kelley
2018-07-07
add std.os.cpuCount and have std.event.Loop use it for thread pool size
Andrew Kelley
2018-07-07
M:N threading
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-10
breaking syntax change: orelse keyword instead of ?? (#1096)
Andrew Kelley
2018-06-09
breaking syntax change: ??x to x.? (#1095)
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-29
run zig fmt on the codebase
Andrew Kelley
2018-05-01
behavior tests passing with new pointer deref syntax
Andrew Kelley
2018-04-29
fix std threads for macos
Andrew Kelley
2018-04-22
linux: support VDSO for clock_gettime
Andrew Kelley
2018-04-22
fixups
Andrew Kelley
2018-04-22
Merge branch 'std.os.time' of https://github.com/tgschultz/zig into tgschultz...
Andrew Kelley
2018-04-18
fixed typos.
tgschultz
2018-04-18
Added unstaged changes.
tgschultz
2018-04-14
add std.os.createThread
Andrew Kelley
2018-04-13
Replace File.exists with File.access
Marc Tiehuis
2018-04-10
add more linux syscalls and constants
Andrew Kelley
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-03-28
std/os: getting dir entries works on OS X
Andrew Kelley
2018-03-24
std.os.linux exposes syscall functions and syscall numbers
Andrew Kelley
2018-03-09
Fixed syntax errors in linux-i386 syscalls
Andrea Orru
2018-02-17
improve std lib linux epoll API
Andrew Kelley
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-05
fix test failure, organize code, add new compile error
Andrew Kelley