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
/
link
Age
Commit message (
Expand
)
Author
2024-08-18
Zir: add instructions to fetch std.builtin types
mlugg
2024-08-17
compiler: merge conflicts and typos
mlugg
2024-08-17
Merge pull request #21111 from jacobly0/self-dwarf
Jacob Young
2024-08-17
Dwarf: fix and test error unions
Jacob Young
2024-08-17
Dwarf: fix and test allowzero pointers
Jacob Young
2024-08-17
macho: update codegen and linker to distributed jump table approach
Jakub Konka
2024-08-16
Coff: fix missing error lazy symbols
Jacob Young
2024-08-16
Dwarf: incremental also needs `end_sequence`
Jacob Young
2024-08-16
Dwarf: fix cross-module inline function line info
Jacob Young
2024-08-16
Dwarf: rework self-hosted debug info from scratch
Jacob Young
2024-08-16
Merge pull request #21065 from ziglang/elf-zig-got
Jakub Konka
2024-08-15
std.Target: Pull toCoffMachine()/toElfMachine() up from Arch to Target.
Alex Rønne Petersen
2024-08-15
std.coff: Remove MachineType.fromTargetCpuArch().
Alex Rønne Petersen
2024-08-15
elf: fix GOT32 reloc resolution logic
Jakub Konka
2024-08-15
riscv: do not emit GOT relocations for special linker symbols
Jakub Konka
2024-08-15
elf: introduce Symbol.flags.is_extern_ptr for refs potentially needing GOT
Jakub Konka
2024-08-15
elf: check for relocs before deciding on shndx in getNavShdrIndex
Jakub Konka
2024-08-14
elf: re-use old atom slot for a trampoline to that atom
Jakub Konka
2024-08-13
fix compile errors in other codegen backends
Jakub Konka
2024-08-13
elf: do not emit zig jump table in relocatables
Jakub Konka
2024-08-13
elf: only apply zig jump table indirection to function calls (PLT32)
Jakub Konka
2024-08-13
elf: commit non-indirected symbol address to symtab
Jakub Konka
2024-08-13
elf: pretty print alingment when pretty printing atoms
Jakub Konka
2024-08-13
elf: make .text.zig bigger now that jump table is part of it
Jakub Konka
2024-08-13
elf: fix circular dep loop in zig jump table
Jakub Konka
2024-08-13
elf: make zig jump table indirection implicit via Symbol.address
Jakub Konka
2024-08-13
x86_64: emit call rel32 for near calls with linker reloc
Jakub Konka
2024-08-13
elf: rename OffsetTable to JumpTable
Jakub Konka
2024-08-13
elf: add poorman's reporting tool for unallocated NAVs/UAVs
Jakub Konka
2024-08-13
x86_64+elf: fix jump table indirection for functions
Jakub Konka
2024-08-13
elf: emit a jump table in place of offset table for functions
Jakub Konka
2024-08-13
elf: nuke ZigGotSection from existence
Jakub Konka
2024-08-13
elf: relax R_X86_64_32 into jump table indirection if zig_offset_table set
Jakub Konka
2024-08-13
elf: indirect via offset table in the linker away from backend
Jakub Konka
2024-08-13
elf: dirty offset table entry on moving Atom in off/addr space
Jakub Konka
2024-08-13
elf: write offset table entry if dirty
Jakub Konka
2024-08-13
elf: allocate new offset table via Atom.allocate mechanism
Jakub Konka
2024-08-13
elf: introduce OffsetTable in ZigObject for funcs only
Jakub Konka
2024-08-12
all: Handle spirv in addition to spirv(32,64) where applicable.
Alex Rønne Petersen
2024-08-12
std.Target: Rename glsl450 Arch tag to opengl.
Alex Rønne Petersen
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-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
[next]