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
/
std
/
elf.zig
Age
Commit message (
Expand
)
Author
2019-03-02
rename std lib files to new convention
Andrew Kelley
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-12-02
introduce std.io.SeekableStream
Andrew Kelley
2018-11-16
Fixed typos
Vallentin
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-10-06
Merge pull request #1429 from shawnl/arm64
Andrew Kelley
2018-09-30
update std lib API for I/O
Andrew Kelley
2018-09-08
fix elf auxv handling
Shawn Landden
2018-09-02
fix regressions
Andrew Kelley
2018-08-25
fix stack traces on linux
Andrew Kelley
2018-06-16
add basic std lib code for loading dynamic libraries
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-26
run zig fmt on some of the codebase
Andrew Kelley
2018-04-22
linux: support VDSO for clock_gettime
Andrew Kelley
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2017-12-20
add labeled loops, labeled break, labeled continue. remove goto
Andrew Kelley
2017-12-18
wip export rewrite
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-06
builtin functions for division and remainder division
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-03-26
replace "&&" and "||" with "and" and "or"
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-07
std.io supports printing integers as hex values
Andrew Kelley
2017-01-23
mem.free no longer requires explicit type argument
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-21
update more std library to new zig
Andrew Kelley
2016-12-18
workaround for Arch being a primitive type
Andrew Kelley
2016-12-18
IR: add FnProto instruction
Andrew Kelley
2016-08-31
fix std io input to work for non seekable fds
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley