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
/
lib
/
compiler_rt
/
stack_probe.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-17
compiler_rt: export all the chkstk variations on MinGW
kcbanner
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-05-19
compiler-rt: Fix some exports to respect the common linkage and visibility.
Alex Rønne Petersen
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2024-08-28
compiler_rt: Implement __chkstk() for thumb-windows-gnu.
Alex Rønne Petersen
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-07-11
Update `__chkstk_ms` to have weak linkage (#20138)
Ryan Sepassi
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-11-05
Merge pull request #13101 from alichraghi/o4
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-03
compiler_rt: fix duplicate symbol error when linking libc on arm64 Windows
Jakub Konka
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley