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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2018-08-23
MacOS stack traces use the already mmapped executable
Andrew Kelley
2018-08-23
Merge pull request #1402 from ziglang/default-fp-ieee-strict
Andrew Kelley
2018-08-23
Default to strict IEEE floating point
Marc Tiehuis
2018-08-22
rename std.debug.ElfStackTrace to std.debug.DebugInfo
Andrew Kelley
2018-08-23
std/mem.zig: test writing u64 integers;
kristopher tate
2018-08-21
fix selfExePath on macosx
Andrew Kelley
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-21
*WIP* std.os assumes comptime-known max path size
Andrew Kelley
2018-08-20
Merge branch 'path_max' of https://github.com/shawnl/zig into shawnl-path_max
Andrew Kelley
2018-08-20
refactor std.os.makePath to use a switch instead of if
Andrew Kelley
2018-08-20
std.fmt.format: handle non-pointer struct/union/enum
Andrew Kelley
2018-08-19
do not use an allocator when we don't need to because of the existance of PAT...
Shawn Landden
2018-08-18
Add secureZero function
Marc Tiehuis
2018-08-14
fixed handling of [*]u8 when no format specifier is set
tgschultz
2018-08-10
rb: some style fixes
Shawn Landden
2018-08-10
Merge pull request #1294 from ziglang/async-fs
Andrew Kelley
2018-08-10
windows: call CancelIo when canceling an fs watch
Andrew Kelley
2018-08-09
windows fs watching: fix not initializing table value
Andrew Kelley
2018-08-09
windows: only create io completion port once
Andrew Kelley
2018-08-09
initial windows implementation of std.event.fs.Watch
Andrew Kelley
2018-08-08
std.event.fs.preadv windows implementation
Andrew Kelley
2018-08-08
std.event.fs.pwritev windows implementation
Andrew Kelley
2018-08-07
fix linux regressions
Andrew Kelley
2018-08-07
std.event.fs.Watch distinguishes between Delete and CloseWrite on darwin
Andrew Kelley
2018-08-07
implement std.event.fs.Watch for macos
Andrew Kelley
2018-08-07
mem: use pub on Compare (#1352)
Shawn Landden
2018-08-07
Merge pull request #1338 from shawnl/master
Andrew Kelley
2018-08-07
mem: add mem.compare(), and use it for mem.lessThan()
Shawn Landden
2018-08-07
mem: move enum Compare from rb to mem
Shawn Landden
2018-08-06
std: add red-black tree implementation
Shawn Landden
2018-08-07
fix hash map test
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-06
std.HashMap.autoHash: use xor instead of wrapping mult
Andrew Kelley
2018-08-06
fix Thread impl on Linux and add docs
Andrew Kelley
2018-08-06
separate os.Thread.Id and os.Thread.Handle because of windows
Andrew Kelley
2018-08-06
fix std.os.Thread.getCurrentId for linux
Andrew Kelley
2018-08-06
Merge branch 'threadid' of https://github.com/mdsteele/zig into mdsteele-thre...
Andrew Kelley
2018-08-06
More type cast fixes
Andrea Orru
2018-08-06
Fix casts
Andrea Orru
2018-08-06
Merge branch 'master' into zen_stdlib
Andrea Orru
2018-08-04
Don't compare ?Thread.Id == Thread.Id in the test
Matthew D. Steele
2018-08-04
Merge branch 'master' into llvm7
Andrew Kelley
2018-08-04
zig/std/os/index.zig: clean-up thread id; (#1)
kristopher tate
2018-08-03
Add thread ID support to std.os.Thread (fixes #1316)
Matthew D. Steele
2018-08-03
Merge remote-tracking branch 'origin/master' into async-fs
Andrew Kelley
2018-08-03
when decls don't change, don't regenerate them
Andrew Kelley
2018-08-03
self-hosted: watch files and trigger a rebuild
Andrew Kelley
2018-08-03
Fix a type error in std.os.linux.getpid() (#1326)
Matthew D. Steele
[prev]
[next]