aboutsummaryrefslogtreecommitdiff
path: root/src/musl.zig
AgeCommit message (Expand)Author
2022-06-17compiler_rt: compile each unit separately for improved archivingJakub Konka
2022-05-04musl: update to 1.2.3Isaac Freund
2022-01-02stage2: introduce CacheModeAndrew Kelley
2021-12-09stage2: upgrade musl libc stub fileAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-10-16Add build.zig and command line flagsLee Cannon
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-09CLI: remove --verbose-ast and --verbose-tokenizeAndrew Kelley
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-23stage2: fix reference to musl arch nameAndrew Kelley
2021-05-23overhaul elf csu (c-runtime startup) logicMichael Dusan
2021-02-10musl: update to 1.2.2Isaac Freund
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-11Added support for no red zoneLee Cannon
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-13stage2: link musl dynamically by default if nativeIsaac Freund
2020-12-13stage2: support dynamically linking musl libcIsaac Freund
2020-12-11stage2: proper file extension strippingAndrew Kelley
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-06update musl sources to 1.2.1Andrew Kelley
2020-09-28stage2: building mingw-w64 and COFF LDD linkingAndrew Kelley
2020-09-26stage2: building musl: fix typo in replacing path separatorsAndrew Kelley
2020-09-23stage2: building musl libc from sourceAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley