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
/
src
Age
Commit message (
Expand
)
Author
2024-11-08
spirv: assembler hacky constant placeholders
Robin Voetter
2024-11-08
spirv: make default generic address space for vulkan Function
Robin Voetter
2024-11-08
spirv: track global OpVariables properly in assembler
Robin Voetter
2024-11-08
spirv: properly resolve type inputs in assembly
Robin Voetter
2024-11-08
spirv: forbid pointer arithmetic
Robin Voetter
2024-11-08
llvm: Disable lowering to f16 on sparc.
Alex Rønne Petersen
2024-11-05
musl: Don't explicitly pass -fno-unwind-tables -fno-asynchronous-unwind-tables.
Alex Rønne Petersen
2024-11-05
libunwind: Pass -fPIC -funwind-tables via module options instead of CFLAGS.
Alex Rønne Petersen
2024-11-05
libcxx: Pass -fPIC via module options instead of CFLAGS.
Alex Rønne Petersen
2024-11-05
musl: Pass -fomit-frame-pointer via CrtFileOptions.
Alex Rønne Petersen
2024-11-05
musl: Pass -f(function,data)-sections via CrtFileOptions instead of CFLAGS.
Alex Rønne Petersen
2024-11-05
glibc, musl, wasi-libc: Don't explicitly pass -fno-stack-protector.
Alex Rønne Petersen
2024-11-05
tsan: Handle more Apple targets when picking library name.
Alex Rønne Petersen
2024-11-05
tsan: Synchronize CFLAGS with upstream.
Alex Rønne Petersen
2024-11-05
llvm: Also apply the nobuiltin attribute for the no_builtin module option.
Alex Rønne Petersen
2024-11-05
Compilation: Fix unwind table logic for compiler-rt.
Alex Rønne Petersen
2024-11-05
Compilation: Also set essential module options when including compiler-rt.o.
Alex Rønne Petersen
2024-11-05
Compilation: Move no_builtin to Package.Module.
Alex Rønne Petersen
2024-11-05
compiler: Update clangMightShellOutForAssembly() for Clang 19.
Alex Rønne Petersen
2024-11-05
Merge pull request #21907 from alexrp/valgrind-stuff
Alex Rønne Petersen
2024-11-04
llvm: Use no-builtins attribute instead of nobuiltin.
Alex Rønne Petersen
2024-11-04
llvm: Add client request support for all archs supported by Valgrind.
Alex Rønne Petersen
2024-11-04
link.Coff: Pass -lldmingw to LLD earlier and regardless of -lc.
Alex Rønne Petersen
2024-11-03
Merge pull request #21843 from alexrp/callconv-followup
Alex Rønne Petersen
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
llvm: Update the list of address spaces for LLVM 19.
Alex Rønne Petersen
2024-11-03
glibc: Don't build CRT objects that won't be used.
Alex Rønne Petersen
2024-11-03
Compilation: Use the regular module mechanism for setting PIC on CRT objects.
Alex Rønne Petersen
2024-11-03
Compilation: Pass -fno-PIC to clang if PIC is disabled.
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
llvm: Remove extraneous commas for branch hint metadata in textual IR output.
Alex Rønne Petersen
2024-11-02
Sema: Disallow calling functions with certain special calling conventions.
Alex Rønne Petersen
2024-11-02
link.Dwarf: Some minor corrections to calling conventions to ~match Clang.
Alex Rønne Petersen
2024-11-02
cbe: Support some more calling conventions.
Alex Rønne Petersen
2024-11-02
compiler: Handle arm_aapcs16_vfp alongside arm_aapcs_vfp in some places.
Alex Rønne Petersen
2024-11-02
std.os.windows: Deprecate WINAPI in favor of CallingConvention.winapi.
Alex Rønne Petersen
2024-11-02
llvm: Fix lowering of gnuilp32 ABI to be gnu_ilp32.
Alex Rønne Petersen
2024-11-02
glibc: Emit _IO_stdin_used reference in .rodata.
Alex Rønne Petersen
2024-11-02
musl: Update sources from musl 1.2.5.
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-11-02
std.zig.target: Update musl path helpers to support alternative ABIs.
Alex Rønne Petersen
2024-11-02
musl: Fix needsCrtiCrtn() for m68k.
Alex Rønne Petersen
2024-11-02
musl: Update the list of architectures with time32 compat helpers.
Alex Rønne Petersen
2024-11-02
Merge pull request #21729 from alexrp/target-cpu-baseline
Alex Rønne Petersen
2024-11-02
std.Target: Remove armv7k/armv7s.
Alex Rønne Petersen
2024-11-02
Merge pull request #21860 from alexrp/llvm-triple-stuff
Alex Rønne Petersen
2024-11-01
link.File.Wasm.Archive: simplify
Andrew Kelley
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-11-01
llvm: Set OS min version and libc version in ~all cases.
Alex Rønne Petersen
2024-11-01
llvm: Set vendor type in LLVM target triple for more OSs.
Alex Rønne Petersen
[prev]
[next]