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
Age
Commit message (
Expand
)
Author
2018-10-02
Add doc comment for tokenLocationPtr (#1618)
Wink Saville
2018-10-01
std lib (breaking): posixRead can return less than buffer size
Andrew Kelley
2018-10-01
std lib: flesh out the async I/O streaming API a bit
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-30
rename std.event.tcp to std.event.net
Andrew Kelley
2018-09-30
merged windows dll apis
emekoi
2018-09-30
added dynamic library loading for windows
emekoi
2018-09-30
Expose failing_allocator as *Allocator instead of const FailingAllocator
Jimmi Holst Christensen
2018-09-27
overhaul api for getting random integers (#1578)
Josh Wolfe
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-24
Remove StrLitKind enum
Wink Saville
2018-09-23
Fix typo in argsAlloc comment
Wink Saville
2018-09-21
fixups
Andrew Kelley
2018-09-20
fix formatInt to handle upcasting to base int size
Andrew Kelley
2018-09-19
Merge remote-tracking branch 'origin/llvm7'
Andrew Kelley
2018-09-18
std/index.zig: Fix import
Christian Wesselhoeft
2018-09-18
fix regression from previous commit
Andrew Kelley
2018-09-18
zig fmt: handle shebang lines
Andrew Kelley
2018-09-18
remove unnecessary setFloatMode calls
Andrew Kelley
2018-09-18
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-17
remove deprecated, unused windows functions
Andrew Kelley
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
2018-09-16
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-14
fix alignment of structs
Andrew Kelley
2018-09-14
Add test for Queue.dump
Wink Saville
2018-09-14
Fix additional regressions calling FileOutStream/FileInStream init()
Wink Saville
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-13
math/complex: cexp test correction and ldexp usage fix
Marc Tiehuis
2018-09-12
fix zig fmt on windows
Andrew Kelley
2018-09-12
windows: std.fs functions support concurrent ops
Andrew Kelley
2018-09-12
Merge pull request #1494 from ziglang/stage1-caching
Andrew Kelley
2018-09-12
fixed WriteFile segfault
emekoi
2018-09-11
zig build: make the cache root dir before building
Andrew Kelley
2018-09-11
zig build: better placement of test exe artifact
Andrew Kelley
2018-09-11
fix incorrect error union const value generation
Andrew Kelley
2018-09-10
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-09
Add capacity and appendAssumeCapacity to ArrayList
Bas van den Berg
2018-09-08
fix elf auxv handling
Shawn Landden
2018-09-08
NaNs do not have signedness.
Shawn Landden
2018-09-08
clone() on arm64
Shawn Landden
2018-09-08
simplify f64_min to equivilent value
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-09-06
add C ABI tests
Andrew Kelley
2018-09-06
std/crypto/x25519.zig: add test for `createPublicKey`;
kristopher tate
2018-09-06
std/crypto/x25519.zig: fix signature for `createPublicKey`;
kristopher tate
2018-09-04
update throughput test to new File API
Andrew Kelley
2018-09-04
Merge remote-tracking branch 'origin/master' into llvm7
Andrew Kelley
2018-09-04
Merge pull request #1441 from ziglang/poly1305-x25519
Andrew Kelley
[prev]
[next]