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
Age
Commit message (
Expand
)
Author
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
compiler_rt: enable __clear_cache for stage2
Andrew Kelley
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
compiler_rt: RISC-V does not want gnu_f16_abi
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
compiler_rt: work around LLVM optimizing __muloti4 to call itself
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-04
update macOS libc headers
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
update C headers to LLVM 14.0.6
Andrew Kelley
2022-07-03
std: disable tests regressed from LLVM 14
Andrew Kelley
2022-07-02
libcxx: do not include __config_site
Andrew Kelley
2022-07-01
std.zig.fmtId: revert recent changes
Andrew Kelley
2022-07-01
update CPU features to LLVM 14
Andrew Kelley
2022-07-01
update libunwind to llvm 14.0.6
Andrew Kelley
2022-07-01
update libcxxabi to llvm 14.0.6
Andrew Kelley
2022-07-01
update libcxx to llvm 14.0.6
Andrew Kelley
2022-07-01
Merge remote-tracking branch 'origin/master' into llvm14
Andrew Kelley
2022-07-01
Merge pull request #11974 from ziglang/fixfixfix
Andrew Kelley
2022-07-01
Merge pull request #11973 from Vexu/stage2-compile-errors
Andrew Kelley
2022-07-01
macho: implement pruning of unused segments and sections
Jakub Konka
2022-07-01
crypto: add the Xoodoo permutation, prepare for Gimli deprecation (#11866)
Frank Denis
2022-07-01
std.crypto.hash: allow creating hash functions from compositions (#11965)
Frank Denis
2022-07-01
Sema: validate deref operator type and value
Veikka Tuominen
[next]