aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/libc_installation.zig
AgeCommit message (Expand)Author
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-22std.os.execvpeZ_expandArg0: fix not restoring argv[0]Andrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-17smarter detectNativeDynamicLinker logicAndrew Kelley
2020-02-17fix dynamic linker detection on windows (where there isn't one)Andrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-17fix backwards warning of `zig libc`Andrew Kelley
2020-02-17expand argv[0] when spawning system C compilerAndrew Kelley
2020-02-16add missing implementations of libc installation to detect msvc pathsAndrew Kelley
2020-02-16remove libc dependency of zig0 building libstage2Andrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09implement async function call with `@call`Andrew Kelley
2019-12-08update self-hosted compiler to new format APIAndrew Kelley
2019-12-01Merge remote-tracking branch 'origin/master' into remove-array-type-coercionAndrew Kelley
2019-11-29fix self-hosted compiler regressionsAndrew Kelley
2019-11-26solve recursion in self hostedVexu
2019-11-26fixes and cleanup in self hostedVexu
2019-11-23only test stage2 on linuxVexu
2019-11-23self hosted compiler: small miscellaneous fixesVexu
2019-11-23fix castsVexu
2019-11-07self hosted compiler: move functions to util.zigto avoid defining llvm instri...Vexu
2019-11-07self hosted compiler: small fixes to imports and declarationsVexu
2019-11-07self hosted compiler: use enum literalsVexu
2019-11-07self hosted compiler: unify Target and std.TargetVexu
2019-11-07self hosted compiler: update to new std.eventVexu
2019-11-07self hosted compiler: remove await async patternVexu
2019-06-09different array literal syntax when inferring the sizeAndrew Kelley
2019-05-26tests passing on linuxAndrew Kelley
2019-05-26clean up references to osAndrew Kelley
2019-02-26fix regressions on WindowsAndrew Kelley
2019-02-17Add NetBSD supportMaya Rashish
2019-02-14stage2: fix windows regressionsAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-04adjustments to std.mem split / separateAndrew Kelley
2018-11-30stage2: update std.os.path.join method signature;kristopher tate
2018-11-19Merge branch 'freebsd-up' of https://github.com/myfreeweb/zig into freebsd2Andrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-20Set up libc/rtld paths for FreeBSDGreg V
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-06Merge pull request #1429 from shawnl/arm64Andrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-08initial arm64 supportShawn Landden
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-07-24self-hosted: find all libc paths; windows linker codeAndrew Kelley