aboutsummaryrefslogtreecommitdiff
path: root/src/glibc.zig
AgeCommit message (Expand)Author
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-09CLI: remove --verbose-ast and --verbose-tokenizeAndrew Kelley
2021-05-12Fix crti/crtn path for SPARCKoakuma
2021-05-11stage2: error if requested glibc version too highIsaac Freund
2021-05-11stage2: Change libc components' linking orderLemonBoy
2021-03-12Merge remote-tracking branch 'origin/master' into llvm12Andrew Kelley
2021-03-09stage2: Fix glibc lookup path for MIPS crt filesLemonBoy
2021-02-28glibc: clang 12 assembler regression workaroundAndrew Kelley
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
2021-01-02convert more {} to {d} and {s}Andrew Kelley
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-24stage2: re-use compiler runtime libs across opt modes and strip flagAndrew Kelley
2020-12-24stage2: fix Cache deadlock and build more of TSANAndrew Kelley
2020-12-24WIP start adding support for TSANAndrew Kelley
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-15stage2: Add -include libc-symbols.h when building crtn.SLemonBoy
2020-12-13stage2: use %type not @type for libc stubsIsaac Freund
2020-12-12Merge pull request #7406 from ifreund/dyn-musl2Andrew Kelley
2020-12-13stage2: link musl dynamically by default if nativeIsaac Freund
2020-12-12glibc: do not provide -lcryptAndrew Kelley
2020-12-08glibc: additionally provide -lcryptAndrew Kelley
2020-11-27stage2 elf: fix glibc to always specify sonameJakub Konka
2020-11-27stage2 elf: refactor override_soname to sonameJakub Konka
2020-10-05Turn zig fmt back on in various src/ filesjoachimschmidt557
2020-09-23stage2: building musl libc from sourceAndrew Kelley
2020-09-22stage2: implement using the global cache dirAndrew Kelley
2020-09-21stage2: fix linking libc trying to depend on itselfAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley