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
/
src
/
libc_installation.zig
Age
Commit message (
Expand
)
Author
2021-06-09
native libc detection: respect spaces in CC env var
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-24
stage2: remove dead code; rename crtbegin_dir to gcc_dir
Andrew Kelley
2021-05-24
update compilation and elf link for haiku case
Al Hoang
2021-05-24
make "gnu" (mingw-w64) the default C ABI on Windows
Andrew Kelley
2021-05-23
housekeeping: remove `pub` from ccPrintFileName()
Michael Dusan
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-17
stage2: update `@import("builtin")` API usage
Andrew Kelley
2021-04-23
header path detection for haiku
Al Hoang
2021-02-25
initial support for haiku sync update
Al Hoang
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
std: Rename ArrayList shrink => shrinkAndFree
Alex Cameron
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-11-18
Merge pull request #7005 from jshholland/deprecate-span
Veikka Tuominen
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-11-06
remove outdated comment
xackus
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley