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-05-18
std: add android __SIZEOF_PTHREAD_MUTEX_T
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
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
std: Prefer 64bit libc functions where possible
LemonBoy
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-04
std: remove dead and rotting C parsing code
Andrew Kelley
2021-04-29
std: fix compile errors found by stage2 AstGen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-23
update haiku system constants
Al Hoang
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-07
netbsd: minor fixes to allow stage1 to build
Michael Dusan
2021-03-17
translate-c: fix __builtin_object_size
Evan Haas
2021-03-17
translate-c: demote usage of un-implemented builtins
Evan Haas
2021-03-03
translate-c: fix c tokenizer giving invalid tokens
Veikka Tuominen
2021-03-01
translate-c: add <assert.h> support
Evan Haas
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-25
initial support for haiku continue clean up
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-18
std: define pipe2 only for os that support it
LemonBoy
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-12
add pthread_key functions
Sébastien Marie
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
[next]