aboutsummaryrefslogtreecommitdiff
path: root/src/libc_installation.zig
AgeCommit message (Expand)Author
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