aboutsummaryrefslogtreecommitdiff
path: root/lib/std/io/serialization.zig
AgeCommit message (Expand)Author
2020-11-19Add builtin.Signedness, use it instead of is_signedTadeo Kondrak
2020-10-17Make std.meta.Int accept a signedness parameterJan Prudil
2020-09-07Use less inefficient method of replacing TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-07Update standard library for removal of TypeInfo.UnionField.enum_fieldTadeo Kondrak
2020-09-03update uses of deprecated type field accessVexu
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-12update compile error tests and some doc commentsVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-09Support Reader for InStreamJonathan Marler
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-01io: fix serialization compilation and testsVincent Rischmann
2020-03-28Fix typo in Serializer declarationLuna
2020-03-19Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-15fix Serializer to work with new OutStream APImomumi
2020-03-13Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-03-10update standard library to new I/O streams APIAndrew Kelley