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
/
lib
/
std
/
elf.zig
Age
Commit message (
Expand
)
Author
2023-11-09
elf: init output COMDAT group sections
Jakub Konka
2023-11-06
CheckObject: support parsing and dumping archive symtab for ELF
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-21
std.elf: remove some unneeded `@as`
Andrew Kelley
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-07-20
debug: support loading elf debug info from external files
kcbanner
2023-07-13
elf: add ELF and GNU-specific missing defs
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
Merge pull request #16046 from BratishkaErik/issue-6128
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
objcopy: add support for `--compress-debug-sections`
Xavier Bouchoux
2023-05-07
elf: fix typo in def of SHT_LLVM_ADDRSIG
Jakub Konka
2023-05-07
elf: add more missing defs for SHT_* and SHF_*
Jakub Konka
2023-04-23
elf: add helpers for extracting type and bind from symbol def
Jakub Konka
2023-04-23
elf: add missing doc comments to some definitions
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-02
Avoid some unnecessary underscores in constant names
r00ster91
2022-04-28
Merge pull request #10717 from gh-fork-dump/seccomp-bits
Veikka Tuominen
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-15
std: Add elf.EM, coff.MachineType to Target.CPU.Arch conversions
Tom Maenan Read Cutting
2022-01-29
Add bits for the Linux Auditing System
Stephen Gregoratto
2022-01-28
Rename mem.bswapAllFields to byteSwapAllFields
John Schmidt
2021-12-21
Fix dead link
ominitay
2021-12-08
improve musl dynamic stubs file libc.s
Andrew Kelley
2021-09-19
elf: add amd64 relocation types
Jakub Konka
2021-09-17
elf: add a couple missing special section indexes SHN_
Jakub Konka
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-06-25
Add fat/universal dylib support to zig ld
Tom Maenan Read Cutting
2021-06-08
Changed return values of SectionHeaderIterator().next() to bswapAllFields() (...
ArtixFox
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-06
stage2: fix compile errors in test harness
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-03-11
elf: make EM non-exhaustive
Asherah Connor
2021-03-10
expose machine field in ELF header
Asherah Connor
2021-03-07
stage2 Elf linker: fill in bswapAllFields
jacob gw
2021-03-04
Merge pull request #7763 from kivikakk/zig-elf-parse
Andrew Kelley
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-01-15
use interfaces
Asherah Connor
2021-01-14
fix SectionHeaderIterator impl
Asherah Connor
2021-01-14
expose phdr, shdr parsing
Asherah Connor
2021-01-14
std.elf: actually pass the pointer
Asherah Connor
2021-01-14
std.elf: call it Header.parse
Asherah Connor
2021-01-14
std.elf: make Header pub
Asherah Connor
[next]