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
2019-09-27
Avoid truncating mmap2 offsets if not multiple of page size
LemonBoy
2019-09-27
std/os/uefi: add some hii support
Nick Erdmann
2019-09-27
std/os/uefi: add exitBootServices and allocatePool
Nick Erdmann
2019-09-26
fix mipsel regression in previous commit
Andrew Kelley
2019-09-26
fix some linux declarations not getting exposed
Andrew Kelley
2019-09-26
Errno changes for MIPS
LemonBoy
2019-09-26
Add comments about the test cases that have been disabled
LemonBoy
2019-09-26
Export _start as __start for MIPS targets
LemonBoy
2019-09-26
Fix wrong IOCTL value
LemonBoy
2019-09-26
Initial support for mipsel architecture¬
LemonBoy
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley
2019-09-25
musl [PATCH] arm: fix setjmp and longjmp asm for armv8-a
Andrew Kelley
2019-09-22
mingw-w64 libc: fix incorrect detection of _xgetbv
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-10
update glibc src files to 2.30
Andrew Kelley
2019-09-10
update C header files to clang 9.0.0rc4
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-07
update glibc ABI lists to 2.30
Andrew Kelley
2019-09-07
update glibc headers to 2.30
Andrew Kelley
2019-09-02
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-30
musl: fix alltypes.h and syscall.h not being correct
Andrew Kelley
2019-08-20
update libcxx to 9.0.0-rc2
Andrew Kelley
2019-08-20
update C headers to clang 9.0.0-rc2
Andrew Kelley
2019-07-19
update libcxx to llvm9
Andrew Kelley
2019-07-19
update libunwind to llvm9
Andrew Kelley
2019-07-19
update C headers to llvm9
Andrew Kelley
2019-07-18
carry some upstream patches to musl to fix riscv inline asm
Andrew Kelley
2019-07-16
update bundled musl source to 1.1.23
Andrew Kelley
2019-07-16
update musl headers to musl v1.1.23
Andrew Kelley
2019-07-15
avoid shipping junk files
Andrew Kelley
2019-07-15
mingw libc can link against ntdll
Andrew Kelley
2019-07-15
move lib dirs to lib subdir
Andrew Kelley