summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal/gomarshal/generator.go
AgeCommit message (Expand)Author
2020-02-27Implement automated marshalling for newtypes on arrays.Rahat Mahmood
2020-02-20Implement automated marshalling for newtypes on primitives.gVisor bot
2020-02-19Handle situations where go-marshal generates an empty test file.gVisor bot
2020-02-18go-marshal: Stop complaining about files with no +marshal types.gVisor bot
2020-02-14Generate implementation of io.WriterTo via go-marshal.gVisor bot
2020-02-14Fix various issues related to enabling go-marshal.gVisor bot
2020-02-13Ensure the marshalled object doesn't escape.gVisor bot
2020-02-04Automatically propagate tags for stateify and marshal.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2019-09-09go_marshal: Implement automatic generation of ABI marshalling code.Rahat Mahmood