summaryrefslogtreecommitdiffhomepage
path: root/tools/go_marshal
AgeCommit message (Expand)Author
2020-08-08Merge release-20200804.0-51-g977618c8e (automated)gVisor bot
2020-08-07Merge pull request #3520 from boyuan-he:marshal-implgVisor bot
2020-08-07add stub go marshallable implementationBoyuan He
2020-08-06Add bzl_library rules for .bzl files without one.Adin Scannell
2020-07-24Merge release-20200622.1-216-gc59b792f5 (automated)gVisor bot
2020-07-24[go-marshal] Update APIAyush Ranjan
2020-07-23Merge release-20200622.1-195-g6f7f73996 (automated)gVisor bot
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-05-27Merge release-20200518.0-45-g0bc022b7 (automated)gVisor bot
2020-04-20Add internal nogo analysis & checkescape tool.Adin Scannell
2020-04-01go-marshal: Allow array lens to be consts and simple expressions.Rahat Mahmood
2020-04-01go-marshal: Improve collision detection of import statments.Rahat Mahmood
2020-04-01Merge release-20200323.0-45-g840980a (automated)gVisor bot
2020-03-31Implement automated marshalling for slices of Marshallable types.Rahat Mahmood
2020-03-25Fix go_marshal Example name.Adin Scannell
2020-02-27Implement automated marshalling for newtypes on arrays.Rahat Mahmood
2020-02-20Implement automated marshalling for newtypes on primitives.gVisor bot
2020-02-20Merge release-20200211.0-55-gd90d714 (automated)gVisor bot
2020-02-20Remove bytes read/written from marshal.Marshallable API.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-15Merge release-20200211.0-27-g5cc0bbb (automated)gVisor bot
2020-02-15Ensure Marshallable.SizeBytes() always works on a typed nil pointer.gVisor bot
2020-02-15Merge release-20200211.0-26-g3d32ad1 (automated)gVisor bot
2020-02-14Generate implementation of io.WriterTo via go-marshal.gVisor bot
2020-02-14Add a minimal binary target for escape analysis on go-marshal.gVisor bot
2020-02-14Merge release-20200211.0-18-g3c26f5e (automated)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-27Fix licenses.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2019-11-21Import and structure cleanup.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-09go_marshal: Implement automatic generation of ABI marshalling code.Rahat Mahmood