summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/marshal
AgeCommit message (Expand)Author
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-08-07add stub go marshallable implementationBoyuan He
2020-07-24[go-marshal] Update APIAyush Ranjan
2020-03-31Implement automated marshalling for slices of Marshallable types.Rahat Mahmood
2020-02-20Remove bytes read/written from marshal.Marshallable API.gVisor bot
2020-02-15Ensure Marshallable.SizeBytes() always works on a typed nil pointer.gVisor bot
2020-02-14Generate implementation of io.WriterTo via go-marshal.gVisor bot
2020-02-13Ensure the marshalled object doesn't escape.gVisor bot
2020-01-27Standardize on tools directory.Adin Scannell
2019-09-09go_marshal: Implement automatic generation of ABI marshalling code.Rahat Mahmood