Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-16 03:03:09 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/lib
History
Alex Rønne Petersen 82e82b6267
start: Fix callconv for the wWinMainCRTStartup symbol.
This just uses the C calling convention in the vcruntime sources.
2024-11-02 10:44:18 +01:00
..
compiler
compiler: remove anonymous struct types, unify all tuples
2024-10-31 20:42:53 +00:00
compiler_rt
std.Target: Rename amdgpu module to amdgcn.
2024-11-02 10:44:14 +01:00
docs
Replace deprecated default initializations with decl literals
2024-09-12 16:01:23 +01:00
fuzzer/web
Replace deprecated default initializations with decl literals
2024-09-12 16:01:23 +01:00
include
clang: Update compiler-provided C headers to Clang 19.1.0.
2024-09-19 18:20:21 -07:00
init
fix init template for new fuzz testing API
2024-09-11 13:41:29 -07:00
libc
musl: Align _init/_fini symbols correctly on arm.
2024-10-11 03:20:39 +02:00
libcxx
libcxx: Update to LLVM 19.1.0.
2024-09-19 18:20:22 -07:00
libcxxabi
libcxxabi: Update to LLVM 19.
2024-09-19 18:20:21 -07:00
libunwind
libunwind: Update gcc_personality_v0.c to LLVM 19.1.0.
2024-09-21 01:16:47 +02:00
std
start: Fix callconv for the wWinMainCRTStartup symbol.
2024-11-02 10:44:18 +01:00
tsan
tsan: Update to LLVM 19.1.0.
2024-09-24 23:58:21 -07:00
c.zig
handle _fltused in compiler_rt
2024-10-23 16:27:39 -07:00
compiler_rt.zig
handle _fltused in compiler_rt
2024-10-23 16:27:39 -07:00
fuzzer.zig
Replace deprecated default initializations with decl literals
2024-09-12 16:01:23 +01:00
zig.h
remove @fence (#21585)
2024-10-04 22:21:27 +00:00