aboutsummaryrefslogtreecommitdiff
path: root/lib/std/elf.zig
AgeCommit message (Expand)Author
2020-06-09Support Reader for InStreamJonathan Marler
2020-05-06std: handle ConnectionTimedOut in switchVexu
2020-03-11fix regressions in elf parsing codeAndrew Kelley
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew Kelley
2020-03-11fix compilation errors for emitRawAndrew Kelley
2020-03-10rework some old ELF parsing code and start to fix emitRawAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-01short std.builtin enum literals in std libxackus
2020-02-28complete the native target detection based on /usr/bin/envAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaƫl Larouche
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-26std.elf: breaking improvements to the APIAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-13Add ELF architecture constant for RISC-VLemonBoy
2019-09-25mv std/ lib/Andrew Kelley