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-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
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
2024-10-31
link.File.Wasm: unify the string tables
Andrew Kelley
2024-10-31
link.File.Wasm: conform to naming conventions
Andrew Kelley
2024-10-31
link.File.Wasm.Archive: remove header field
Andrew Kelley
2024-11-01
Merge pull request #21861 from alichraghi/master
Robin Voetter
2024-11-01
spirv: decorate arrays stride
Ali Cheraghi
2024-11-01
spirv: Uniform/PushConstant variables
Ali Cheraghi
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-30
link.File.Wasm: parse inputs in compilation pipeline
Andrew Kelley
2024-10-30
Merge pull request #21862 from alexrp/llvm-19-api-break
Andrew Kelley
2024-10-30
link.File.Wasm: remove the "files" abstraction
Andrew Kelley
2024-10-31
link: Fix archive format selection for some OSs.
Alex Rønne Petersen
2024-10-31
mingw: Fix COFF machine type selection for thumb-windows-gnu import libraries.
Alex Rønne Petersen
2024-10-31
zig_llvm: Reduce our exposure to LLVM API breakage.
Alex Rønne Petersen
2024-10-29
link/Elf: ensure we always sort all relocations by r_offset in -r mode
Jakub Konka
2024-10-29
Merge pull request #21826 from Snektron/spirv-vulkan
Robin Voetter
2024-10-29
CLI: don't warn on missing host-detected directories
Andrew Kelley
2024-10-28
dwarf: flush wip_nav after emitting anyerror type info
Robin Voetter
2024-10-28
Merge pull request #21807 from Rexicon226/riscv-interupt
Alex Rønne Petersen
2024-10-28
Sema: add missing coercion to bool for condbr_inline
mlugg
2024-10-27
implement new interrupts in the llvm backend
David Rubin
2024-10-27
spirv: forbid merging logical pointers
Robin Voetter
2024-10-27
spirv: generate test entry points for vulkan
Robin Voetter
2024-10-27
spirv: use PhysicalStorageBuffer64 for global pointers under vk
Robin Voetter
2024-10-27
spirv: fix up calling conventions for vulkan
Robin Voetter
2024-10-26
Compilation: Omit Clang CPU model flags for some targets.
Alex Rønne Petersen
2024-10-26
link/Elf.zig: ensure capacity before appending linker args.
Xavier Bouchoux
2024-10-25
Merge pull request #21796 from Rexicon226/var-args
Matthew Lugg
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-25
use `cCallingConvention` instead of `.C` in Sema
David Rubin
2024-10-24
remove leak from linker
David Rubin
2024-10-24
link/Coff: simplify file structure by collapsing all files into Coff.zig (#21...
Jakub Konka
2024-10-24
Sema: fix check for whether current AnalUnit is a test function
Veikka Tuominen
2024-10-23
avoid unnecessarily building Scrt1.o when cross-compiling glibc
Andrew Kelley
2024-10-23
mutex protect comp.arena in --verbose-link
Andrew Kelley
2024-10-23
link.flushTaskQueue: move safety lock
Andrew Kelley
2024-10-23
combine codegen work queue and linker task queue
Andrew Kelley
2024-10-23
work on compiler_rt and fuzzer libs earlier in the pipeline
Andrew Kelley
2024-10-23
link.Elf.ZigObject.updateFunc: reduce data dependencies
Andrew Kelley
2024-10-23
Compilation.create: skip libc_installation on darwin
Andrew Kelley
2024-10-23
use deterministic order in relocatable-eh-frame tests
Andrew Kelley
2024-10-23
use unstable sort in relocatable writeSyntheticSections
Andrew Kelley
[next]