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
/
c
Age
Commit message (
Expand
)
Author
2021-01-04
Allow dollar sign $ in identifiers in translate-c
Evan Haas
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2021-01-01
std.debug: adjust panic message
Andrew Kelley
2021-01-01
std: Show the panicking thread ID
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-25
openbsd: add commonly used libc wrappers for pledge(2) and unveil(2)
Sébastien Marie
2020-12-25
openbsd: define sem_t as optional pointer on opaque {}
Sébastien Marie
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-23
std: add Darwin and FreeBSD sem_t bits
Andrew Kelley
2020-12-23
std.ResetEvent: pthreads sem_t cannot be statically initialized
Andrew Kelley
2020-12-23
std.ResetEvent: use sem_t when linking against pthreads
Andrew Kelley
2020-12-22
Improve handling of C compiler intrinsics in translate-c
Evan Haas
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-09
small fixes and zig fmt
Vexu
2020-11-30
move std.SegmentedList to the std-lib-orphanage
Andrew Kelley
2020-11-20
openbsd: malloc_usable_size is unavailable on OpenBSD
Sébastien Marie
2020-11-18
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley
2020-11-05
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
Implement a fallback mechanism for posix_memalign
LemonBoy
2020-11-05
std: Make C allocator respect the required alignment
LemonBoy
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-01
Add libc signature
Joran Dirk Greef
2020-10-28
Clean up exporting of symbols on Darwin
Jakub Konka
2020-10-18
Darwin has arc4random(), too
Frank Denis
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-08
std.c (darwin) update to new opaque syntax
Andrew Kelley
2020-10-08
Merge pull request #6516 from LemonBoy/fastfilecopy
Andrew Kelley
2020-10-07
New review round
LemonBoy
2020-10-04
implement {get, set}rlimit for linux
xackus
2020-10-03
std: Make file copy ops use zero-copy mechanisms
LemonBoy
2020-10-02
make symlink buffer null-terminated
Loris Cro
2020-08-24
Link against libSystem when generating Mach-O exe
Jakub Konka
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-20
correct llvm linkage conversion
Vexu
2020-08-20
disallow extern variables with initializers
Vexu
2020-08-17
std: signalfd: fix the types of things; add test
Andrew Kelley
2020-08-17
add signalfd to std.c.linux
Luna
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-07-27
translate-c: use ArrayList for macro tokens
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-24
Use fstatat on macOS (otherwise uses 32bit)
Jakub Konka
2020-06-20
zig fmt
Andrew Kelley
2020-05-26
Use std.ComptimeStringMap in the C tokenizer
Ryan Liptak
2020-05-16
macos: use realpath$DARWIN_EXTSN
Michael Dusan
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-01
Add arc4random_buf() in NetBSD libc, use it to implement getrandom()
nia
2020-04-01
std: Use the versioned libc symbols if needed
LemonBoy
2020-04-01
std: Fix more NetBSD bits
LemonBoy
[next]