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
/
lib
/
std
Age
Commit message (
Expand
)
Author
2020-06-21
Add errors to windows.WSAStartup and WSACleanup
Nameless
2020-06-20
implement new stat functionality for WASI
Andrew Kelley
2020-06-20
std.fs: fix shadowing `stat` with a local variable
Andrew Kelley
2020-06-20
rework zig fmt to avoid unnecessary realpath() calls
Andrew Kelley
2020-06-20
zig fmt
Andrew Kelley
2020-06-20
rework zig fmt to use less syscalls and open fds
Andrew Kelley
2020-06-20
Use writer in std.fmt
data-man
2020-06-19
Don't attempt to use io from thin air
Haze Booth
2020-06-18
Merge pull request #5348 from ifreund/std-log
Andrew Kelley
2020-06-18
Merge pull request #5203 from tadeokondrak/@type-for-even-more-types
Andrew Kelley
2020-06-18
rework zig fmt to only make one allocation
Andrew Kelley
2020-06-18
Fix fs.File.mode() not returning mode_t on windows
Cassidy Dingenskirchen
2020-06-18
Add std.unicode.Utf8Iterator.peek
Michael Rees
2020-06-18
Merge pull request #5625 from antlilja/master
Andrew Kelley
2020-06-18
reference emit_raw in std lib tests
Vexu
2020-06-18
make file and fn_name fields of SourceLocation also null-terminated
Andrew Kelley
2020-06-18
implement `@src`
Vexu
2020-06-17
Add std.debug.print for "printf debugging"
Isaac Freund
2020-06-17
Improve f128 standard library support
antlilja
2020-06-17
Deprecate std.debug.warn
Isaac Freund
2020-06-17
Introduce std.log
Isaac Freund
2020-06-16
Merge pull request #5607 from daurnimator/cleanup-debug-stderr
Andrew Kelley
2020-06-16
ArrayList(u8) support writer interface
Jonathan Marler
2020-06-15
std: remove std.debug.getStderrStream
daurnimator
2020-06-15
std: clean up debug stderr variables
daurnimator
2020-06-14
add workaround for #5599
Vexu
2020-06-12
Add strict_align to pre-v6 ARM targets
Carter Sande
2020-06-12
Merge pull request #5589 from kubkon/preopens-example
Andrew Kelley
2020-06-12
Fix formatting of floating point values with the B and Bi specifiers
Alexandros Naskos
2020-06-12
Fix a few std.sort.sort invocations
Cassidy Dingenskirchen
2020-06-11
Add unit test for std.fs.wasi.PreopenList
Jakub Konka
2020-06-11
Add custom format method for Preopen struct
Jakub Konka
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-06-09
Expose full llvm intrinsic
Jakub Konka
2020-06-09
Use builtins in std.heap.WasmAllocator
Jakub Konka
2020-06-09
fix memory errors
Jonathan Marler
2020-06-08
support Writer instead of OutStream
Jonathan Marler
2020-06-08
update sort callsite to new API
Andrew Kelley
2020-06-08
std.sort: give comparator functions a context parameter
Andrew Kelley
2020-06-07
tcpConnectToHost try all addresses in AddressList
Ian Simonson
2020-06-07
Test case for tcpConnectToHost fix
Ian Simonson
2020-06-04
std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY status
Ryan Liptak
2020-06-04
Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...
Ryan Liptak
2020-06-04
Windows: Fix std.fs.Dir.deleteDir() deleting files
Ryan Liptak
2020-06-04
add workaround for #5525
Vexu
2020-06-02
cleanups
Andrew Kelley
2020-06-02
Replace os.linux to os.system
Luna
2020-06-02
Change ioctl's request type to i32
Luna
2020-06-02
Add declaration for libc ioctl
Luna
2020-06-02
Replace syscall3 to os.ioctl
Luna
[next]