index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
musl.zig
Age
Commit message (
Expand
)
Author
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-09
CLI: remove --verbose-ast and --verbose-tokenize
Andrew Kelley
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-23
stage2: fix reference to musl arch name
Andrew Kelley
2021-05-23
overhaul elf csu (c-runtime startup) logic
Michael Dusan
2021-02-10
musl: update to 1.2.2
Isaac Freund
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-24
stage2: re-use compiler runtime libs across opt modes and strip flag
Andrew Kelley
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-20
use kprotty's ThreadPool implementation (v5)
Andrew Kelley
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-12-13
stage2: link musl dynamically by default if native
Isaac Freund
2020-12-13
stage2: support dynamically linking musl libc
Isaac Freund
2020-12-11
stage2: proper file extension stripping
Andrew Kelley
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-06
update musl sources to 1.2.1
Andrew Kelley
2020-09-28
stage2: building mingw-w64 and COFF LDD linking
Andrew Kelley
2020-09-26
stage2: building musl: fix typo in replacing path separators
Andrew Kelley
2020-09-23
stage2: building musl libc from source
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley