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-16
std.io: fix compile error when InStream has empty error set
Andrew Kelley
2018-10-15
fix windows
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-13
C ABI and compiler rt improvements for ARM
Andrew Kelley
2018-10-11
Improve time.sleep api
Marc Tiehuis
2018-10-10
added math.pow support for integer types. resolves #1637 (#1642)
emekoi
2018-10-09
std/special/bootstrap: inline some functions to improve stack traces
Andrew Kelley
2018-10-09
support building static libraries
Andrew Kelley
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-10-06
arm64: respond to code review
Shawn Landden
2018-10-04
removed unneeded dll extension
emekoi
2018-10-03
better mutex implementation
Andrew Kelley
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-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
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
[next]