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
2020-12-14
std: non-byte-multiple sized integers have no definite representation
LemonBoy
2020-12-13
std: Fix formatting of type values
LemonBoy
2020-12-13
stage2: use %type not @type for libc stubs
Isaac Freund
2020-12-12
Merge pull request #7406 from ifreund/dyn-musl2
Andrew Kelley
2020-12-13
std.CrossTarget: add isNativeAbi()
Isaac Freund
2020-12-13
stage2: support dynamically linking musl libc
Isaac Freund
2020-12-12
glibc: do not provide -lcrypt
Andrew Kelley
2020-12-11
std.fs.path.extension: different behavior for ending dot
Andrew Kelley
2020-12-11
std.fs.path.extension: add additional API guarantee
Andrew Kelley
2020-12-11
Merge pull request #7098 from MasterQ32/std.fs.path.extension
Andrew Kelley
2020-12-11
mingw-w64: add .def files for xinput1_4
Andrew Kelley
2020-12-11
mingw-w64: add support for -lwldap32
Andrew Kelley
2020-12-11
zig fmt: Fix alignment of initializer elements
LemonBoy
2020-12-10
Added global-cache argument to build system + removed extra args.
antlilja
2020-12-10
Merge pull request #7372 from LemonBoy/atomicint
Andrew Kelley
2020-12-10
Merge pull request #7369 from jorangreef/io_uring_timeout
Andrew Kelley
2020-12-10
make std.json.unescapeString pub
Vexu
2020-12-10
Skip timeout_remove test where not supported by the kernel
Joran Dirk Greef
2020-12-10
std: Fix misuse of atomic.Int
LemonBoy
2020-12-10
std: Validate the atomic ordering parameter in atomic.Int
LemonBoy
2020-12-10
std: prevent instantiation of atomic.Int with non-integral types
LemonBoy
2020-12-10
std: introduce meta.traits.is{Integral,Float}
LemonBoy
2020-12-10
Merge pull request #7368 from kubkon/macho-trie-cleanup
Jakub Konka
2020-12-10
Debug CI io_uring unsupported op
Joran Dirk Greef
2020-12-09
mingw-w64: patch to silence implicit-function-declaration warnings
Andrew Kelley
2020-12-09
MoveFileEx can return ACCESS_DENIED
Andrew Kelley
2020-12-09
macho: cleanup export trie generation and parsing
Jakub Konka
2020-12-09
Merge pull request #7362 from Vexu/std
Andrew Kelley
2020-12-09
Merge pull request #7366 from LemonBoy/fix-7346
Andrew Kelley
2020-12-09
Add io_uring TIMEOUT and TIMEOUT_REMOVE operations:
Joran Dirk Greef
2020-12-09
std: explicitly cast indices to usize
LemonBoy
2020-12-09
compiler-rt: Fix compilation of clzsi for armv6 targets
LemonBoy
2020-12-09
compiler-rt: Avoid exposing atomic builtins when not supported
LemonBoy
2020-12-09
small fixes and zig fmt
Vexu
2020-12-09
zig fmt: improve var decl initializer formatting
Vexu
2020-12-08
add std.testing.expectStringEndsWith
Andrew Kelley
2020-12-08
std.json: unreachable -> expect in tests
xackus
2020-12-08
Add option to override default stack size in build system.
antlilja
2020-12-08
Fix general purpose allocator incorrectly modifying total_requested_bytes in ...
Nathanaƫl Courant
2020-12-08
glibc: additionally provide -lcrypt
Andrew Kelley
2020-12-07
ability to build stage1 using only a zig tarball
Andrew Kelley
2020-12-07
add AddressFamilyNotSupported to SendError
Luna
2020-12-07
std.c: freeing null is a no-op
xackus
2020-12-04
update to latest clang C headers
Andrew Kelley
2020-12-04
std: Add a few helpers for matching ascii strings (#7300)
LemonBoy
2020-12-04
std: Restore file locking test on Windows
LemonBoy
2020-12-03
add more mingw-w64 .def files
Andrew Kelley
2020-12-03
makes the implementation public
Isaac Yonemoto
2020-12-03
Gpa mutex configurable (#7234)
Isaac Yonemoto
2020-12-03
std/event: Fix import path for WaitGroup
Miles Alan
[next]