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
getAppDataDir
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
std.Io.Threaded-groups-2
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
2022-07-15
add FreeBSD support to std.os.getFdPath
Kim SHrier
2022-07-14
handle HOSTUNREACH for blocking and non-blocking connects
Bill Nagel
2022-07-13
Merge pull request #12098 from ziglang/llvm-riscv64
Andrew Kelley
2022-07-13
AstGen: fix loop control flow applying to wrong loop
Andrew Kelley
2022-07-13
stage2: fix comptime bitcast involving f80
Andrew Kelley
2022-07-13
std.math: add `inline` to some functions
Andrew Kelley
2022-07-12
std: update test cases to reflect new packed struct semantics
Andrew Kelley
2022-07-12
Merge pull request #12083 from Vexu/c-container-err
Veikka Tuominen
2022-07-12
wasm-linker: Implement linker tests (#12006)
Luuk de Gram
2022-07-12
stage2: handle parser notes in a more general way
Veikka Tuominen
2022-07-12
parser: add helpful error for C style container declarations
Veikka Tuominen
2022-07-11
Merge pull request #12044 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-11
Sema: allow `void` as an extern union field & fix invalid extern unions
Veikka Tuominen
2022-07-11
Sema: validate extern types
Veikka Tuominen
2022-07-11
std.math: add `degreesToRadians` and `radiansToDegrees`
frmdstryr
2022-07-11
use std.log for logging
Mikko Kaihlavirta
2022-07-11
std.fmt: clarify the description of placeholders in Format Strings
Duncan Holm
2022-07-10
compiler_rt: Update Windows ABI for float<->int conversion routines
Cody Tapscott
2022-07-10
Compilation: do not repeat same source line for notes
Veikka Tuominen
2022-07-10
Merge pull request #12001 from ziglang/llvm14
Andrew Kelley
2022-07-09
two more regressed test cases; same cause as last two commits
Andrew Kelley
2022-07-09
disable regressed math.sign test case
Andrew Kelley
2022-07-09
disable regressed float formatting test case
Andrew Kelley
2022-07-09
`std.log`: deduplicate `switch`
r00ster91
2022-07-09
Remove outdated TODO comment (#12053)
Yusuke Tanaka
2022-07-08
crypto.sign.ed25519: add support for blind key signatures (#11868)
Frank Denis
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-07
std.builtin.returnError: disable runtime safety
Andrew Kelley
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-07
std.log: give friendly error to freestanding users
r00ster91
2022-07-07
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-07
std.json: move tests to json/test.zig file
Andrew Kelley
2022-07-06
std.leb128: disable regressed test due to LLVM 14
Andrew Kelley
2022-07-06
std.fmt.parse_float: disable failing aarch64 test from LLVM 14
Andrew Kelley
2022-07-06
std: disable aarch64 tests that regressed from LLVM 14
Andrew Kelley
2022-07-06
std: disable tests tripping LLVM assertions
Andrew Kelley
2022-07-06
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-06
crypto.sign.ecdsa: fix toCompressedSec1()/toUnompressedSec1() (#12009)
Frank Denis
2022-07-05
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-05
std: align some function pointers
Andrew Kelley
2022-07-05
std.os.linux.io_uring: work around LLVM bug
Andrew Kelley
2022-07-05
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-05
Mark fstype argument to mount as optional
Jonathan Marler
2022-07-04
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-04
std.Thread: fix mutable ref of temporary
Andrew Kelley
2022-07-04
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-04
std: update bsd bits to new fn ptr semantics
Andrew Kelley
2022-07-03
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-03
std: better definition for std.os.linux.epoll_event
Andrew Kelley
2022-07-03
std: disable tests regressed from LLVM 14
Andrew Kelley
[next]