aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/libc_installation.zig
AgeCommit message (Expand)Author
2020-05-10rework self-hosted compiler for incremental buildsAndrew Kelley
2020-04-11ArrayList: remove old (before span) APIxackus
2020-04-06libc_installation.zig: don't special-case based on C ABIAndrew Kelley
2020-04-04rename mem.separate to mem.splitxackus
2020-04-04detect an endless loop when trying to detect native libc installationAndrew Kelley
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01fix regressions from previous commitAndrew Kelley
2020-04-01fixups and revert a few thingsAndrew Kelley
2020-04-01Use length field as passed in stage2 libc_installation instead of relying on ...daurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-18(breaking) clarify openDir APIAndrew Kelley
2020-03-12Remove unused static_crt_dir field from libc configdaurnimator
2020-03-10fix stage2 lib on windowsAndrew Kelley
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