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-07-20
self-hosted: share C++ code for finding libc on windows
Andrew Kelley
2018-07-20
Fixed windows getPos
Jimmi HC
2018-07-19
std.os.File: add missing pub modifiers
Andrew Kelley
2018-07-18
self-hosted: find libc on linux
Andrew Kelley
2018-07-18
fix std.os.getAppDataDir test on linux
Andrew Kelley
2018-07-18
fix build on windows
Andrew Kelley
2018-07-17
self-hosted: implement getAppDataDir for windows
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-12
zig fmt
Andrew Kelley
2018-07-09
Merge remote-tracking branch 'origin/master' into m-n-threading
Andrew Kelley
2018-07-09
std.event.Loop multithreading for windows using IOCP
Andrew Kelley
2018-07-09
implement std.os.cpuCount for windows
Andrew Kelley
2018-07-09
ZIG_DEBUG_COLOR=1 overrides tty detection for runtime stack traces
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-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-20
remove std.mem.Allocator.construct and other fixups
Andrew Kelley
2018-06-20
zig fmt
Andrew Kelley
2018-06-21
std: update stdlib to match updated allocator create signature; ref #733
kristopher tate
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-18
standard library fixes
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-16
posix read can return error.IsDir
Andrew Kelley
2018-06-16
pointer reform: missed change in windows specific code.
Sahnvour
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-06-14
fix build on windows, broken by previous commit
Andrew Kelley
2018-06-14
std.os.path.dirname: return null instead of empty slice
Andrew Kelley
2018-06-12
zig fmt
Andrew Kelley
2018-06-12
implement std.os.Dir for windows
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-06
fix std.os.windows.PathFileExists specified in the wrong DLL (#1066)
Andrew Kelley
2018-06-05
disallow unknown-length pointer to opaque
Andrew Kelley
2018-06-04
Pointer Reform: proper slicing and indexing (#1053)
Andrew Kelley
2018-06-04
Merge branch 'zig-custom-format' of https://github.com/tgschultz/zig into tgs...
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-06-01
fix incorrect address-of syntax on windows
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-30
Fix MacOS CI Timer test failing...?
tgschultz
2018-05-29
fix AtomicFile for relative paths
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-05-24
update github.com/zig-lang to github.com/ziglang
Andrew Kelley
2018-05-16
convert more std lib files to postfix pointer deref
Andrew Kelley
2018-05-13
Merge branch 'master' into pointer-reform
Andrew Kelley
2018-05-11
fix windows build system
Andrew Kelley
2018-05-10
partial conversion to post-fix pointer deref using zig fmt
Andrew Kelley
[prev]
[next]