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-25
fix up merge conflicts with master
David Rubin
2024-08-25
remove `mod` aliases for Zcus
David Rubin
2024-08-25
macho: remove deprecated `Module` usages
David Rubin
2024-08-25
comp: rename `module` to `zcu`
David Rubin
2024-08-25
coff: remove deprecated `Module` usages
David Rubin
2024-08-25
sema: rework type resolution to use Zcu when possible
David Rubin
2024-08-23
link: Rename InvalidCpuArch error to InvalidMachineType.
Alex Rønne Petersen
2024-08-23
std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.
Alex Rønne Petersen
2024-08-22
Elf: all dwarf relocs need to become linker relocs
Jacob Young
2024-08-22
Dwarf: fix big and zero enum values
Jacob Young
2024-08-22
Dwarf: add more childless special cases
Jacob Young
2024-08-22
Dwarf: fix treating big int limbs as signed
Jacob Young
2024-08-22
Dwarf: add missing var args info on function decls
Jacob Young
2024-08-22
Dwarf: cleanup emitted debug info
Jacob Young
2024-08-22
macho: emit local symbols for thunks
Jakub Konka
2024-08-21
elf: refactor tracking debug section sizes
Jakub Konka
2024-08-21
Dwarf: ensure stale relocations are deleted
Jacob Young
2024-08-21
elf: fixes after rebase
Jakub Konka
2024-08-21
elf: allow for concatenating atoms to merge sections
Jakub Konka
2024-08-21
elf: remove obsolete call to Dwarf.resolveRelocs
Jakub Konka
2024-08-21
elf: fix emitting cross-section relocs for .debug* sections
Jakub Konka
2024-08-21
elf: emit DTPOFF32/DTPOFF64 relocation for .debug* sections
Jakub Konka
2024-08-21
elf: parse and emit Elf relocs for cross section refs for .debug* sections
Jakub Konka
2024-08-21
elf: emit .rela.debug* sections for relocatable if required
Jakub Konka
2024-08-21
elf: start unraveling Dwarf relocs into Elf relocs
Jakub Konka
2024-08-21
elf: populate debug atoms on the linker side after Dwarf.flushModule
Jakub Konka
2024-08-21
elf: create section symbols and atoms per each ZigObject debug section
Jakub Konka
2024-08-21
elf: remove unused code
Jakub Konka
2024-08-20
Dwarf: fix issues with inline call sites
Jacob Young
2024-08-20
Dwarf: emit info about inline call sites
Jacob Young
2024-08-20
Dwarf: delete incorrect logic that also has the possibility of crashing
Jacob Young
2024-08-19
replace Compilation.Emit with std.Build.Cache.Path
Robin Voetter
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
[next]