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-self-hosted
/
libc_installation.zig
Age
Commit message (
Expand
)
Author
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
2019-02-04
adjustments to std.mem split / separate
Andrew Kelley
2018-11-30
stage2: update std.os.path.join method signature;
kristopher tate
2018-11-19
Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-20
Set up libc/rtld paths for FreeBSD
Greg V
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-08
initial arm64 support
Shawn Landden
2018-08-21
fix linux
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-02
WIP: Channel.getOrNull
Andrew Kelley
2018-07-24
self-hosted: find all libc paths; windows linker code
Andrew Kelley
[next]