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
/
sin.zig
Age
Commit message (
Expand
)
Author
2024-07-22
compiler_rt: wasm miss float exceptions
Pavel Verigo
2023-11-23
Deprecate math.doNotOptimizeAway, use mem.doNotOptimizeAway (#18011)
John Benediktsson
2023-10-29
x86_64: fix compiler rt test failures
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-09-19
compiler_rt: fight off `@as` invasion
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-10-22
compiler_rt: Always export "standard" symbol names
Cody Tapscott
2022-06-17
compiler-rt: finish cleanups
Andrew Kelley
2022-06-17
compiler_rt: compile each unit separately for improved archiving
Jakub Konka
2022-05-08
compiler_rt: avoid weak aliases on Windows
Andrew Kelley
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley