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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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-self-hosted
/
libc_installation.zig
Age
Commit message (
Expand
)
Author
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-04-11
ArrayList: remove old (before span) API
xackus
2020-04-06
libc_installation.zig: don't special-case based on C ABI
Andrew Kelley
2020-04-04
rename mem.separate to mem.split
xackus
2020-04-04
detect an endless loop when trying to detect native libc installation
Andrew Kelley
2020-04-02
new ArrayList API: fix everything else
xackus
2020-04-01
fix regressions from previous commit
Andrew Kelley
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
Use length field as passed in stage2 libc_installation instead of relying on ...
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-18
(breaking) clarify openDir API
Andrew Kelley
2020-03-12
Remove unused static_crt_dir field from libc config
daurnimator
2020-03-10
fix stage2 lib on windows
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-02-28
update std lib to new Target API
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-22
std.os.execvpeZ_expandArg0: fix not restoring argv[0]
Andrew Kelley
2020-02-19
remove the concept of "sub-architecture"
Andrew Kelley
2020-02-17
smarter detectNativeDynamicLinker logic
Andrew Kelley
2020-02-17
fix dynamic linker detection on windows (where there isn't one)
Andrew Kelley
2020-02-17
self-host dynamic linker detection
Andrew Kelley
2020-02-17
fix backwards warning of `zig libc`
Andrew Kelley
2020-02-17
expand argv[0] when spawning system C compiler
Andrew Kelley
2020-02-16
add missing implementations of libc installation to detect msvc paths
Andrew Kelley
2020-02-16
remove libc dependency of zig0 building libstage2
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
implement async function call with `@call`
Andrew Kelley
2019-12-08
update self-hosted compiler to new format API
Andrew Kelley
2019-12-01
Merge remote-tracking branch 'origin/master' into remove-array-type-coercion
Andrew Kelley
2019-11-29
fix self-hosted compiler regressions
Andrew Kelley
2019-11-26
solve recursion in self hosted
Vexu
2019-11-26
fixes and cleanup in self hosted
Vexu
2019-11-23
only test stage2 on linux
Vexu
2019-11-23
self hosted compiler: small miscellaneous fixes
Vexu
2019-11-23
fix casts
Vexu
2019-11-07
self hosted compiler: move functions to util.zigto avoid defining llvm instri...
Vexu
2019-11-07
self hosted compiler: small fixes to imports and declarations
Vexu
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-11-07
self hosted compiler: unify Target and std.Target
Vexu
2019-11-07
self hosted compiler: update to new std.event
Vexu
2019-11-07
self hosted compiler: remove await async pattern
Vexu
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-26
tests passing on linux
Andrew Kelley
2019-05-26
clean up references to os
Andrew Kelley
2019-02-26
fix regressions on Windows
Andrew Kelley
2019-02-17
Add NetBSD support
Maya Rashish
2019-02-14
stage2: fix windows regressions
Andrew Kelley
2019-02-07
fixups, and modify std.mem.join and std.os.path.resolve API
Andrew Kelley
2019-02-06
Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...
Andrew Kelley
[next]