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
/
std
/
special
/
c.zig
Age
Commit message (
Expand
)
Author
2019-09-25
mv std/ lib/
Andrew Kelley
2019-09-25
Correct some RISCV64 bits
LemonBoy
2019-09-19
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-16
update clone on arm32 to latest musl implementation
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-29
add __aeabi_read_tp
Robin Voetter
2019-08-29
TLS initialization, clone definition and _start functionality
Robin Voetter
2019-07-18
riscv workarounds for llvm not having good asm integration
Andrew Kelley
2019-07-17
msvc libc: provide _fltused symbol
Andrew Kelley
2019-06-29
fix formatting
emekoi
2019-06-22
stage1: add @sin @cos @exp @exp2 @ln @log2 @log10 @fabs @floor @ceil @trunc @...
Shawn Landden
2019-06-19
c: add fma and fmaf
Shawn Landden
2019-06-08
add bcmp implementation as LLVM 9 now emits those
Shawn Landden
2019-05-29
improve the libc of wasm32-freestanding target
Andrew Kelley
2019-05-19
ran zig fmt on stdlib
emekoi
2019-05-16
the wasm freestanding _start function is return value void
Andrew Kelley
2019-05-16
improvements to build-lib use case of WebAssembly
Andrew Kelley
2019-05-15
improvements to zig's implementation of libc and WebAssembly
Andrew Kelley