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
juice
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
std.Io.Threaded-groups-2
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-08-13
nvptx: add implementations for GPU builtins
Robin Voetter
2024-08-12
all: Handle spirv in addition to spirv(32,64) where applicable.
Alex Rønne Petersen
2024-08-12
Merge pull request #21019 from alexrp/target-os-cleanup
Andrew Kelley
2024-08-12
llvm: Disable lowering to f16 on s390x.
Alex Rønne Petersen
2024-08-12
llvm: Disable lowering to f128 on sparc32.
Alex Rønne Petersen
2024-08-12
llvm: Move some OS selection prongs for clarity.
Alex Rønne Petersen
2024-08-12
std.Target: Remove liteos OS tag.
Alex Rønne Petersen
2024-08-12
std.Target: Remove minix OS tag.
Alex Rønne Petersen
2024-08-12
std.Target: Rename glsl450 Arch tag to opengl.
Alex Rønne Petersen
2024-08-11
Merge pull request #20985 from alexrp/gpu-nonsense
Andrew Kelley
2024-08-11
std.Target: Add goff and xcoff to ObjectFormat.
Alex Rønne Petersen
2024-08-11
frontend: give all container types namespaces
mlugg
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-08-10
Wasm: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-08-10
Coff: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-08-10
MachO/ZigObject: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-08-10
Elf/ZigObject: handle ref to an extern in getDeclVAddr
Jakub Konka
2024-08-10
macho: ensure we only ever put named symbols in the symtab
Jakub Konka
2024-08-10
elf: ensure we only ever put named symbols in the symtab
Jakub Konka
2024-08-08
Compilation: Mark .c++ files as having C++ extension
sin-ack
2024-08-08
language: add module name field to `@src`
Andrew Kelley
2024-08-08
std.posix: read on timerfd can return error.Canceled
Jan Hendrik Farr
2024-08-07
Merge pull request #20969 from alexrp/llvm-unsup-targets
Andrew Kelley
2024-08-08
Merge pull request #20971 from ziglang/elf-ownership-2
Jakub Konka
2024-08-07
loongarch: various architecture specific fixes (#20912)
YANG Xudong
2024-08-07
Merge pull request #20512 from aikawayataro/add-v-linker-arg
Andrew Kelley
2024-08-07
llvm: Add a comment clarifying our mapping of the opencl OS tag.
Alex Rønne Petersen
2024-08-07
llvm: Set vendor tag in target triple for GPU backends.
Alex Rønne Petersen
2024-08-07
Merge pull request #20958 from ziglang/fuzz
Andrew Kelley
2024-08-07
elf: remove stale code
Jakub Konka
2024-08-07
elf: fix off-by-one direct access to symbol resolver in ZigObject
Jakub Konka
2024-08-07
elf: actually init symbol resolvers array in ZigObject
Jakub Konka
2024-08-07
elf: handle SHN_UNDEF explicitly in ZigObject.resolveSymbols
Jakub Konka
2024-08-07
codegen: fix Elf symbol refs
Jakub Konka
2024-08-07
elf: fix .eh_frame calc in relocatable mode
Jakub Konka
2024-08-07
elf: start-stop resolution has to come after init output sections
Jakub Konka
2024-08-07
elf: fix off-by-one when referring to resolved table directly
Jakub Konka
2024-08-07
elf: scan LinkerDefined obj for symbol indirection too
Jakub Konka
2024-08-07
elf: get hello-world glibc working again
Jakub Konka
2024-08-07
elf: fix symbol resolution for Objects
Jakub Konka
2024-08-07
elf: do not re-init Symbol when initializing
Jakub Konka
2024-08-07
elf: move getStartStopBasename into Object
Jakub Konka
2024-08-07
elf: fix compile errors
Jakub Konka
2024-08-07
elf: redo symbol mgmt and ownership in ZigObject
Jakub Konka
2024-08-07
elf: move symbol ownership to LinkerDefined
Jakub Konka
2024-08-07
elf: move symbol ownership to SharedObject
Jakub Konka
2024-08-07
elf: move symbol ownership to Object
Jakub Konka
2024-08-07
elf: null symbol is obsolete
Jakub Konka
2024-08-07
elf: always create symbol extra
Jakub Konka
2024-08-07
Merge pull request #20909 from alexrp/glibc-riscv
Andrew Kelley
[next]