aboutsummaryrefslogtreecommitdiff
path: root/src/libc_installation.zig
AgeCommit message (Expand)Author
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2022-11-29std.mem.Allocator: allow shrink to failAndrew Kelley
2022-11-05Merge pull request #13101 from alichraghi/o4Andrew Kelley
2022-11-04all: rename i386 to x86Ali Chraghi
2022-11-03libc: add support for arm64 msvc installationJakub Konka
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-04-02stage2: remove dependencies on async functionsAndrew Kelley
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-11-25Skip detecting native libc dirs on darwinJakub Konka
2021-11-15update compilation includes for haikuAl Hoang
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-09-07Fix libc file to check against compilation target instead of native (#9670)Martin Wickham
2021-09-01stage2: update for new usingnamespace semanticsAndrew Kelley
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-06-09native libc detection: respect spaces in CC env varAndrew Kelley
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-24stage2: remove dead code; rename crtbegin_dir to gcc_dirAndrew Kelley
2021-05-24update compilation and elf link for haiku caseAl Hoang
2021-05-24make "gnu" (mingw-w64) the default C ABI on WindowsAndrew Kelley
2021-05-23housekeeping: remove `pub` from ccPrintFileName()Michael Dusan
2021-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-17stage2: update `@import("builtin")` API usageAndrew Kelley
2021-04-23header path detection for haikuAl Hoang
2021-02-25initial support for haiku sync updateAl Hoang
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-06std: Rename ArrayList shrink => shrinkAndFreeAlex Cameron
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-06remove outdated commentxackus
2020-10-11add minimal openbsd supportSébastien Marie
2020-09-21rename src-self-hosted/ to src/Andrew Kelley