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
/
int.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-22
zig build fmt
Andrew Kelley
2024-10-19
compiler_rt: remove bogus tests
mlugg
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-10-20
compiler_rt: add tests for arm routines (#17573)
matu3ba
2023-09-19
compiler_rt: fight off `@as` invasion
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-02-24
compiler_rt: declutter int.zig, add mulXi3 tests (#14623)
matu3ba
2023-02-11
compiler_rt: __divmodti4 for libgcc symbol compatibility
matu3ba
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-06-17
compiler-rt: finish cleanups
Andrew Kelley
2022-06-17
compiler-rt: use callconv(.AAPCS) on all __aeabi_ functions
Andrew Kelley
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