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
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2023-10-22
child_process + Build: rename exec to run + all related code
Jan Philipp Hafer
2023-10-17
rework zig env
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-30
solaris: hard-code native libc paths
Ryan Zezeski
2023-08-29
darwin: move inference of SDK version into the linker
Jakub Konka
2023-08-03
std.zig.system.darwin: fix redundant names
Andrew Kelley
2023-08-03
zig libc: restore functionality on macOS
Andrew Kelley
2023-08-03
LibCInstallation: no longer depends on LLVM
Andrew Kelley
2023-07-23
src/windows_sdk.cpp: port to Zig
Eric Joldasov
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-05
Merge pull request #13101 from alichraghi/o4
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-03
libc: add support for arm64 msvc installation
Jakub Konka
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-04-02
stage2: remove dependencies on async functions
Andrew Kelley
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-25
Skip detecting native libc dirs on darwin
Jakub Konka
2021-11-15
update compilation includes for haiku
Al Hoang
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-09-07
Fix libc file to check against compilation target instead of native (#9670)
Martin Wickham
2021-09-01
stage2: update for new usingnamespace semantics
Andrew Kelley
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
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