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