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
/
io
/
serialization.zig
Age
Commit message (
Expand
)
Author
2020-11-19
Add builtin.Signedness, use it instead of is_signed
Tadeo Kondrak
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-09-07
Use less inefficient method of replacing TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-07
Update standard library for removal of TypeInfo.UnionField.enum_field
Tadeo Kondrak
2020-09-03
update uses of deprecated type field access
Vexu
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-12
update compile error tests and some doc comments
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-01
io: fix serialization compilation and tests
Vincent Rischmann
2020-03-28
Fix typo in Serializer declaration
Luna
2020-03-19
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-15
fix Serializer to work with new OutStream API
momumi
2020-03-13
Merge remote-tracking branch 'origin/master' into llvm10
Andrew Kelley
2020-03-10
update standard library to new I/O streams API
Andrew Kelley