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
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
2021-01-14
std.elf: expose parsing decoupled from std.fs.File
Asherah Connor
2020-12-31
Year++
Frank Denis
2020-11-22
Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pie
Andrew Kelley
2020-10-25
openbsd: make dl_phdr_info cross arches
Sébastien Marie
2020-09-15
std: Fix typo in ELF section header iterator
LemonBoy
2020-08-22
Targets: add SPU Mark II architecture
Noam Preil
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-19
Merge pull request #5745 from lun-4/ebadf-error
Andrew Kelley
2020-08-01
elf: Iterate over headers w/o need for allocator
Jay Petacat
2020-07-28
std.elf: Fix read functions for 32-bit targets
Jay Petacat
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-02
Merge branch 'master' into ebadf-error
luna
2020-06-30
Map ENOTCAPABLE into error.AccessDenied instead of error.NotCapable
Jakub Konka
2020-06-29
Fix compilation errors
Jakub Konka
2020-06-28
std.os: make EBADF return error for read and write
Luna
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-05-06
std: handle ConnectionTimedOut in switch
Vexu
2020-03-11
fix regressions in elf parsing code
Andrew Kelley
2020-03-11
add std.io.StreamSource and fixes to emitRaw
Andrew Kelley
2020-03-11
fix compilation errors for emitRaw
Andrew Kelley
[next]