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
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
2020-03-10
rework some old ELF parsing code and start to fix emitRaw
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-01
short std.builtin enum literals in std lib
xackus
2020-02-28
complete the native target detection based on /usr/bin/env
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-03
Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...
Michaƫl Larouche
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-26
std.elf: breaking improvements to the API
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-13
Add ELF architecture constant for RISC-V
LemonBoy
2019-09-25
mv std/ lib/
Andrew Kelley