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
2021-04-06
os/linux: return error on EALREADY for connect() and getsockoptError()
lithdew
2021-04-04
Fixed error types for GetSeekPosError
Edward Dean
2021-04-04
Tidy-up in json test module (#8431)
Lewis Gaul
2021-04-04
std docs: enhance search browser history UX
Hannu Hartikainen
2021-04-04
os/bits/linux: add IPv6 socket options
Vincent Rischmann
2021-04-04
Switch std.json to use an ordered hashmap
Lewis Gaul
2021-04-03
Merge pull request #8410 from antlilja/remove-undefined-math
Frank Denis
2021-04-03
Compile error for signed integer math
antlilja
2021-04-02
make visited links readable in the stdlib docs warning bar
Loris Cro
2021-04-02
added warning banner to stdlib docs
Loris Cro
2021-04-02
Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeue
Andrew Kelley
2021-04-02
test: fix io_uring timing test to skip on failure
Michael Dusan
2021-04-01
os: handle ECONNRESET for connect() syscall
lithdew
2021-03-31
Merge pull request #8266 from ziglang/zir-memory-layout
Andrew Kelley
2021-03-31
stage2: finish source location reworkings in the branch
Andrew Kelley
2021-03-29
Add tests for the fill functions of the Isaac64, Pcg, Sfc64, and Xoroshiro128...
Matthew Borkowski
2021-03-29
Fix typo in Pcg.zig's fill function
Matthew Borkowski
2021-03-28
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-28
Merge pull request #8305 from jedisct1/base64
Andrew Kelley
2021-03-28
Add a test & fix for std.fmt.fmtDuration
Jonathan Knezek
2021-03-28
Remove the base64 unsafe decoder
Frank Denis
2021-03-28
Add more variants
Frank Denis
2021-03-28
std/base64: cleanups & support url-safe and other non-padded variants
Frank Denis
2021-03-28
array_hash_map: decrement entries slice len after popping from entries in pop...
lithdew
2021-03-25
os/linux: handle ECONNRESET for recv
lithdew
2021-03-25
boot_services: implement locateDevicePath
Sreehari S
2021-03-25
stage2: implement inline while
Andrew Kelley
2021-03-24
stage2: make zir.Inst.Ref a non-exhaustive enum
Isaac Freund
2021-03-24
std.build: make Builder.install_prefix non optional
Isaac Freund
2021-03-22
astgen: implement array types
Isaac Freund
2021-03-22
Fixed typo in user32
Carlos Zúñiga
2021-03-21
Specify type in autoHash error message
Joris Hartog
2021-03-20
std: Add reset to TokenIterator
Nuno Leiria
2021-03-19
astgen: support blocks
Andrew Kelley
2021-03-19
std: Add syscall7 stub for Linux/MIPS
LemonBoy
2021-03-18
Merge remote-tracking branch 'origin/master' into zir-memory-layout
Andrew Kelley
2021-03-18
Add some enum utilities
Martin Wickham
2021-03-18
Merge pull request #8282 from kubkon/zld
Jakub Konka
2021-03-18
std: Fix std.fs.path.joinZ
root
2021-03-17
stage2: Module and Sema are compiling again
Andrew Kelley
2021-03-18
zld: use zld when linking aarch64 by default and cross-comp
Jakub Konka
2021-03-17
zld: fix GOT loads and indirection on x86_64
Jakub Konka
2021-03-17
zld: start bringing x64 up to speed
Jakub Konka
2021-03-17
zld: merge and sort sections
Jakub Konka
2021-03-17
Merge pull request #8281 from kubkon/macho-got-refactor
Jakub Konka
2021-03-17
std/crypto/chacha20: add round-reduced versions & cleanup internals
Frank Denis
2021-03-17
Merge pull request #8273 from jedisct1/pbkdf2-check
Andrew Kelley
2021-03-17
macho: offset table part of GOT
Jakub Konka
2021-03-17
pbkdf2: use std.math.divCeil()
Frank Denis
2021-03-17
translate-c: fix __builtin_object_size
Evan Haas
[next]