index
:
go-bareish.git
master
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
marshal.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add dedicated Int and Uint types
Simon Ser
2021-03-31
1
-2
/
+2
*
Remove misleading docs
Simon Ser
2021-03-31
1
-3
/
+0
*
Copy marshaled message into new slice
Timofey
2021-02-27
1
-1
/
+5
*
Omit struct fields with a field tag of "-".
Adnan Maolood
2020-11-17
1
-0
/
+11
*
allow unions to roundtrip without errors
Daniel MartÃ
2020-11-06
1
-1
/
+7
*
Reuse marshal buffers
Timofey
2020-11-02
1
-1
/
+15
*
Cache encoding/decoding routines
Timofey
2020-11-02
1
-106
/
+196
*
Generalize union implementation
Drew DeVault
2020-06-22
1
-11
/
+5
*
Use uint for internal length encodings
Drew DeVault
2020-06-22
1
-2
/
+2
*
Marshal, Unmarshal: implement uint & int
Drew DeVault
2020-06-22
1
-5
/
+5
*
marshal, unmarshal: add CanAddress guard
Drew DeVault
2020-06-21
1
-2
/
+4
*
Add Marshalable and Unmarshalable interfaces
Drew DeVault
2020-06-21
1
-2
/
+13
*
Further simplify union implementation
Drew DeVault
2020-06-21
1
-1
/
+19
*
Simplify union implementation
Drew DeVault
2020-06-21
1
-36
/
+16
*
Marshal, Unmarshal: implement unions
Drew DeVault
2020-06-21
1
-2
/
+2
*
Marshal: implement unions
Drew DeVault
2020-06-21
1
-15
/
+46
*
Implement Marshal
Drew DeVault
2020-06-21
1
-0
/
+150