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-16
Added test to ensure minimum number of bytes is emitted for writes
tgschultz
2020-06-16
Code cleanup, documentation added, read*Mem functions now take *[]const u8
tgschultz
2020-06-16
Overhauled leb128:
tgschultz
2020-06-16
Code cleanup, documentation added, read*Mem functions now take *[]const u8
tgschultz
2020-06-16
Overhauled leb128:
tgschultz
2020-06-16
Code cleanup, documentation added, read*Mem functions now take *[]const u8
tgschultz
2020-06-16
Overhauled leb128:
tgschultz
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
2020-06-02
Use resolveIp when looking up addresses on linux
Luna
2020-06-02
Add std.os.ioctl
Luna
2020-06-02
net.test: only call resolveIp6 when os is linux
Luna
2020-06-02
Add tests for overflow
Luna
2020-06-02
Use IFNAMESIZE for scope id value
Luna
2020-06-02
Make ifru fields sentinel-terminated
Luna
2020-06-02
Replace C types in declarations
Luna
2020-06-02
Plug resolveIp6 into IPv6 tests
Luna
2020-06-02
Add validation for scope ids
Luna
2020-06-02
Replace C shorts by integer types
Luna
2020-06-02
Remove warn() calls
Luna
2020-06-02
Fix ifreq definition
Luna
2020-06-02
Change Unsupported to InterfaceNotFound
Luna
2020-06-02
Make interface name null-terminated before syscall
Luna
2020-06-02
Stop using mem.len on array
Luna
2020-06-02
Add ioctl errors
Luna
2020-06-02
Only resolve scope id when needed
Luna
2020-06-02
Fix typo and add if_nametoindex
Luna
[next]