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
getAppDataDir
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
std.Io.Threaded-groups-2
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
/
build
/
emit_raw.zig
Age
Commit message (
Expand
)
Author
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-01
elf: Iterate over headers w/o need for allocator
Jay Petacat
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-18
reference emit_raw in std lib tests
Vexu
2020-06-12
Fix a few std.sort.sort invocations
Cassidy Dingenskirchen
2020-05-25
Added and id and a cast function to build steps
Alexandros Naskos
2020-04-14
Update emit_raw.zig
markfirmware
2020-04-02
new ArrayList API: fix everything else
xackus
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
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-04
zig build: update InstallRawStep to new std.fs API
Andrew Kelley
2020-02-03
Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...
Michaƫl Larouche