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
2021-05-15
std: Avoid using white color when printing stacktraces
LemonBoy
2021-05-14
std: dragonfly: fix duplicate definition of sockaddr_storage
Andrew Kelley
2021-05-15
std.testing: Added newline to the error messages
ZapAnton
2021-05-14
Merge pull request #8757 from Snektron/spirv-stuff
Andrew Kelley
2021-05-14
std: rework math.scalbn (#8733)
viri
2021-05-14
Merge pull request #8764 from mattbork/json-usefirst
Andrew Kelley
2021-05-14
Merge pull request #8746 from koachan/sparc64-fixes
Andrew Kelley
2021-05-14
std.hash_map: use 7 bits of metadata instead of 6
Sahnvour
2021-05-14
compiler-rt: Fix signedness mismatch in f128 mul impl
LemonBoy
2021-05-14
SPIR-V: Add generated SPIR-V features
Robin Voetter
2021-05-14
SPIR-V: Set default ofmt to spirv
Robin Voetter
2021-05-14
fix logic for duplicate comptime fields and avoid freeing comptime fields in ...
Matthew Borkowski
2021-05-13
Merge pull request #8611 from shachaf/precedence
Andrew Kelley
2021-05-13
start.zig: export main with strong linkage
Jakub Konka
2021-05-13
Add experimental Darling support for cross testing macOS
Jakub Konka
2021-05-13
fix duplicate_field_behavior UseFirst in json.zig
Matthew Borkowski
2021-05-13
std/json: Fix premature closing brace being considered valid JSON
Matthew Borkowski
2021-05-12
build system: fix wrong glibc dir passed to qemu for i386
Andrew Kelley
2021-05-13
Add a comment to explain the alignment directive
Koakuma
2021-05-12
fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and Pri...
Matthew Borkowski
2021-05-12
Merge pull request #8698 from ifreund/scanZ
Andrew Kelley
2021-05-12
stage2: Drop LLVM's host CPU detection method as fallback
LemonBoy
2021-05-12
Add missing f128 compiler-rt shim
Koakuma
2021-05-12
std/mem: add sliceTo(), deprecate spanZ(), lenZ()
Isaac Freund
2021-05-12
Remove SPARC pthreadtypes-arch.h to match upstream glibc
Koakuma
2021-05-12
Fix linux dirent64 buffer align directive
Koakuma
2021-05-12
stage2: Add CPU feature detection for macos
LemonBoy
2021-05-12
Define ENOTSUP for SPARC
Koakuma
2021-05-11
bsd: detect os version
Michael Dusan
2021-05-11
std/json: fix previous commit for std.testing changes
Isaac Freund
2021-05-11
fix a double free in parse when duplicate_field_behavior is UseLast and a lea...
Matthew Borkowski
2021-05-11
std.meta.Elem: support all optional types
Isaac Freund
2021-05-11
Merge pull request #8705 from LemonBoy/libc-fix
Andrew Kelley
2021-05-11
test runner: avoid an "out of memory" error return trace entry
Andrew Kelley
2021-05-11
test runner: print error return trace after failed test
Andrew Kelley
2021-05-11
std: Fix offset param splitting for preadv/pwritev
LemonBoy
2021-05-11
fix AutoArrayHashMap's store_hash logic
Matthew Borkowski
2021-05-11
std: Fix fallocate offset type
LemonBoy
2021-05-11
std: Add more tests, fix broken code
LemonBoy
2021-05-11
std: Harmonize use of off_t between libc and Zig impls
LemonBoy
2021-05-11
std: Fix cast that's sometimes invalid
LemonBoy
2021-05-11
c: Fix prototypes for bcmp and memcmp
LemonBoy
2021-05-11
std: Prefer 64bit libc functions where possible
LemonBoy
2021-05-11
libc: Add workaround for #4926
LemonBoy
2021-05-10
Merge pull request #8711 from lithdew/master
Andrew Kelley
2021-05-10
stage1: remove outdated error message regarding #447
jacob gw
2021-05-10
std/os: add missing sockaddr_storage defs
lithdew
2021-05-10
std/os: fix sockaddr_storage padding size
lithdew
2021-05-10
x/os, os: fix setsockopt on windows, simplify Socket.setOption error set
lithdew
2021-05-10
std/os/windows/ws2_32: add missing FIONBIO constant
lithdew
[next]