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
/
c.zig
Age
Commit message (
Expand
)
Author
2024-10-23
handle _fltused in compiler_rt
Andrew Kelley
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-07
std.os.linux: Move clone() here and stop exporting it.
Alex Rønne Petersen
2024-07-29
Merge pull request #20389 from alexrp/riscv32
Andrew Kelley
2024-07-29
c: Handle armeb and thumbeb in clone().
Alex Rønne Petersen
2024-07-29
c: Implement clone() for riscv32-linux.
Alex Rønne Petersen
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
2023-02-04
Add support for mips64/mips64el
Suirad
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-17
Merge pull request #11747 from Luukdegram/compiler-rt
Andrew Kelley
2022-10-15
compiler_rt: Move mem implementations from c.zig
Luuk de Gram
2022-10-12
zig_libc: do not call abort() on amdgpu
Robin Voetter
2022-09-20
std: add return address parameter to panic fn
Veikka Tuominen
2022-09-12
universal-libc: fix strncmp tests
Andrew Kelley
2022-07-01
Sema: validate deref operator type and value
Veikka Tuominen
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley