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
/
emutls.zig
Age
Commit message (
Expand
)
Author
2025-07-07
compiler-rt: Export __emutls_get_address for OpenHarmony
Alex Rønne Petersen
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-03-20
bsd: followup to std.posix extraction from std.os
Michael Dusan
2024-03-15
bsd: debitrot AtomicOrder renames
Michael Dusan
2024-03-14
chore: Fix some typos
Ahmed
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-28
compiler_rt/emutls: remove unnecessary `@ptrCast` (#17755)
XXIV
2023-09-19
compiler_rt: fight off `@as` invasion
Jacob Young
2023-07-24
Use builtin inference over @as where possible
Zachary Raineri
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2022-12-28
compiler-rt: Set the symbol visibility
Luuk de Gram
2022-12-20
compiler_rt: Remove errdefer in ObjectArray.init
zenith391
2022-10-21
Support compiling for the android NDK (#13245)
Louis Pearson
2022-10-17
emutls: add const to default_value field
Jacob Young
2022-09-27
use @ptrCast to assigned generic type to default_value
Jacob Young
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-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley