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
2019-12-30
os: add setsockopt
Luna
2019-12-30
add StreamServer.Options.reuse_address
Luna
2019-12-30
Merge pull request #4007 from daurnimator/json-cleanup
Andrew Kelley
2019-12-30
Fix segfault by not reassigning to function parameter
lukechampine
2019-12-30
chacha: Fix open docstring
lukechampine
2019-12-30
chacha: Use error set instead of bool
lukechampine
2019-12-30
chacha20poly1305: Return false on short ciphertext
lukechampine
2019-12-30
chacha20poly1305: verify tag in constant time
lukechampine
2019-12-30
crypto: Add chacha20poly1305
lukechampine
2019-12-31
std: fix typo in comment
daurnimator
2019-12-31
std: json.unescapeString doesn't need to take an allocator
daurnimator
2019-12-31
std: track decoded string length in std.json tokenizer
daurnimator
2019-12-30
std: use enum literals in std.json
daurnimator
2019-12-30
std: use a union(enum) for std.json.Token
daurnimator
2019-12-30
std: meta.TagPayloadType takes the tag type of the union
daurnimator
2019-12-30
std: fmt std/json.zig
daurnimator
2019-12-30
array literal address of fix
Haze Booth
2019-12-29
update std/json.zig to latest language changes
Andrew Kelley
2019-12-29
ArrayList: ptrAt function returns pointer to item at given index
Benoit Giannangeli
2019-12-29
Merge pull request #3648 from xackus/json-unescape
Andrew Kelley
2019-12-29
Fixes #3966
data-man
2019-12-29
Merge pull request #3968 from daurnimator/sigprocmask
Andrew Kelley
2019-12-29
Merge pull request #3992 from ForLoveOfCats/BigIntToStringLeak
Marc Tiehuis
2019-12-28
Add missing deferred deinits to `math.big.Int.toString` (mem leak fix)
ForLoveOfCats
2019-12-28
std: unicode codepoints are 21 bits
daurnimator
2019-12-28
std: simplify utf8ToUtf16Le
daurnimator
2019-12-28
std: optimise utf8ByteSequenceLength
daurnimator
2019-12-28
std: add warm up phase to benchmark
daurnimator
2019-12-28
std: fix unicode encoding of astral plane codepoints to utf16
daurnimator
2019-12-22
typo fix
kprotty
2019-12-22
ResetEvent: broadcast by default
kprotty
2019-12-22
Merge pull request #3935 from Vexu/translate-c-2
Andrew Kelley
2019-12-22
std: use pid_t where appropriate
daurnimator
2019-12-22
std: use wrappers from raise() rather than raw syscalls
daurnimator
2019-12-22
std: add tkill and tgkill for linux
daurnimator
2019-12-22
std: remove high level linux sigprocmask wrappers
daurnimator
2019-12-22
std: use simpler sigset_t definition
daurnimator
2019-12-22
freebsd: add missing OS and libc bits
Jethro Nederhof
2019-12-22
std: sigprocmask set is optional
daurnimator
2019-12-21
zig fmt support for slice sentinel syntax
Andrew Kelley
2019-12-20
sentinel slicing improvements
Andrew Kelley
2019-12-20
fix std.mem.addNullByte and implement sentinel slicing
Andrew Kelley
2019-12-20
translate-c-2 copy parametrs to stack
Vexu
2019-12-19
translate-c-2 improve macro fn ptr caller
Vexu
2019-12-19
translate-c-2 compound assign
Vexu
2019-12-18
translate-c-2 fix expression grouping bugs
Vexu
2019-12-18
translate-c-2 character literals and more test fixes
Vexu
2019-12-17
SpinLock: loopHint & yield distinction
kprotty
2019-12-17
ResetEvent: use futex on linux when possible
kprotty
2019-12-17
Mutex: fix lock/spin bugs, improve perf slightly & more specialization
kprotty
[next]